Shades of Lemon #F2F718
Tints of Lemon #F2F718
RGB
CMYK
RGB Variations
Color information
#F2F718 (or 0xF2F718) is known color: Lemon. HEX triplet: F2, F7 and 18. RGB value is (242,247,24). Sum of RGB (Red+Green+Blue) = 242+247+24=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 24 (9.77% from 255 or 4.68% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F718 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F718 is #0D08E7. Grayscale: #DCDCDC. Windows color (decimal): -854248 or 1636338. OLE color: 1636338.
HSL color Cylindrical-coordinate representation of color #F2F718: hue angle of 61.35º 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 #F2F718 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 24 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.03 |
| HSL | 61.35º | 0.93% | 0.53% | - |
| HSV(B) | 61.35º | 0.9% | 0.97% | - |
| XYZ | 70.04 | 85.46 | 13.67 | - |
| YUV | 220.08 | 17.34 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 24 | 0.02 | 0 | 0.90 | 0.03 | 61.35 | 0.93 | 0.53 |
| Hex | F2 | F7 | 18 | 2 | 0 | 5A | 3 | 3D | 5D | 35 |
| Octal | 362 | 367 | 30 | 2 | 0 | 132 | 3 | 75 | 135 | 65 |
| Binary | 11110010 | 11110111 | 11000 | 10 | 0 | 1011010 | 11 | 111101 | 1011101 | 110101 |
Color Harmonies of #F2F718
Complementary color
Monochromatic Colors of #F2F718
Black with #F2F718
Text Example
Text Example
White with #F2F718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F718; }
p { color: rgb(242,247,24); }
H1.HeaderClassName
{
color: #F2F718;
}
.AnyTagClassName
{
color: #F2F718;
}
</style>
background-color css
<style>
a { background-color: #F2F718; }
a { background-color: rgb(242,247,24); }
div.DivClassName
{
background-color: #F2F718;
}
.BgClassName
{
background-color: #F2F718;
}
</style>
border-color css
<style>
span { border-color: #F2F718; }
span { border-color: rgb(242,247,24); }
td.TdClassName
{
border-color: #F2F718;
}
.TagClassName
{
border-color: #F2F718;
}
</style>