Shades of Lemon #F2F716
Tints of Lemon #F2F716
RGB
CMYK
RGB Variations
Color information
#F2F716 (or 0xF2F716) is known color: Lemon. HEX triplet: F2, F7 and 16. RGB value is (242,247,22). Sum of RGB (Red+Green+Blue) = 242+247+22=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 22 (8.98% from 255 or 4.31% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F716 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F716 is #0D08E9. Grayscale: #DCDCDC. Windows color (decimal): -854250 or 1505266. OLE color: 1505266.
HSL color Cylindrical-coordinate representation of color #F2F716: hue angle of 61.33º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2F716 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 22 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.03 |
| HSL | 61.33º | 0.93% | 0.53% | - |
| HSV(B) | 61.33º | 0.91% | 0.97% | - |
| XYZ | 70.02 | 85.46 | 13.56 | - |
| YUV | 219.86 | 16.34 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 22 | 0.02 | 0 | 0.91 | 0.03 | 61.33 | 0.93 | 0.53 |
| Hex | F2 | F7 | 16 | 2 | 0 | 5B | 3 | 3D | 5D | 35 |
| Octal | 362 | 367 | 26 | 2 | 0 | 133 | 3 | 75 | 135 | 65 |
| Binary | 11110010 | 11110111 | 10110 | 10 | 0 | 1011011 | 11 | 111101 | 1011101 | 110101 |
Color Harmonies of #F2F716
Complementary color
Monochromatic Colors of #F2F716
Black with #F2F716
Text Example
Text Example
White with #F2F716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F716; }
p { color: rgb(242,247,22); }
H1.HeaderClassName
{
color: #F2F716;
}
.AnyTagClassName
{
color: #F2F716;
}
</style>
background-color css
<style>
a { background-color: #F2F716; }
a { background-color: rgb(242,247,22); }
div.DivClassName
{
background-color: #F2F716;
}
.BgClassName
{
background-color: #F2F716;
}
</style>
border-color css
<style>
span { border-color: #F2F716; }
span { border-color: rgb(242,247,22); }
td.TdClassName
{
border-color: #F2F716;
}
.TagClassName
{
border-color: #F2F716;
}
</style>