nicklasos
9/2/2013 - 1:06 PM

Random hex color in JavaScript

Random hex color in JavaScript

'#'+Math.floor(Math.random()*16777215).toString(16);