$string='ffff99'; $split = str_split($string,2); $r = hexdec($split[0]); $g = hexdec($split[1]); $b = hexdec($split[2]);
Jump To Top of Thread