#FFE80C (or 0xFFE80C) is unknown color: approx Lemon. HEX triplet: FF, E8 and 0C. RGB value is (255,232,12). Sum of RGB (Red+Green+Blue) = 255+232+12=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 12 (5.08% from 255 or 2.40% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE80C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE80C is #0017F3. Grayscale: #D6D6D6. Windows color (decimal): -6132 or 846079. OLE color: 846079.
HSL color Cylindrical-coordinate representation of color #FFE80C: hue angle of 54.32º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFE80C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.
<style> p { color: #ffe80c; } p { color: rgb(255,232,12); } H1.HeaderClassName { color: #ffe80c; } .AnyTagClassName { color: #ffe80c; } </style>
<style> a { background-color: #ffe80c; } a { background-color: rgb(255,232,12); } div.DivClassName { background-color: #ffe80c; } .BgClassName { background-color: #ffe80c; } </style>
<style> span { border-color: #ffe80c; } span { border-color: rgb(255,232,12); } td.TdClassName { border-color: #ffe80c; } .TagClassName { border-color: #ffe80c; } </style>