Shades of Lemon #FEE11D
Tints of Lemon #FEE11D
RGB
CMYK
RGB Variations
Color information
#FEE11D (or 0xFEE11D) is known color: Lemon. HEX triplet: FE, E1 and 1D. RGB value is (254,225,29). Sum of RGB (Red+Green+Blue) = 254+225+29=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 29 (11.72% from 255 or 5.71% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE11D is #011EE2. Grayscale: #D4D4D4. Windows color (decimal): -73443 or 1958398. OLE color: 1958398.
HSL color Cylindrical-coordinate representation of color #FEE11D: hue angle of 52.27º 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 #FEE11D is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 29 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.00 |
| HSL | 52.27º | 0.99% | 0.55% | - |
| HSV(B) | 52.27º | 0.89% | 1% | - |
| XYZ | 68.02 | 75.01 | 12.06 | - |
| YUV | 211.33 | 25.11 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 29 | 0 | 0.11 | 0.89 | 0.00 | 52.27 | 0.99 | 0.55 |
| Hex | FE | E1 | 1D | 0 | B | 59 | 0 | 34 | 63 | 37 |
| Octal | 376 | 341 | 35 | 0 | 13 | 131 | 0 | 64 | 143 | 67 |
| Binary | 11111110 | 11100001 | 11101 | 0 | 1011 | 1011001 | 0 | 110100 | 1100011 | 110111 |
Color Harmonies of #FEE11D
Complementary color
Monochromatic Colors of #FEE11D
Black with #FEE11D
Text Example
Text Example
White with #FEE11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE11D; }
p { color: rgb(254,225,29); }
H1.HeaderClassName
{
color: #FEE11D;
}
.AnyTagClassName
{
color: #FEE11D;
}
</style>
background-color css
<style>
a { background-color: #FEE11D; }
a { background-color: rgb(254,225,29); }
div.DivClassName
{
background-color: #FEE11D;
}
.BgClassName
{
background-color: #FEE11D;
}
</style>
border-color css
<style>
span { border-color: #FEE11D; }
span { border-color: rgb(254,225,29); }
td.TdClassName
{
border-color: #FEE11D;
}
.TagClassName
{
border-color: #FEE11D;
}
</style>