Shades of Lemon #F2F710
Tints of Lemon #F2F710
RGB
CMYK
RGB Variations
Color information
#F2F710 (or 0xF2F710) is known color: Lemon. HEX triplet: F2, F7 and 10. RGB value is (242,247,16). Sum of RGB (Red+Green+Blue) = 242+247+16=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 16 (6.64% from 255 or 3.17% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F710 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F710 is #0D08EF. Grayscale: #DCDCDC. Windows color (decimal): -854256 or 1112050. OLE color: 1112050.
HSL color Cylindrical-coordinate representation of color #F2F710: hue angle of 61.3º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2F710 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 16 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.03 |
| HSL | 61.3º | 0.94% | 0.52% | - |
| HSV(B) | 61.3º | 0.94% | 0.97% | - |
| XYZ | 69.97 | 85.44 | 13.29 | - |
| YUV | 219.17 | 13.34 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 16 | 0.02 | 0 | 0.94 | 0.03 | 61.3 | 0.94 | 0.52 |
| Hex | F2 | F7 | 10 | 2 | 0 | 5E | 3 | 3D | 5E | 34 |
| Octal | 362 | 367 | 20 | 2 | 0 | 136 | 3 | 75 | 136 | 64 |
| Binary | 11110010 | 11110111 | 10000 | 10 | 0 | 1011110 | 11 | 111101 | 1011110 | 110100 |
Color Harmonies of #F2F710
Complementary color
Monochromatic Colors of #F2F710
Black with #F2F710
Text Example
Text Example
White with #F2F710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F710; }
p { color: rgb(242,247,16); }
H1.HeaderClassName
{
color: #F2F710;
}
.AnyTagClassName
{
color: #F2F710;
}
</style>
background-color css
<style>
a { background-color: #F2F710; }
a { background-color: rgb(242,247,16); }
div.DivClassName
{
background-color: #F2F710;
}
.BgClassName
{
background-color: #F2F710;
}
</style>
border-color css
<style>
span { border-color: #F2F710; }
span { border-color: rgb(242,247,16); }
td.TdClassName
{
border-color: #F2F710;
}
.TagClassName
{
border-color: #F2F710;
}
</style>