The color text component ignores any number of preceding zeros, so {"text":"example", "color":"#0000000000FFFF00"} is both valid and the same as {"text":"example", "color":"#FFFF00"}
This also allows for {"text":"example", "color":"#FF"}, which displays a blue coloured text.