Probably the most common way to specify colours is using hex values; hex colours always start with a #
. It’s a number made of 3 pieces (red, green & blue). It don’t pretend to know these numbers, I just copy and paste them from Photoshop, but I can guess at how light or dark the colour is based on the value.
They’re called “hex” numbers because they are “hexadecimal” meaning not based on 10 digits, but 16 digits.
To count hex you start at 0 and go to 9, then start at A and go to F:
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f