Shades of Lemon #F7F020
Tints of Lemon #F7F020
RGB
CMYK
RGB Variations
Color information
#F7F020 (or 0xF7F020) is known color: Lemon. HEX triplet: F7, F0 and 20. RGB value is (247,240,32). Sum of RGB (Red+Green+Blue) = 247+240+32=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 32 (12.89% from 255 or 6.17% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F020 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F020 is #080FDF. Grayscale: #DBDBDB. Windows color (decimal): -528352 or 2158839. OLE color: 2158839.
HSL color Cylindrical-coordinate representation of color #F7F020: hue angle of 58.05º degrees, saturation: 0.93, 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 #F7F020 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 32 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.03 |
| HSL | 58.05º | 0.93% | 0.55% | - |
| HSV(B) | 58.05º | 0.87% | 0.97% | - |
| XYZ | 69.78 | 82.2 | 13.55 | - |
| YUV | 218.38 | 22.82 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 32 | 0 | 0.03 | 0.87 | 0.03 | 58.05 | 0.93 | 0.55 |
| Hex | F7 | F0 | 20 | 0 | 3 | 57 | 3 | 3A | 5D | 37 |
| Octal | 367 | 360 | 40 | 0 | 3 | 127 | 3 | 72 | 135 | 67 |
| Binary | 11110111 | 11110000 | 100000 | 0 | 11 | 1010111 | 11 | 111010 | 1011101 | 110111 |
Color Harmonies of #F7F020
Complementary color
Monochromatic Colors of #F7F020
Black with #F7F020
Text Example
Text Example
White with #F7F020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F020; }
p { color: rgb(247,240,32); }
H1.HeaderClassName
{
color: #F7F020;
}
.AnyTagClassName
{
color: #F7F020;
}
</style>
background-color css
<style>
a { background-color: #F7F020; }
a { background-color: rgb(247,240,32); }
div.DivClassName
{
background-color: #F7F020;
}
.BgClassName
{
background-color: #F7F020;
}
</style>
border-color css
<style>
span { border-color: #F7F020; }
span { border-color: rgb(247,240,32); }
td.TdClassName
{
border-color: #F7F020;
}
.TagClassName
{
border-color: #F7F020;
}
</style>