Shades of Lemon #F7F024
Tints of Lemon #F7F024
RGB
CMYK
RGB Variations
Color information
#F7F024 (or 0xF7F024) is known color: Lemon. HEX triplet: F7, F0 and 24. RGB value is (247,240,36). Sum of RGB (Red+Green+Blue) = 247+240+36=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 36 (14.45% from 255 or 6.88% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F024 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F024 is #080FDB. Grayscale: #DBDBDB. Windows color (decimal): -528348 or 2420983. OLE color: 2420983.
HSL color Cylindrical-coordinate representation of color #F7F024: hue angle of 58.01º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7F024 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 36 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.03 |
| HSL | 58.01º | 0.93% | 0.55% | - |
| HSV(B) | 58.01º | 0.85% | 0.97% | - |
| XYZ | 69.84 | 82.22 | 13.86 | - |
| YUV | 218.84 | 24.82 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 36 | 0 | 0.03 | 0.85 | 0.03 | 58.01 | 0.93 | 0.55 |
| Hex | F7 | F0 | 24 | 0 | 3 | 55 | 3 | 3A | 5D | 37 |
| Octal | 367 | 360 | 44 | 0 | 3 | 125 | 3 | 72 | 135 | 67 |
| Binary | 11110111 | 11110000 | 100100 | 0 | 11 | 1010101 | 11 | 111010 | 1011101 | 110111 |
Color Harmonies of #F7F024
Complementary color
Monochromatic Colors of #F7F024
Black with #F7F024
Text Example
Text Example
White with #F7F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F024; }
p { color: rgb(247,240,36); }
H1.HeaderClassName
{
color: #F7F024;
}
.AnyTagClassName
{
color: #F7F024;
}
</style>
background-color css
<style>
a { background-color: #F7F024; }
a { background-color: rgb(247,240,36); }
div.DivClassName
{
background-color: #F7F024;
}
.BgClassName
{
background-color: #F7F024;
}
</style>
border-color css
<style>
span { border-color: #F7F024; }
span { border-color: rgb(247,240,36); }
td.TdClassName
{
border-color: #F7F024;
}
.TagClassName
{
border-color: #F7F024;
}
</style>