Shades of Lemon #F7F124
Tints of Lemon #F7F124
RGB
CMYK
RGB Variations
Color information
#F7F124 (or 0xF7F124) is known color: Lemon. HEX triplet: F7, F1 and 24. RGB value is (247,241,36). Sum of RGB (Red+Green+Blue) = 247+241+36=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 36 (14.45% from 255 or 6.87% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F124 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F124 is #080EDB. Grayscale: #DCDCDC. Windows color (decimal): -528092 or 2421239. OLE color: 2421239.
HSL color Cylindrical-coordinate representation of color #F7F124: hue angle of 58.29º 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 #F7F124 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 241 | 36 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.03 |
| HSL | 58.29º | 0.93% | 0.55% | - |
| HSV(B) | 58.29º | 0.85% | 0.97% | - |
| XYZ | 70.13 | 82.81 | 13.96 | - |
| YUV | 219.42 | 24.49 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 241 | 36 | 0 | 0.02 | 0.85 | 0.03 | 58.29 | 0.93 | 0.55 |
| Hex | F7 | F1 | 24 | 0 | 2 | 55 | 3 | 3A | 5D | 37 |
| Octal | 367 | 361 | 44 | 0 | 2 | 125 | 3 | 72 | 135 | 67 |
| Binary | 11110111 | 11110001 | 100100 | 0 | 10 | 1010101 | 11 | 111010 | 1011101 | 110111 |
Color Harmonies of #F7F124
Complementary color
Monochromatic Colors of #F7F124
Black with #F7F124
Text Example
Text Example
White with #F7F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F124; }
p { color: rgb(247,241,36); }
H1.HeaderClassName
{
color: #F7F124;
}
.AnyTagClassName
{
color: #F7F124;
}
</style>
background-color css
<style>
a { background-color: #F7F124; }
a { background-color: rgb(247,241,36); }
div.DivClassName
{
background-color: #F7F124;
}
.BgClassName
{
background-color: #F7F124;
}
</style>
border-color css
<style>
span { border-color: #F7F124; }
span { border-color: rgb(247,241,36); }
td.TdClassName
{
border-color: #F7F124;
}
.TagClassName
{
border-color: #F7F124;
}
</style>