Shades of Lemon #FEF20E
Tints of Lemon #FEF20E
RGB
CMYK
RGB Variations
Color information
#FEF20E (or 0xFEF20E) is known color: Lemon. HEX triplet: FE, F2 and 0E. RGB value is (254,242,14). Sum of RGB (Red+Green+Blue) = 254+242+14=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 14 (5.86% from 255 or 2.75% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF20E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF20E is #010DF1. Grayscale: #DCDCDC. Windows color (decimal): -69106 or 979710. OLE color: 979710.
HSL color Cylindrical-coordinate representation of color #FEF20E: hue angle of 57º 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 #FEF20E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 14 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.00 |
| HSL | 57º | 0.99% | 0.53% | - |
| HSV(B) | 57º | 0.94% | 1% | - |
| XYZ | 72.7 | 84.61 | 12.91 | - |
| YUV | 219.6 | 11.98 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 14 | 0 | 0.05 | 0.94 | 0.00 | 57 | 0.99 | 0.53 |
| Hex | FE | F2 | E | 0 | 5 | 5E | 0 | 39 | 63 | 35 |
| Octal | 376 | 362 | 16 | 0 | 5 | 136 | 0 | 71 | 143 | 65 |
| Binary | 11111110 | 11110010 | 1110 | 0 | 101 | 1011110 | 0 | 111001 | 1100011 | 110101 |
Color Harmonies of #FEF20E
Complementary color
Monochromatic Colors of #FEF20E
Black with #FEF20E
Text Example
Text Example
White with #FEF20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF20E; }
p { color: rgb(254,242,14); }
H1.HeaderClassName
{
color: #FEF20E;
}
.AnyTagClassName
{
color: #FEF20E;
}
</style>
background-color css
<style>
a { background-color: #FEF20E; }
a { background-color: rgb(254,242,14); }
div.DivClassName
{
background-color: #FEF20E;
}
.BgClassName
{
background-color: #FEF20E;
}
</style>
border-color css
<style>
span { border-color: #FEF20E; }
span { border-color: rgb(254,242,14); }
td.TdClassName
{
border-color: #FEF20E;
}
.TagClassName
{
border-color: #FEF20E;
}
</style>