https://youtu.be/dsTK26vcKAM
Rules:
1. No Replacing Time
2. Color of text must match the number.
if n is in the one's place, color the text's fill n
if n is in the ten's place, color the text's outline n.
0 - white (1,1,1)
1 - red (1,0,0)
2 - orange (1,0.5,0)
3 - yellow (1,1,0)
4 - green (0,1,0)
5 - cyan (0,1,1)
6 - blue/purple (0,0,1 or 0.5,0,1)
7 - purple/violet (0.5,0,1 or 0.75,0.5,1)
8 - magenta (1,0,1)
9 - gray/grey (0.5,0.5,0.5)
3. Test must be scaled 0.5 and y should be 0.88.