Shades of Lemon #F8EC18
Tints of Lemon #F8EC18
RGB
CMYK
RGB Variations
Color information
#F8EC18 (or 0xF8EC18) is known color: Lemon. HEX triplet: F8, EC and 18. RGB value is (248,236,24). Sum of RGB (Red+Green+Blue) = 248+236+24=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 24 (9.77% from 255 or 4.72% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8EC18 is #0713E7. Grayscale: #D8D8D8. Windows color (decimal): -463848 or 1633528. OLE color: 1633528.
HSL color Cylindrical-coordinate representation of color #F8EC18: hue angle of 56.79º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8EC18 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 24 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.03 |
| HSL | 56.79º | 0.94% | 0.53% | - |
| HSV(B) | 56.79º | 0.9% | 0.97% | - |
| XYZ | 68.87 | 80.01 | 12.68 | - |
| YUV | 215.42 | 19.98 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 24 | 0 | 0.05 | 0.90 | 0.03 | 56.79 | 0.94 | 0.53 |
| Hex | F8 | EC | 18 | 0 | 5 | 5A | 3 | 39 | 5E | 35 |
| Octal | 370 | 354 | 30 | 0 | 5 | 132 | 3 | 71 | 136 | 65 |
| Binary | 11111000 | 11101100 | 11000 | 0 | 101 | 1011010 | 11 | 111001 | 1011110 | 110101 |
Color Harmonies of #F8EC18
Complementary color
Monochromatic Colors of #F8EC18
Black with #F8EC18
Text Example
Text Example
White with #F8EC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC18; }
p { color: rgb(248,236,24); }
H1.HeaderClassName
{
color: #F8EC18;
}
.AnyTagClassName
{
color: #F8EC18;
}
</style>
background-color css
<style>
a { background-color: #F8EC18; }
a { background-color: rgb(248,236,24); }
div.DivClassName
{
background-color: #F8EC18;
}
.BgClassName
{
background-color: #F8EC18;
}
</style>
border-color css
<style>
span { border-color: #F8EC18; }
span { border-color: rgb(248,236,24); }
td.TdClassName
{
border-color: #F8EC18;
}
.TagClassName
{
border-color: #F8EC18;
}
</style>