Shades of Lemon #FEE01D
Tints of Lemon #FEE01D
RGB
CMYK
RGB Variations
Color information
#FEE01D (or 0xFEE01D) is known color: Lemon. HEX triplet: FE, E0 and 1D. RGB value is (254,224,29). Sum of RGB (Red+Green+Blue) = 254+224+29=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 29 (11.72% from 255 or 5.72% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE01D is #011FE2. Grayscale: #D3D3D3. Windows color (decimal): -73699 or 1958142. OLE color: 1958142.
HSL color Cylindrical-coordinate representation of color #FEE01D: hue angle of 52º 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 #FEE01D is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 29 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.00 |
| HSL | 52º | 0.99% | 0.55% | - |
| HSV(B) | 52º | 0.89% | 1% | - |
| XYZ | 67.75 | 74.47 | 11.97 | - |
| YUV | 210.74 | 25.44 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 29 | 0 | 0.12 | 0.89 | 0.00 | 52 | 0.99 | 0.55 |
| Hex | FE | E0 | 1D | 0 | C | 59 | 0 | 34 | 63 | 37 |
| Octal | 376 | 340 | 35 | 0 | 14 | 131 | 0 | 64 | 143 | 67 |
| Binary | 11111110 | 11100000 | 11101 | 0 | 1100 | 1011001 | 0 | 110100 | 1100011 | 110111 |
Color Harmonies of #FEE01D
Complementary color
Monochromatic Colors of #FEE01D
Black with #FEE01D
Text Example
Text Example
White with #FEE01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE01D; }
p { color: rgb(254,224,29); }
H1.HeaderClassName
{
color: #FEE01D;
}
.AnyTagClassName
{
color: #FEE01D;
}
</style>
background-color css
<style>
a { background-color: #FEE01D; }
a { background-color: rgb(254,224,29); }
div.DivClassName
{
background-color: #FEE01D;
}
.BgClassName
{
background-color: #FEE01D;
}
</style>
border-color css
<style>
span { border-color: #FEE01D; }
span { border-color: rgb(254,224,29); }
td.TdClassName
{
border-color: #FEE01D;
}
.TagClassName
{
border-color: #FEE01D;
}
</style>