Shades of Lemon #F8FA19
Tints of Lemon #F8FA19
RGB
CMYK
RGB Variations
Color information
#F8FA19 (or 0xF8FA19) is known color: Lemon. HEX triplet: F8, FA and 19. RGB value is (248,250,25). Sum of RGB (Red+Green+Blue) = 248+250+25=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 25 (10.16% from 255 or 4.78% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8FA19 is #0705E6. Grayscale: #E0E0E0. Windows color (decimal): -460263 or 1702648. OLE color: 1702648.
HSL color Cylindrical-coordinate representation of color #F8FA19: 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 #F8FA19 is Cyan = 0.01, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 25 | - |
| CMYK | 0.01 | 0 | 0.9 | 0.02 |
| HSL | 60.53º | 0.96% | 0.54% | - |
| HSV(B) | 60.53º | 0.9% | 0.98% | - |
| XYZ | 73.07 | 88.4 | 14.13 | - |
| YUV | 223.75 | 15.84 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 25 | 0.01 | 0 | 0.9 | 0.02 | 60.53 | 0.96 | 0.54 |
| Hex | F8 | FA | 19 | 1 | 0 | 5A | 2 | 3D | 60 | 36 |
| Octal | 370 | 372 | 31 | 1 | 0 | 132 | 2 | 75 | 140 | 66 |
| Binary | 11111000 | 11111010 | 11001 | 1 | 0 | 1011010 | 10 | 111101 | 1100000 | 110110 |
Color Harmonies of #F8FA19
Complementary color
Monochromatic Colors of #F8FA19
Black with #F8FA19
Text Example
Text Example
White with #F8FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA19; }
p { color: rgb(248,250,25); }
H1.HeaderClassName
{
color: #F8FA19;
}
.AnyTagClassName
{
color: #F8FA19;
}
</style>
background-color css
<style>
a { background-color: #F8FA19; }
a { background-color: rgb(248,250,25); }
div.DivClassName
{
background-color: #F8FA19;
}
.BgClassName
{
background-color: #F8FA19;
}
</style>
border-color css
<style>
span { border-color: #F8FA19; }
span { border-color: rgb(248,250,25); }
td.TdClassName
{
border-color: #F8FA19;
}
.TagClassName
{
border-color: #F8FA19;
}
</style>