Shades of Lemon #FEE20E
Tints of Lemon #FEE20E
RGB
CMYK
RGB Variations
Color information
#FEE20E (or 0xFEE20E) is known color: Lemon. HEX triplet: FE, E2 and 0E. RGB value is (254,226,14). Sum of RGB (Red+Green+Blue) = 254+226+14=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 14 (5.86% from 255 or 2.83% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE20E is #011DF1. Grayscale: #D3D3D3. Windows color (decimal): -73202 or 975614. OLE color: 975614.
HSL color Cylindrical-coordinate representation of color #FEE20E: hue angle of 53º 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 #FEE20E is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 14 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.00 |
| HSL | 53º | 0.99% | 0.53% | - |
| HSV(B) | 53º | 0.94% | 1% | - |
| XYZ | 68.15 | 75.5 | 11.4 | - |
| YUV | 210.2 | 17.28 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 14 | 0 | 0.11 | 0.94 | 0.00 | 53 | 0.99 | 0.53 |
| Hex | FE | E2 | E | 0 | B | 5E | 0 | 35 | 63 | 35 |
| Octal | 376 | 342 | 16 | 0 | 13 | 136 | 0 | 65 | 143 | 65 |
| Binary | 11111110 | 11100010 | 1110 | 0 | 1011 | 1011110 | 0 | 110101 | 1100011 | 110101 |
Color Harmonies of #FEE20E
Complementary color
Monochromatic Colors of #FEE20E
Black with #FEE20E
Text Example
Text Example
White with #FEE20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE20E; }
p { color: rgb(254,226,14); }
H1.HeaderClassName
{
color: #FEE20E;
}
.AnyTagClassName
{
color: #FEE20E;
}
</style>
background-color css
<style>
a { background-color: #FEE20E; }
a { background-color: rgb(254,226,14); }
div.DivClassName
{
background-color: #FEE20E;
}
.BgClassName
{
background-color: #FEE20E;
}
</style>
border-color css
<style>
span { border-color: #FEE20E; }
span { border-color: rgb(254,226,14); }
td.TdClassName
{
border-color: #FEE20E;
}
.TagClassName
{
border-color: #FEE20E;
}
</style>