Shades of Lemon #F8F218
Tints of Lemon #F8F218
RGB
CMYK
RGB Variations
Color information
#F8F218 (or 0xF8F218) is known color: Lemon. HEX triplet: F8, F2 and 18. RGB value is (248,242,24). Sum of RGB (Red+Green+Blue) = 248+242+24=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 24 (9.77% from 255 or 4.67% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F218 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F218 is #070DE7. Grayscale: #DBDBDB. Windows color (decimal): -462312 or 1635064. OLE color: 1635064.
HSL color Cylindrical-coordinate representation of color #F8F218: hue angle of 58.39º 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 #F8F218 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 24 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.03 |
| HSL | 58.39º | 0.94% | 0.53% | - |
| HSV(B) | 58.39º | 0.9% | 0.97% | - |
| XYZ | 70.63 | 83.53 | 13.26 | - |
| YUV | 218.94 | 17.99 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 24 | 0 | 0.02 | 0.90 | 0.03 | 58.39 | 0.94 | 0.53 |
| Hex | F8 | F2 | 18 | 0 | 2 | 5A | 3 | 3A | 5E | 35 |
| Octal | 370 | 362 | 30 | 0 | 2 | 132 | 3 | 72 | 136 | 65 |
| Binary | 11111000 | 11110010 | 11000 | 0 | 10 | 1011010 | 11 | 111010 | 1011110 | 110101 |
Color Harmonies of #F8F218
Complementary color
Monochromatic Colors of #F8F218
Black with #F8F218
Text Example
Text Example
White with #F8F218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F218; }
p { color: rgb(248,242,24); }
H1.HeaderClassName
{
color: #F8F218;
}
.AnyTagClassName
{
color: #F8F218;
}
</style>
background-color css
<style>
a { background-color: #F8F218; }
a { background-color: rgb(248,242,24); }
div.DivClassName
{
background-color: #F8F218;
}
.BgClassName
{
background-color: #F8F218;
}
</style>
border-color css
<style>
span { border-color: #F8F218; }
span { border-color: rgb(248,242,24); }
td.TdClassName
{
border-color: #F8F218;
}
.TagClassName
{
border-color: #F8F218;
}
</style>