Shades of Lemon #F2F010
Tints of Lemon #F2F010
RGB
CMYK
RGB Variations
Color information
#F2F010 (or 0xF2F010) is known color: Lemon. HEX triplet: F2, F0 and 10. RGB value is (242,240,16). Sum of RGB (Red+Green+Blue) = 242+240+16=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 16 (6.64% from 255 or 3.21% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F010 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F010 is #0D0FEF. Grayscale: #D7D7D7. Windows color (decimal): -856048 or 1110258. OLE color: 1110258.
HSL color Cylindrical-coordinate representation of color #F2F010: hue angle of 59.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2F010 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 16 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.05 |
| HSL | 59.47º | 0.9% | 0.51% | - |
| HSV(B) | 59.47º | 0.93% | 0.95% | - |
| XYZ | 67.87 | 81.23 | 12.59 | - |
| YUV | 215.06 | 15.66 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 16 | 0 | 0.01 | 0.93 | 0.05 | 59.47 | 0.9 | 0.51 |
| Hex | F2 | F0 | 10 | 0 | 1 | 5D | 5 | 3B | 5A | 33 |
| Octal | 362 | 360 | 20 | 0 | 1 | 135 | 5 | 73 | 132 | 63 |
| Binary | 11110010 | 11110000 | 10000 | 0 | 1 | 1011101 | 101 | 111011 | 1011010 | 110011 |
Color Harmonies of #F2F010
Complementary color
Monochromatic Colors of #F2F010
Black with #F2F010
Text Example
Text Example
White with #F2F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F010; }
p { color: rgb(242,240,16); }
H1.HeaderClassName
{
color: #F2F010;
}
.AnyTagClassName
{
color: #F2F010;
}
</style>
background-color css
<style>
a { background-color: #F2F010; }
a { background-color: rgb(242,240,16); }
div.DivClassName
{
background-color: #F2F010;
}
.BgClassName
{
background-color: #F2F010;
}
</style>
border-color css
<style>
span { border-color: #F2F010; }
span { border-color: rgb(242,240,16); }
td.TdClassName
{
border-color: #F2F010;
}
.TagClassName
{
border-color: #F2F010;
}
</style>