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