tutorial 5: how does color work in HTML?
watch it on YouTube
Notes
- in webcoding, hexadecimal color values are used
- 6 digit codes that represent proportions of red, green, and blue define colors.
- the proportion of each color is given in a value between 0-255, in hex
- the pattern is #RRGGBB