Shades of Lemon #F8F020
Tints of Lemon #F8F020
RGB
CMYK
RGB Variations
Color information
#F8F020 (or 0xF8F020) is known color: Lemon. HEX triplet: F8, F0 and 20. RGB value is (248,240,32). Sum of RGB (Red+Green+Blue) = 248+240+32=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 32 (12.89% from 255 or 6.15% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F020 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F020 is #070FDF. Grayscale: #DBDBDB. Windows color (decimal): -462816 or 2158840. OLE color: 2158840.
HSL color Cylindrical-coordinate representation of color #F8F020: hue angle of 57.78º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8F020 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 32 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.03 |
| HSL | 57.78º | 0.94% | 0.55% | - |
| HSV(B) | 57.78º | 0.87% | 0.97% | - |
| XYZ | 70.13 | 82.38 | 13.57 | - |
| YUV | 218.68 | 22.65 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 32 | 0 | 0.03 | 0.87 | 0.03 | 57.78 | 0.94 | 0.55 |
| Hex | F8 | F0 | 20 | 0 | 3 | 57 | 3 | 3A | 5E | 37 |
| Octal | 370 | 360 | 40 | 0 | 3 | 127 | 3 | 72 | 136 | 67 |
| Binary | 11111000 | 11110000 | 100000 | 0 | 11 | 1010111 | 11 | 111010 | 1011110 | 110111 |
Color Harmonies of #F8F020
Complementary color
Monochromatic Colors of #F8F020
Black with #F8F020
Text Example
Text Example
White with #F8F020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F020; }
p { color: rgb(248,240,32); }
H1.HeaderClassName
{
color: #F8F020;
}
.AnyTagClassName
{
color: #F8F020;
}
</style>
background-color css
<style>
a { background-color: #F8F020; }
a { background-color: rgb(248,240,32); }
div.DivClassName
{
background-color: #F8F020;
}
.BgClassName
{
background-color: #F8F020;
}
</style>
border-color css
<style>
span { border-color: #F8F020; }
span { border-color: rgb(248,240,32); }
td.TdClassName
{
border-color: #F8F020;
}
.TagClassName
{
border-color: #F8F020;
}
</style>