3v4l.org

run code in 500+ PHP versions simultaneously
<?php $hex = 'ffffff'; $red = hexdec( substr( $hex, 0, 2 ) ); $green = hexdec( substr( $hex, 2, 2 ) ); $blue = hexdec( substr( $hex, 4, 2 ) ); var_dump(compact('red', 'green', 'blue'));

preferences:
59.29 ms | 1270 KiB | 5 Q