Generate Random Hexa Color with PHP

Run Settings
LanguagePHP
Language Version
Run Command
<?php function random_color_part() { return str_pad( dechex( mt_rand( 0, 255 ) ), 2, '0', STR_PAD_LEFT); } function random_color() { return '#'. random_color_part() . random_color_part() . random_color_part(); } echo random_color();
Editor Settings
Theme
Key bindings
Full width
Lines