Shades of Lemon #FEE816
Tints of Lemon #FEE816
RGB
CMYK
RGB Variations
Color information
#FEE816 (or 0xFEE816) is known color: Lemon. HEX triplet: FE, E8 and 16. RGB value is (254,232,22). Sum of RGB (Red+Green+Blue) = 254+232+22=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 22 (8.98% from 255 or 4.33% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE816 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE816 is #0117E9. Grayscale: #D7D7D7. Windows color (decimal): -71658 or 1501438. OLE color: 1501438.
HSL color Cylindrical-coordinate representation of color #FEE816: hue angle of 54.31º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEE816 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 22 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.00 |
| HSL | 54.31º | 0.99% | 0.54% | - |
| HSV(B) | 54.31º | 0.91% | 1% | - |
| XYZ | 69.87 | 78.84 | 12.29 | - |
| YUV | 214.64 | 19.29 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 22 | 0 | 0.09 | 0.91 | 0.00 | 54.31 | 0.99 | 0.54 |
| Hex | FE | E8 | 16 | 0 | 9 | 5B | 0 | 36 | 63 | 36 |
| Octal | 376 | 350 | 26 | 0 | 11 | 133 | 0 | 66 | 143 | 66 |
| Binary | 11111110 | 11101000 | 10110 | 0 | 1001 | 1011011 | 0 | 110110 | 1100011 | 110110 |
Color Harmonies of #FEE816
Complementary color
Monochromatic Colors of #FEE816
Black with #FEE816
Text Example
Text Example
White with #FEE816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE816; }
p { color: rgb(254,232,22); }
H1.HeaderClassName
{
color: #FEE816;
}
.AnyTagClassName
{
color: #FEE816;
}
</style>
background-color css
<style>
a { background-color: #FEE816; }
a { background-color: rgb(254,232,22); }
div.DivClassName
{
background-color: #FEE816;
}
.BgClassName
{
background-color: #FEE816;
}
</style>
border-color css
<style>
span { border-color: #FEE816; }
span { border-color: rgb(254,232,22); }
td.TdClassName
{
border-color: #FEE816;
}
.TagClassName
{
border-color: #FEE816;
}
</style>