Shades of Lemon #FEF40E
Tints of Lemon #FEF40E
RGB
CMYK
RGB Variations
Color information
#FEF40E (or 0xFEF40E) is known color: Lemon. HEX triplet: FE, F4 and 0E. RGB value is (254,244,14). Sum of RGB (Red+Green+Blue) = 254+244+14=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 14 (5.86% from 255 or 2.73% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF40E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF40E is #010BF1. Grayscale: #DDDDDD. Windows color (decimal): -68594 or 980222. OLE color: 980222.
HSL color Cylindrical-coordinate representation of color #FEF40E: hue angle of 57.5º 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 #FEF40E is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 14 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.00 |
| HSL | 57.5º | 0.99% | 0.53% | - |
| HSV(B) | 57.5º | 0.94% | 1% | - |
| XYZ | 73.3 | 85.8 | 13.11 | - |
| YUV | 220.77 | 11.31 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 14 | 0 | 0.04 | 0.94 | 0.00 | 57.5 | 0.99 | 0.53 |
| Hex | FE | F4 | E | 0 | 4 | 5E | 0 | 3A | 63 | 35 |
| Octal | 376 | 364 | 16 | 0 | 4 | 136 | 0 | 72 | 143 | 65 |
| Binary | 11111110 | 11110100 | 1110 | 0 | 100 | 1011110 | 0 | 111010 | 1100011 | 110101 |
Color Harmonies of #FEF40E
Complementary color
Monochromatic Colors of #FEF40E
Black with #FEF40E
Text Example
Text Example
White with #FEF40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF40E; }
p { color: rgb(254,244,14); }
H1.HeaderClassName
{
color: #FEF40E;
}
.AnyTagClassName
{
color: #FEF40E;
}
</style>
background-color css
<style>
a { background-color: #FEF40E; }
a { background-color: rgb(254,244,14); }
div.DivClassName
{
background-color: #FEF40E;
}
.BgClassName
{
background-color: #FEF40E;
}
</style>
border-color css
<style>
span { border-color: #FEF40E; }
span { border-color: rgb(254,244,14); }
td.TdClassName
{
border-color: #FEF40E;
}
.TagClassName
{
border-color: #FEF40E;
}
</style>