Shades of Lemon #F8F818
Tints of Lemon #F8F818
RGB
CMYK
RGB Variations
Color information
#F8F818 (or 0xF8F818) is known color: Lemon. HEX triplet: F8, F8 and 18. RGB value is (248,248,24). Sum of RGB (Red+Green+Blue) = 248+248+24=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 24 (9.77% from 255 or 4.62% from 520); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F818 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F818 is #0707E7. Grayscale: #DFDFDF. Windows color (decimal): -460776 or 1636600. OLE color: 1636600.
HSL color Cylindrical-coordinate representation of color #F8F818: hue angle of 60º 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 #F8F818 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 24 | - |
| CMYK | 0 | 0 | 0.90 | 0.03 |
| HSL | 60º | 0.94% | 0.53% | - |
| HSV(B) | 60º | 0.9% | 0.97% | - |
| XYZ | 72.44 | 87.16 | 13.87 | - |
| YUV | 222.46 | 16 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 24 | 0 | 0 | 0.90 | 0.03 | 60 | 0.94 | 0.53 |
| Hex | F8 | F8 | 18 | 0 | 0 | 5A | 3 | 3C | 5E | 35 |
| Octal | 370 | 370 | 30 | 0 | 0 | 132 | 3 | 74 | 136 | 65 |
| Binary | 11111000 | 11111000 | 11000 | 0 | 0 | 1011010 | 11 | 111100 | 1011110 | 110101 |
Color Harmonies of #F8F818
Complementary color
Monochromatic Colors of #F8F818
Black with #F8F818
Text Example
Text Example
White with #F8F818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F818; }
p { color: rgb(248,248,24); }
H1.HeaderClassName
{
color: #F8F818;
}
.AnyTagClassName
{
color: #F8F818;
}
</style>
background-color css
<style>
a { background-color: #F8F818; }
a { background-color: rgb(248,248,24); }
div.DivClassName
{
background-color: #F8F818;
}
.BgClassName
{
background-color: #F8F818;
}
</style>
border-color css
<style>
span { border-color: #F8F818; }
span { border-color: rgb(248,248,24); }
td.TdClassName
{
border-color: #F8F818;
}
.TagClassName
{
border-color: #F8F818;
}
</style>