Shades of Lemon #FEE808
Tints of Lemon #FEE808
RGB
CMYK
RGB Variations
Color information
#FEE808 (or 0xFEE808) is known color: Lemon. HEX triplet: FE, E8 and 08. RGB value is (254,232,8). Sum of RGB (Red+Green+Blue) = 254+232+8=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 8 (3.52% from 255 or 1.62% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE808 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE808 is #0117F7. Grayscale: #D5D5D5. Windows color (decimal): -71672 or 583934. OLE color: 583934.
HSL color Cylindrical-coordinate representation of color #FEE808: hue angle of 54.63º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEE808 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 8 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.00 |
| HSL | 54.63º | 0.99% | 0.51% | - |
| HSV(B) | 54.63º | 0.97% | 1% | - |
| XYZ | 69.77 | 78.8 | 11.76 | - |
| YUV | 213.04 | 12.29 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 8 | 0 | 0.09 | 0.97 | 0.00 | 54.63 | 0.99 | 0.51 |
| Hex | FE | E8 | 8 | 0 | 9 | 61 | 0 | 37 | 63 | 33 |
| Octal | 376 | 350 | 10 | 0 | 11 | 141 | 0 | 67 | 143 | 63 |
| Binary | 11111110 | 11101000 | 1000 | 0 | 1001 | 1100001 | 0 | 110111 | 1100011 | 110011 |
Color Harmonies of #FEE808
Complementary color
Monochromatic Colors of #FEE808
Black with #FEE808
Text Example
Text Example
White with #FEE808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE808; }
p { color: rgb(254,232,8); }
H1.HeaderClassName
{
color: #FEE808;
}
.AnyTagClassName
{
color: #FEE808;
}
</style>
background-color css
<style>
a { background-color: #FEE808; }
a { background-color: rgb(254,232,8); }
div.DivClassName
{
background-color: #FEE808;
}
.BgClassName
{
background-color: #FEE808;
}
</style>
border-color css
<style>
span { border-color: #FEE808; }
span { border-color: rgb(254,232,8); }
td.TdClassName
{
border-color: #FEE808;
}
.TagClassName
{
border-color: #FEE808;
}
</style>