Shades of Lemon #F7F022
Tints of Lemon #F7F022
RGB
CMYK
RGB Variations
Color information
#F7F022 (or 0xF7F022) is known color: Lemon. HEX triplet: F7, F0 and 22. RGB value is (247,240,34). Sum of RGB (Red+Green+Blue) = 247+240+34=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 34 (13.67% from 255 or 6.53% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F022 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F022 is #080FDD. Grayscale: #DBDBDB. Windows color (decimal): -528350 or 2289911. OLE color: 2289911.
HSL color Cylindrical-coordinate representation of color #F7F022: hue angle of 58.03º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7F022 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 34 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.03 |
| HSL | 58.03º | 0.93% | 0.55% | - |
| HSV(B) | 58.03º | 0.86% | 0.97% | - |
| XYZ | 69.81 | 82.21 | 13.7 | - |
| YUV | 218.61 | 23.82 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 34 | 0 | 0.03 | 0.86 | 0.03 | 58.03 | 0.93 | 0.55 |
| Hex | F7 | F0 | 22 | 0 | 3 | 56 | 3 | 3A | 5D | 37 |
| Octal | 367 | 360 | 42 | 0 | 3 | 126 | 3 | 72 | 135 | 67 |
| Binary | 11110111 | 11110000 | 100010 | 0 | 11 | 1010110 | 11 | 111010 | 1011101 | 110111 |
Color Harmonies of #F7F022
Complementary color
Monochromatic Colors of #F7F022
Black with #F7F022
Text Example
Text Example
White with #F7F022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F022; }
p { color: rgb(247,240,34); }
H1.HeaderClassName
{
color: #F7F022;
}
.AnyTagClassName
{
color: #F7F022;
}
</style>
background-color css
<style>
a { background-color: #F7F022; }
a { background-color: rgb(247,240,34); }
div.DivClassName
{
background-color: #F7F022;
}
.BgClassName
{
background-color: #F7F022;
}
</style>
border-color css
<style>
span { border-color: #F7F022; }
span { border-color: rgb(247,240,34); }
td.TdClassName
{
border-color: #F7F022;
}
.TagClassName
{
border-color: #F7F022;
}
</style>