Shades of Lemon #F2F60C
Tints of Lemon #F2F60C
RGB
CMYK
RGB Variations
Color information
#F2F60C (or 0xF2F60C) is known color: Lemon. HEX triplet: F2, F6 and 0C. RGB value is (242,246,12). Sum of RGB (Red+Green+Blue) = 242+246+12=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 12 (5.08% from 255 or 2.4% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F60C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F60C is #0D09F3. Grayscale: #DBDBDB. Windows color (decimal): -854516 or 849650. OLE color: 849650.
HSL color Cylindrical-coordinate representation of color #F2F60C: hue angle of 61.03º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2F60C is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 12 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.04 |
| HSL | 61.03º | 0.93% | 0.51% | - |
| HSV(B) | 61.03º | 0.95% | 0.96% | - |
| XYZ | 69.64 | 84.82 | 13.05 | - |
| YUV | 218.13 | 11.67 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 12 | 0.02 | 0 | 0.95 | 0.04 | 61.03 | 0.93 | 0.51 |
| Hex | F2 | F6 | C | 2 | 0 | 5F | 4 | 3D | 5D | 33 |
| Octal | 362 | 366 | 14 | 2 | 0 | 137 | 4 | 75 | 135 | 63 |
| Binary | 11110010 | 11110110 | 1100 | 10 | 0 | 1011111 | 100 | 111101 | 1011101 | 110011 |
Color Harmonies of #F2F60C
Complementary color
Monochromatic Colors of #F2F60C
Black with #F2F60C
Text Example
Text Example
White with #F2F60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F60C; }
p { color: rgb(242,246,12); }
H1.HeaderClassName
{
color: #F2F60C;
}
.AnyTagClassName
{
color: #F2F60C;
}
</style>
background-color css
<style>
a { background-color: #F2F60C; }
a { background-color: rgb(242,246,12); }
div.DivClassName
{
background-color: #F2F60C;
}
.BgClassName
{
background-color: #F2F60C;
}
</style>
border-color css
<style>
span { border-color: #F2F60C; }
span { border-color: rgb(242,246,12); }
td.TdClassName
{
border-color: #F2F60C;
}
.TagClassName
{
border-color: #F2F60C;
}
</style>