Created
August 6, 2011 12:04
-
-
Save kopiro/1129292 to your computer and use it in GitHub Desktop.
Random HTML Color in Javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
randHTMLColor = function () { return "#"+(Math.floor(Math.random()*16777215)).toString(16); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment