Shades of Lemon #FEE018
Tints of Lemon #FEE018
RGB
CMYK
RGB Variations
Color information
#FEE018 (or 0xFEE018) is known color: Lemon. HEX triplet: FE, E0 and 18. RGB value is (254,224,24). Sum of RGB (Red+Green+Blue) = 254+224+24=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 24 (9.77% from 255 or 4.78% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE018 is #011FE7. Grayscale: #D3D3D3. Windows color (decimal): -73704 or 1630462. OLE color: 1630462.
HSL color Cylindrical-coordinate representation of color #FEE018: hue angle of 52.17º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEE018 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 24 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.00 |
| HSL | 52.17º | 0.99% | 0.55% | - |
| HSV(B) | 52.17º | 0.91% | 1% | - |
| XYZ | 67.69 | 74.45 | 11.67 | - |
| YUV | 210.17 | 22.94 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 24 | 0 | 0.12 | 0.91 | 0.00 | 52.17 | 0.99 | 0.55 |
| Hex | FE | E0 | 18 | 0 | C | 5B | 0 | 34 | 63 | 37 |
| Octal | 376 | 340 | 30 | 0 | 14 | 133 | 0 | 64 | 143 | 67 |
| Binary | 11111110 | 11100000 | 11000 | 0 | 1100 | 1011011 | 0 | 110100 | 1100011 | 110111 |
Color Harmonies of #FEE018
Complementary color
Monochromatic Colors of #FEE018
Black with #FEE018
Text Example
Text Example
White with #FEE018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE018; }
p { color: rgb(254,224,24); }
H1.HeaderClassName
{
color: #FEE018;
}
.AnyTagClassName
{
color: #FEE018;
}
</style>
background-color css
<style>
a { background-color: #FEE018; }
a { background-color: rgb(254,224,24); }
div.DivClassName
{
background-color: #FEE018;
}
.BgClassName
{
background-color: #FEE018;
}
</style>
border-color css
<style>
span { border-color: #FEE018; }
span { border-color: rgb(254,224,24); }
td.TdClassName
{
border-color: #FEE018;
}
.TagClassName
{
border-color: #FEE018;
}
</style>