Shades of Lemon #FEE810
Tints of Lemon #FEE810
RGB
CMYK
RGB Variations
Color information
#FEE810 (or 0xFEE810) is known color: Lemon. HEX triplet: FE, E8 and 10. RGB value is (254,232,16). Sum of RGB (Red+Green+Blue) = 254+232+16=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 16 (6.64% from 255 or 3.19% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE810 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE810 is #0117EF. Grayscale: #D6D6D6. Windows color (decimal): -71664 or 1108222. OLE color: 1108222.
HSL color Cylindrical-coordinate representation of color #FEE810: hue angle of 54.45º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEE810 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 16 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.00 |
| HSL | 54.45º | 0.99% | 0.53% | - |
| HSV(B) | 54.45º | 0.94% | 1% | - |
| XYZ | 69.82 | 78.82 | 12.02 | - |
| YUV | 213.95 | 16.29 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 16 | 0 | 0.09 | 0.94 | 0.00 | 54.45 | 0.99 | 0.53 |
| Hex | FE | E8 | 10 | 0 | 9 | 5E | 0 | 36 | 63 | 35 |
| Octal | 376 | 350 | 20 | 0 | 11 | 136 | 0 | 66 | 143 | 65 |
| Binary | 11111110 | 11101000 | 10000 | 0 | 1001 | 1011110 | 0 | 110110 | 1100011 | 110101 |
Color Harmonies of #FEE810
Complementary color
Monochromatic Colors of #FEE810
Black with #FEE810
Text Example
Text Example
White with #FEE810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE810; }
p { color: rgb(254,232,16); }
H1.HeaderClassName
{
color: #FEE810;
}
.AnyTagClassName
{
color: #FEE810;
}
</style>
background-color css
<style>
a { background-color: #FEE810; }
a { background-color: rgb(254,232,16); }
div.DivClassName
{
background-color: #FEE810;
}
.BgClassName
{
background-color: #FEE810;
}
</style>
border-color css
<style>
span { border-color: #FEE810; }
span { border-color: rgb(254,232,16); }
td.TdClassName
{
border-color: #FEE810;
}
.TagClassName
{
border-color: #FEE810;
}
</style>