javascrit random color code example Example: random color in javascript var randomColor = Math.floor(Math.random()*16777215).toString(16);