Shades of Lemon #F2F60D
Tints of Lemon #F2F60D
RGB
CMYK
RGB Variations
Color information
#F2F60D (or 0xF2F60D) is known color: Lemon. HEX triplet: F2, F6 and 0D. RGB value is (242,246,13). Sum of RGB (Red+Green+Blue) = 242+246+13=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 13 (5.47% from 255 or 2.59% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F60D is #0D09F2. Grayscale: #DBDBDB. Windows color (decimal): -854515 or 915186. OLE color: 915186.
HSL color Cylindrical-coordinate representation of color #F2F60D: 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 #F2F60D is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 13 | - |
| 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.65 | 84.82 | 13.08 | - |
| YUV | 218.24 | 12.17 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 13 | 0.02 | 0 | 0.95 | 0.04 | 61.03 | 0.93 | 0.51 |
| Hex | F2 | F6 | D | 2 | 0 | 5F | 4 | 3D | 5D | 33 |
| Octal | 362 | 366 | 15 | 2 | 0 | 137 | 4 | 75 | 135 | 63 |
| Binary | 11110010 | 11110110 | 1101 | 10 | 0 | 1011111 | 100 | 111101 | 1011101 | 110011 |
Color Harmonies of #F2F60D
Complementary color
Monochromatic Colors of #F2F60D
Black with #F2F60D
Text Example
Text Example
White with #F2F60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F60D; }
p { color: rgb(242,246,13); }
H1.HeaderClassName
{
color: #F2F60D;
}
.AnyTagClassName
{
color: #F2F60D;
}
</style>
background-color css
<style>
a { background-color: #F2F60D; }
a { background-color: rgb(242,246,13); }
div.DivClassName
{
background-color: #F2F60D;
}
.BgClassName
{
background-color: #F2F60D;
}
</style>
border-color css
<style>
span { border-color: #F2F60D; }
span { border-color: rgb(242,246,13); }
td.TdClassName
{
border-color: #F2F60D;
}
.TagClassName
{
border-color: #F2F60D;
}
</style>