Shades of Lemon #FEE41D
Tints of Lemon #FEE41D
RGB
CMYK
RGB Variations
Color information
#FEE41D (or 0xFEE41D) is known color: Lemon. HEX triplet: FE, E4 and 1D. RGB value is (254,228,29). Sum of RGB (Red+Green+Blue) = 254+228+29=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 29 (11.72% from 255 or 5.68% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE41D is #011BE2. Grayscale: #D5D5D5. Windows color (decimal): -72675 or 1959166. OLE color: 1959166.
HSL color Cylindrical-coordinate representation of color #FEE41D: hue angle of 53.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEE41D is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 29 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.00 |
| HSL | 53.07º | 0.99% | 0.55% | - |
| HSV(B) | 53.07º | 0.89% | 1% | - |
| XYZ | 68.84 | 76.65 | 12.33 | - |
| YUV | 213.09 | 24.11 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 29 | 0 | 0.10 | 0.89 | 0.00 | 53.07 | 0.99 | 0.55 |
| Hex | FE | E4 | 1D | 0 | A | 59 | 0 | 35 | 63 | 37 |
| Octal | 376 | 344 | 35 | 0 | 12 | 131 | 0 | 65 | 143 | 67 |
| Binary | 11111110 | 11100100 | 11101 | 0 | 1010 | 1011001 | 0 | 110101 | 1100011 | 110111 |
Color Harmonies of #FEE41D
Complementary color
Monochromatic Colors of #FEE41D
Black with #FEE41D
Text Example
Text Example
White with #FEE41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE41D; }
p { color: rgb(254,228,29); }
H1.HeaderClassName
{
color: #FEE41D;
}
.AnyTagClassName
{
color: #FEE41D;
}
</style>
background-color css
<style>
a { background-color: #FEE41D; }
a { background-color: rgb(254,228,29); }
div.DivClassName
{
background-color: #FEE41D;
}
.BgClassName
{
background-color: #FEE41D;
}
</style>
border-color css
<style>
span { border-color: #FEE41D; }
span { border-color: rgb(254,228,29); }
td.TdClassName
{
border-color: #FEE41D;
}
.TagClassName
{
border-color: #FEE41D;
}
</style>