Shades of Lemon #F8F816
Tints of Lemon #F8F816
RGB
CMYK
RGB Variations
Color information
#F8F816 (or 0xF8F816) is known color: Lemon. HEX triplet: F8, F8 and 16. RGB value is (248,248,22). Sum of RGB (Red+Green+Blue) = 248+248+22=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 22 (8.98% from 255 or 4.25% from 518); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F816 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F816 is #0707E9. Grayscale: #DFDFDF. Windows color (decimal): -460778 or 1505528. OLE color: 1505528.
HSL color Cylindrical-coordinate representation of color #F8F816: 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.91%. Process color model (Four color, CMYK) of #F8F816 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 22 | - |
| CMYK | 0 | 0 | 0.91 | 0.03 |
| HSL | 60º | 0.94% | 0.53% | - |
| HSV(B) | 60º | 0.91% | 0.97% | - |
| XYZ | 72.42 | 87.15 | 13.76 | - |
| YUV | 222.24 | 15 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 22 | 0 | 0 | 0.91 | 0.03 | 60 | 0.94 | 0.53 |
| Hex | F8 | F8 | 16 | 0 | 0 | 5B | 3 | 3C | 5E | 35 |
| Octal | 370 | 370 | 26 | 0 | 0 | 133 | 3 | 74 | 136 | 65 |
| Binary | 11111000 | 11111000 | 10110 | 0 | 0 | 1011011 | 11 | 111100 | 1011110 | 110101 |
Color Harmonies of #F8F816
Complementary color
Monochromatic Colors of #F8F816
Black with #F8F816
Text Example
Text Example
White with #F8F816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F816; }
p { color: rgb(248,248,22); }
H1.HeaderClassName
{
color: #F8F816;
}
.AnyTagClassName
{
color: #F8F816;
}
</style>
background-color css
<style>
a { background-color: #F8F816; }
a { background-color: rgb(248,248,22); }
div.DivClassName
{
background-color: #F8F816;
}
.BgClassName
{
background-color: #F8F816;
}
</style>
border-color css
<style>
span { border-color: #F8F816; }
span { border-color: rgb(248,248,22); }
td.TdClassName
{
border-color: #F8F816;
}
.TagClassName
{
border-color: #F8F816;
}
</style>