HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML Color

HTML Colors

 

 

HTML colors are expressed as hexadecimal values i.e, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. There is a total of 16 values there, 0 through F. Zero represents the lowest value, and F represents the highest.

Colors are displayed in combinations of redgreen, and blue light (RGB). Hex values are written using the hashtag symbol (#), followed by either three or six hex characters. All of the possible redgreen, and blue combinations potentially number over 16 million.

Code Explanation

All Tutorials related to HTML Basics

All Sections related to HTML