Skip to content

Instantly share code, notes, and snippets.

@jsborjesson
Created April 6, 2013 16:16
Show Gist options
  • Select an option

  • Save jsborjesson/5326638 to your computer and use it in GitHub Desktop.

Select an option

Save jsborjesson/5326638 to your computer and use it in GitHub Desktop.
Random hex color in JS
'#'+(0x1000000+(Math.random())*0xffffff).toString(16).substr(1,6);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment