Shades of Lemon #FEE518
Tints of Lemon #FEE518
RGB
CMYK
RGB Variations
Color information
#FEE518 (or 0xFEE518) is known color: Lemon. HEX triplet: FE, E5 and 18. RGB value is (254,229,24). Sum of RGB (Red+Green+Blue) = 254+229+24=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 24 (9.77% from 255 or 4.73% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE518 is #011AE7. Grayscale: #D5D5D5. Windows color (decimal): -72424 or 1631742. OLE color: 1631742.
HSL color Cylindrical-coordinate representation of color #FEE518: hue angle of 53.48º 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 #FEE518 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 24 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.00 |
| HSL | 53.48º | 0.99% | 0.55% | - |
| HSV(B) | 53.48º | 0.91% | 1% | - |
| XYZ | 69.06 | 77.18 | 12.12 | - |
| YUV | 213.11 | 21.28 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 24 | 0 | 0.10 | 0.91 | 0.00 | 53.48 | 0.99 | 0.55 |
| Hex | FE | E5 | 18 | 0 | A | 5B | 0 | 35 | 63 | 37 |
| Octal | 376 | 345 | 30 | 0 | 12 | 133 | 0 | 65 | 143 | 67 |
| Binary | 11111110 | 11100101 | 11000 | 0 | 1010 | 1011011 | 0 | 110101 | 1100011 | 110111 |
Color Harmonies of #FEE518
Complementary color
Monochromatic Colors of #FEE518
Black with #FEE518
Text Example
Text Example
White with #FEE518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE518; }
p { color: rgb(254,229,24); }
H1.HeaderClassName
{
color: #FEE518;
}
.AnyTagClassName
{
color: #FEE518;
}
</style>
background-color css
<style>
a { background-color: #FEE518; }
a { background-color: rgb(254,229,24); }
div.DivClassName
{
background-color: #FEE518;
}
.BgClassName
{
background-color: #FEE518;
}
</style>
border-color css
<style>
span { border-color: #FEE518; }
span { border-color: rgb(254,229,24); }
td.TdClassName
{
border-color: #FEE518;
}
.TagClassName
{
border-color: #FEE518;
}
</style>