Shades of Lemon #FEE80A
Tints of Lemon #FEE80A
RGB
CMYK
RGB Variations
Color information
#FEE80A (or 0xFEE80A) is known color: Lemon. HEX triplet: FE, E8 and 0A. RGB value is (254,232,10). Sum of RGB (Red+Green+Blue) = 254+232+10=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 10 (4.30% from 255 or 2.02% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE80A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE80A is #0117F5. Grayscale: #D6D6D6. Windows color (decimal): -71670 or 715006. OLE color: 715006.
HSL color Cylindrical-coordinate representation of color #FEE80A: hue angle of 54.59º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEE80A is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 10 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.00 |
| HSL | 54.59º | 0.99% | 0.52% | - |
| HSV(B) | 54.59º | 0.96% | 1% | - |
| XYZ | 69.78 | 78.81 | 11.82 | - |
| YUV | 213.27 | 13.29 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 10 | 0 | 0.09 | 0.96 | 0.00 | 54.59 | 0.99 | 0.52 |
| Hex | FE | E8 | A | 0 | 9 | 60 | 0 | 37 | 63 | 34 |
| Octal | 376 | 350 | 12 | 0 | 11 | 140 | 0 | 67 | 143 | 64 |
| Binary | 11111110 | 11101000 | 1010 | 0 | 1001 | 1100000 | 0 | 110111 | 1100011 | 110100 |
Color Harmonies of #FEE80A
Complementary color
Monochromatic Colors of #FEE80A
Black with #FEE80A
Text Example
Text Example
White with #FEE80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE80A; }
p { color: rgb(254,232,10); }
H1.HeaderClassName
{
color: #FEE80A;
}
.AnyTagClassName
{
color: #FEE80A;
}
</style>
background-color css
<style>
a { background-color: #FEE80A; }
a { background-color: rgb(254,232,10); }
div.DivClassName
{
background-color: #FEE80A;
}
.BgClassName
{
background-color: #FEE80A;
}
</style>
border-color css
<style>
span { border-color: #FEE80A; }
span { border-color: rgb(254,232,10); }
td.TdClassName
{
border-color: #FEE80A;
}
.TagClassName
{
border-color: #FEE80A;
}
</style>