Shades of Lemon #F8FA20
Tints of Lemon #F8FA20
RGB
CMYK
RGB Variations
Color information
#F8FA20 (or 0xF8FA20) is known color: Lemon. HEX triplet: F8, FA and 20. RGB value is (248,250,32). Sum of RGB (Red+Green+Blue) = 248+250+32=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 32 (12.89% from 255 or 6.04% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FA20 is #0705DF. Grayscale: #E1E1E1. Windows color (decimal): -460256 or 2161400. OLE color: 2161400.
HSL color Cylindrical-coordinate representation of color #F8FA20: hue angle of 60.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8FA20 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 32 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.02 |
| HSL | 60.55º | 0.96% | 0.55% | - |
| HSV(B) | 60.55º | 0.87% | 0.98% | - |
| XYZ | 73.16 | 88.43 | 14.58 | - |
| YUV | 224.55 | 19.34 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 32 | 0.01 | 0 | 0.87 | 0.02 | 60.55 | 0.96 | 0.55 |
| Hex | F8 | FA | 20 | 1 | 0 | 57 | 2 | 3D | 60 | 37 |
| Octal | 370 | 372 | 40 | 1 | 0 | 127 | 2 | 75 | 140 | 67 |
| Binary | 11111000 | 11111010 | 100000 | 1 | 0 | 1010111 | 10 | 111101 | 1100000 | 110111 |
Color Harmonies of #F8FA20
Complementary color
Monochromatic Colors of #F8FA20
Black with #F8FA20
Text Example
Text Example
White with #F8FA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA20; }
p { color: rgb(248,250,32); }
H1.HeaderClassName
{
color: #F8FA20;
}
.AnyTagClassName
{
color: #F8FA20;
}
</style>
background-color css
<style>
a { background-color: #F8FA20; }
a { background-color: rgb(248,250,32); }
div.DivClassName
{
background-color: #F8FA20;
}
.BgClassName
{
background-color: #F8FA20;
}
</style>
border-color css
<style>
span { border-color: #F8FA20; }
span { border-color: rgb(248,250,32); }
td.TdClassName
{
border-color: #F8FA20;
}
.TagClassName
{
border-color: #F8FA20;
}
</style>