Shades of Lemon #F0F20C
Tints of Lemon #F0F20C
RGB
CMYK
RGB Variations
Color information
#F0F20C (or 0xF0F20C) is known color: Lemon. HEX triplet: F0, F2 and 0C. RGB value is (240,242,12). Sum of RGB (Red+Green+Blue) = 240+242+12=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 12 (5.08% from 255 or 2.43% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F20C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F20C is #0F0DF3. Grayscale: #D8D8D8. Windows color (decimal): -986612 or 848624. OLE color: 848624.
HSL color Cylindrical-coordinate representation of color #F0F20C: hue angle of 60.52º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0F20C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 12 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.05 |
| HSL | 60.52º | 0.91% | 0.5% | - |
| HSV(B) | 60.52º | 0.95% | 0.95% | - |
| XYZ | 67.75 | 82.06 | 12.62 | - |
| YUV | 215.18 | 13.34 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 12 | 0.01 | 0 | 0.95 | 0.05 | 60.52 | 0.91 | 0.5 |
| Hex | F0 | F2 | C | 1 | 0 | 5F | 5 | 3D | 5B | 32 |
| Octal | 360 | 362 | 14 | 1 | 0 | 137 | 5 | 75 | 133 | 62 |
| Binary | 11110000 | 11110010 | 1100 | 1 | 0 | 1011111 | 101 | 111101 | 1011011 | 110010 |
Color Harmonies of #F0F20C
Complementary color
Monochromatic Colors of #F0F20C
Black with #F0F20C
Text Example
Text Example
White with #F0F20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F20C; }
p { color: rgb(240,242,12); }
H1.HeaderClassName
{
color: #F0F20C;
}
.AnyTagClassName
{
color: #F0F20C;
}
</style>
background-color css
<style>
a { background-color: #F0F20C; }
a { background-color: rgb(240,242,12); }
div.DivClassName
{
background-color: #F0F20C;
}
.BgClassName
{
background-color: #F0F20C;
}
</style>
border-color css
<style>
span { border-color: #F0F20C; }
span { border-color: rgb(240,242,12); }
td.TdClassName
{
border-color: #F0F20C;
}
.TagClassName
{
border-color: #F0F20C;
}
</style>