Skip to content

Instantly share code, notes, and snippets.

@Victa
Created July 7, 2011 08:44
Show Gist options
  • Save Victa/1069115 to your computer and use it in GitHub Desktop.
Save Victa/1069115 to your computer and use it in GitHub Desktop.
Random Hex Color
var randomColor = Math.floor(Math.random()*16777215).toString(16);
var ramdomColor = '#'+Math.round(0xffffff * Math.random()).toString(16);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment