The colours on a web page are represented in binary by 24-bit codes, i.e. combining 8 bits for a shade of red, 8 bits for a shade of green, and 8 bits for a shade of blue. In hexadecimal, the same colour can be represented by only 6 hexadecimal digits. For example, the colour orange can be depicted as FFA500 instead of 111111111010010100000000.