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