Meaning of symbols: The first two symbols in HTML color code represents the intensity of red color | |
---|---|
So with combining the intensity of red, green and blue we can mix almost any color that our heart desire; Examples: FF0000 - With this HTML code we tell browser to show maximum of red and no green and no blue | These numbers are in hexadecimal numeral system |
The result is of course pure red color: 00FF00 - This HTML code shows just green and no red and blue.
19" Well the answer is "Yes" and this is how it goes: HTML Codes format: Each HTML code contains symbol " " and 6 letters or numbers | For example "FF" in hexadecimal represents number 255 in Decimal |
---|---|
The third and fourth represents intensity of green and fifth and sixth represents the intensity of blue |