Shades of Lemon #F7F118
Tints of Lemon #F7F118
RGB
CMYK
RGB Variations
Color information
#F7F118 (or 0xF7F118) is known color: Lemon. HEX triplet: F7, F1 and 18. RGB value is (247,241,24). Sum of RGB (Red+Green+Blue) = 247+241+24=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 24 (9.77% from 255 or 4.69% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F118 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F118 is #080EE7. Grayscale: #DADADA. Windows color (decimal): -528104 or 1634807. OLE color: 1634807.
HSL color Cylindrical-coordinate representation of color #F7F118: hue angle of 58.39º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7F118 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 241 | 24 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.03 |
| HSL | 58.39º | 0.93% | 0.53% | - |
| HSV(B) | 58.39º | 0.9% | 0.97% | - |
| XYZ | 69.98 | 82.75 | 13.15 | - |
| YUV | 218.06 | 18.49 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 241 | 24 | 0 | 0.02 | 0.90 | 0.03 | 58.39 | 0.93 | 0.53 |
| Hex | F7 | F1 | 18 | 0 | 2 | 5A | 3 | 3A | 5D | 35 |
| Octal | 367 | 361 | 30 | 0 | 2 | 132 | 3 | 72 | 135 | 65 |
| Binary | 11110111 | 11110001 | 11000 | 0 | 10 | 1011010 | 11 | 111010 | 1011101 | 110101 |
Color Harmonies of #F7F118
Complementary color
Monochromatic Colors of #F7F118
Black with #F7F118
Text Example
Text Example
White with #F7F118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F118; }
p { color: rgb(247,241,24); }
H1.HeaderClassName
{
color: #F7F118;
}
.AnyTagClassName
{
color: #F7F118;
}
</style>
background-color css
<style>
a { background-color: #F7F118; }
a { background-color: rgb(247,241,24); }
div.DivClassName
{
background-color: #F7F118;
}
.BgClassName
{
background-color: #F7F118;
}
</style>
border-color css
<style>
span { border-color: #F7F118; }
span { border-color: rgb(247,241,24); }
td.TdClassName
{
border-color: #F7F118;
}
.TagClassName
{
border-color: #F7F118;
}
</style>