HTML Colors HEX Value Add Comment In HTML, a color can also be specified using a hexadecimal value in the form: #RRGGBB, where RR (red), GG (green) and BB (blue) are hexadecimal values...
HTML Colors RGB Value Add Comment In HTML, a color can also be specified as an RGB value, using this formula: rgb(red, green, blue) Each parameter (red, green, and blue) defines the...
HTML Color Names Add Comment In HTML, a color can be specified by using a color name: Example ColorName Red Orange Yellow Cyan Blue Try it...