Shades of Lemon #FEE41E
Tints of Lemon #FEE41E
RGB
CMYK
RGB Variations
Color information
#FEE41E (or 0xFEE41E) is known color: Lemon. HEX triplet: FE, E4 and 1E. RGB value is (254,228,30). Sum of RGB (Red+Green+Blue) = 254+228+30=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 30 (12.11% from 255 or 5.86% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE41E is #011BE1. Grayscale: #D6D6D6. Windows color (decimal): -72674 or 2024702. OLE color: 2024702.
HSL color Cylindrical-coordinate representation of color #FEE41E: hue angle of 53.04º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEE41E is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 30 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.00 |
| HSL | 53.04º | 0.99% | 0.56% | - |
| HSV(B) | 53.04º | 0.88% | 1% | - |
| XYZ | 68.85 | 76.65 | 12.39 | - |
| YUV | 213.2 | 24.61 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 30 | 0 | 0.10 | 0.88 | 0.00 | 53.04 | 0.99 | 0.56 |
| Hex | FE | E4 | 1E | 0 | A | 58 | 0 | 35 | 63 | 38 |
| Octal | 376 | 344 | 36 | 0 | 12 | 130 | 0 | 65 | 143 | 70 |
| Binary | 11111110 | 11100100 | 11110 | 0 | 1010 | 1011000 | 0 | 110101 | 1100011 | 111000 |
Color Harmonies of #FEE41E
Complementary color
Monochromatic Colors of #FEE41E
Black with #FEE41E
Text Example
Text Example
White with #FEE41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE41E; }
p { color: rgb(254,228,30); }
H1.HeaderClassName
{
color: #FEE41E;
}
.AnyTagClassName
{
color: #FEE41E;
}
</style>
background-color css
<style>
a { background-color: #FEE41E; }
a { background-color: rgb(254,228,30); }
div.DivClassName
{
background-color: #FEE41E;
}
.BgClassName
{
background-color: #FEE41E;
}
</style>
border-color css
<style>
span { border-color: #FEE41E; }
span { border-color: rgb(254,228,30); }
td.TdClassName
{
border-color: #FEE41E;
}
.TagClassName
{
border-color: #FEE41E;
}
</style>