Convert colors from hex (base-16) values to rgb (red-green-blue in decimal).
The first two hex numbers are for red, the next two for green, the last two for blue. The color values go from 0 to 255 in decimal. That range can be expressed with only two digits in hexadecimal, by using A-F to represent 10-16 (base-10). In hex, the range is from 0 to FF.
If you want to explore various base 2, 8, 10, or 16 conversions, check out the base converter