Skip to content

Instantly share code, notes, and snippets.

@nicklasos
Created September 2, 2013 13:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nicklasos/6412672 to your computer and use it in GitHub Desktop.
Save nicklasos/6412672 to your computer and use it in GitHub Desktop.
Random hex color in JavaScript
'#'+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