Shades of Lemon #FEE20C
Tints of Lemon #FEE20C
RGB
CMYK
RGB Variations
Color information
#FEE20C (or 0xFEE20C) is known color: Lemon. HEX triplet: FE, E2 and 0C. RGB value is (254,226,12). Sum of RGB (Red+Green+Blue) = 254+226+12=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 12 (5.08% from 255 or 2.44% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE20C is #011DF3. Grayscale: #D2D2D2. Windows color (decimal): -73204 or 844542. OLE color: 844542.
HSL color Cylindrical-coordinate representation of color #FEE20C: hue angle of 53.06º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEE20C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.00 |
| HSL | 53.06º | 0.99% | 0.52% | - |
| HSV(B) | 53.06º | 0.95% | 1% | - |
| XYZ | 68.14 | 75.49 | 11.33 | - |
| YUV | 209.98 | 16.28 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 12 | 0 | 0.11 | 0.95 | 0.00 | 53.06 | 0.99 | 0.52 |
| Hex | FE | E2 | C | 0 | B | 5F | 0 | 35 | 63 | 34 |
| Octal | 376 | 342 | 14 | 0 | 13 | 137 | 0 | 65 | 143 | 64 |
| Binary | 11111110 | 11100010 | 1100 | 0 | 1011 | 1011111 | 0 | 110101 | 1100011 | 110100 |
Color Harmonies of #FEE20C
Complementary color
Monochromatic Colors of #FEE20C
Black with #FEE20C
Text Example
Text Example
White with #FEE20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE20C; }
p { color: rgb(254,226,12); }
H1.HeaderClassName
{
color: #FEE20C;
}
.AnyTagClassName
{
color: #FEE20C;
}
</style>
background-color css
<style>
a { background-color: #FEE20C; }
a { background-color: rgb(254,226,12); }
div.DivClassName
{
background-color: #FEE20C;
}
.BgClassName
{
background-color: #FEE20C;
}
</style>
border-color css
<style>
span { border-color: #FEE20C; }
span { border-color: rgb(254,226,12); }
td.TdClassName
{
border-color: #FEE20C;
}
.TagClassName
{
border-color: #FEE20C;
}
</style>