3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = "#ffffff"; $hex_r = substr($value, 1, 2); $hex_g = substr($value, 3, 2); $hex_b = substr($value, 5, 2); echo intval($hex_r, 16);

preferences:
34.14 ms | 402 KiB | 5 Q