Skip to content

Instantly share code, notes, and snippets.

@tsmsogn
Last active October 11, 2015 04:37
Show Gist options
  • Save tsmsogn/3804022 to your computer and use it in GitHub Desktop.
Save tsmsogn/3804022 to your computer and use it in GitHub Desktop.
[javascript]Random rgb color
(function (h) {
return new Array(7 - h.length).join("0") + h
})(((1 << 24) * Math.random() | 0).toString(16));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment