Squito

Untitled

Nov 18th, 2020 (edited)
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?PHP
  2. $color['red']=123;
  3. $color['green']=213;
  4. $color['blue']=231;
  5. echo '<br>#'.strtoupper(implode(array_map('dechex', $color)));
Add Comment
Please, Sign In to add comment