Shades of Lemon #F2F012
Tints of Lemon #F2F012
RGB
CMYK
RGB Variations
Color information
#F2F012 (or 0xF2F012) is known color: Lemon. HEX triplet: F2, F0 and 12. RGB value is (242,240,18). Sum of RGB (Red+Green+Blue) = 242+240+18=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 18 (7.42% from 255 or 3.6% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F012 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F012 is #0D0FED. Grayscale: #D8D8D8. Windows color (decimal): -856046 or 1241330. OLE color: 1241330.
HSL color Cylindrical-coordinate representation of color #F2F012: hue angle of 59.46º 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 #F2F012 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 18 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.05 |
| HSL | 59.46º | 0.9% | 0.51% | - |
| HSV(B) | 59.46º | 0.93% | 0.95% | - |
| XYZ | 67.89 | 81.24 | 12.68 | - |
| YUV | 215.29 | 16.66 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 18 | 0 | 0.01 | 0.93 | 0.05 | 59.46 | 0.9 | 0.51 |
| Hex | F2 | F0 | 12 | 0 | 1 | 5D | 5 | 3B | 5A | 33 |
| Octal | 362 | 360 | 22 | 0 | 1 | 135 | 5 | 73 | 132 | 63 |
| Binary | 11110010 | 11110000 | 10010 | 0 | 1 | 1011101 | 101 | 111011 | 1011010 | 110011 |
Color Harmonies of #F2F012
Complementary color
Monochromatic Colors of #F2F012
Black with #F2F012
Text Example
Text Example
White with #F2F012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F012; }
p { color: rgb(242,240,18); }
H1.HeaderClassName
{
color: #F2F012;
}
.AnyTagClassName
{
color: #F2F012;
}
</style>
background-color css
<style>
a { background-color: #F2F012; }
a { background-color: rgb(242,240,18); }
div.DivClassName
{
background-color: #F2F012;
}
.BgClassName
{
background-color: #F2F012;
}
</style>
border-color css
<style>
span { border-color: #F2F012; }
span { border-color: rgb(242,240,18); }
td.TdClassName
{
border-color: #F2F012;
}
.TagClassName
{
border-color: #F2F012;
}
</style>