What would be a good way to convert hex color values like #ffffff into the single RGB values 255 255 255 using PHP?
#ffffff
255 255 255
If you want to convert hex to rgb you can use sscanf:
$r $g $b"; ?>
Output:
#ff9900 -> 255 153 0