Shades of Lemon #F8F018
Tints of Lemon #F8F018
RGB
CMYK
RGB Variations
Color information
#F8F018 (or 0xF8F018) is known color: Lemon. HEX triplet: F8, F0 and 18. RGB value is (248,240,24). Sum of RGB (Red+Green+Blue) = 248+240+24=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 24 (9.77% from 255 or 4.69% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F018 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F018 is #070FE7. Grayscale: #DADADA. Windows color (decimal): -462824 or 1634552. OLE color: 1634552.
HSL color Cylindrical-coordinate representation of color #F8F018: hue angle of 57.86º 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 #F8F018 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 24 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.03 |
| HSL | 57.86º | 0.94% | 0.53% | - |
| HSV(B) | 57.86º | 0.9% | 0.97% | - |
| XYZ | 70.04 | 82.34 | 13.07 | - |
| YUV | 217.77 | 18.65 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 24 | 0 | 0.03 | 0.90 | 0.03 | 57.86 | 0.94 | 0.53 |
| Hex | F8 | F0 | 18 | 0 | 3 | 5A | 3 | 3A | 5E | 35 |
| Octal | 370 | 360 | 30 | 0 | 3 | 132 | 3 | 72 | 136 | 65 |
| Binary | 11111000 | 11110000 | 11000 | 0 | 11 | 1011010 | 11 | 111010 | 1011110 | 110101 |
Color Harmonies of #F8F018
Complementary color
Monochromatic Colors of #F8F018
Black with #F8F018
Text Example
Text Example
White with #F8F018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F018; }
p { color: rgb(248,240,24); }
H1.HeaderClassName
{
color: #F8F018;
}
.AnyTagClassName
{
color: #F8F018;
}
</style>
background-color css
<style>
a { background-color: #F8F018; }
a { background-color: rgb(248,240,24); }
div.DivClassName
{
background-color: #F8F018;
}
.BgClassName
{
background-color: #F8F018;
}
</style>
border-color css
<style>
span { border-color: #F8F018; }
span { border-color: rgb(248,240,24); }
td.TdClassName
{
border-color: #F8F018;
}
.TagClassName
{
border-color: #F8F018;
}
</style>