Skip to content

Instantly share code, notes, and snippets.

@clindsey
Created July 23, 2008 23:27
Show Gist options
  • Save clindsey/1939 to your computer and use it in GitHub Desktop.
Save clindsey/1939 to your computer and use it in GitHub Desktop.
JavaScript Random Hex Color
(Math.round(0xFFFFFF * Math.random()).toString(16) + "000000").replace(/([a-f0-9]{6}).+/, "#$1").toUpperCase();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment