Shades of Lemon #F8FA18
Tints of Lemon #F8FA18
RGB
CMYK
RGB Variations
Color information
#F8FA18 (or 0xF8FA18) is known color: Lemon. HEX triplet: F8, FA and 18. RGB value is (248,250,24). Sum of RGB (Red+Green+Blue) = 248+250+24=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 24 (9.77% from 255 or 4.60% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8FA18 is #0705E7. Grayscale: #E0E0E0. Windows color (decimal): -460264 or 1637112. OLE color: 1637112.
HSL color Cylindrical-coordinate representation of color #F8FA18: hue angle of 60.53º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8FA18 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 24 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.02 |
| HSL | 60.53º | 0.96% | 0.54% | - |
| HSV(B) | 60.53º | 0.9% | 0.98% | - |
| XYZ | 73.06 | 88.39 | 14.08 | - |
| YUV | 223.64 | 15.34 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 24 | 0.01 | 0 | 0.90 | 0.02 | 60.53 | 0.96 | 0.54 |
| Hex | F8 | FA | 18 | 1 | 0 | 5A | 2 | 3D | 60 | 36 |
| Octal | 370 | 372 | 30 | 1 | 0 | 132 | 2 | 75 | 140 | 66 |
| Binary | 11111000 | 11111010 | 11000 | 1 | 0 | 1011010 | 10 | 111101 | 1100000 | 110110 |
Color Harmonies of #F8FA18
Complementary color
Monochromatic Colors of #F8FA18
Black with #F8FA18
Text Example
Text Example
White with #F8FA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA18; }
p { color: rgb(248,250,24); }
H1.HeaderClassName
{
color: #F8FA18;
}
.AnyTagClassName
{
color: #F8FA18;
}
</style>
background-color css
<style>
a { background-color: #F8FA18; }
a { background-color: rgb(248,250,24); }
div.DivClassName
{
background-color: #F8FA18;
}
.BgClassName
{
background-color: #F8FA18;
}
</style>
border-color css
<style>
span { border-color: #F8FA18; }
span { border-color: rgb(248,250,24); }
td.TdClassName
{
border-color: #F8FA18;
}
.TagClassName
{
border-color: #F8FA18;
}
</style>