Skip to content

Instantly share code, notes, and snippets.

@remy
Created August 20, 2010 02:01
Show Gist options
  • Select an option

  • Save remy/539433 to your computer and use it in GitHub Desktop.

Select an option

Save remy/539433 to your computer and use it in GitHub Desktop.
Random hex colour with correct padding for small colours
(function(h){return '#000000'.substr(0,7-h.length)+h})((~~(Math.random()*(1<<24))).toString(16))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment