Shades of Lemon #F0F207
Tints of Lemon #F0F207
RGB
CMYK
RGB Variations
Color information
#F0F207 (or 0xF0F207) is known color: Lemon. HEX triplet: F0, F2 and 07. RGB value is (240,242,7). Sum of RGB (Red+Green+Blue) = 240+242+7=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 7 (3.12% from 255 or 1.43% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F207 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F207 is #0F0DF8. Grayscale: #D7D7D7. Windows color (decimal): -986617 or 520944. OLE color: 520944.
HSL color Cylindrical-coordinate representation of color #F0F207: hue angle of 60.51º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0F207 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 7 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.05 |
| HSL | 60.51º | 0.94% | 0.49% | - |
| HSV(B) | 60.51º | 0.97% | 0.95% | - |
| XYZ | 67.73 | 82.04 | 12.47 | - |
| YUV | 214.61 | 10.84 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 7 | 0.01 | 0 | 0.97 | 0.05 | 60.51 | 0.94 | 0.49 |
| Hex | F0 | F2 | 7 | 1 | 0 | 61 | 5 | 3D | 5E | 31 |
| Octal | 360 | 362 | 7 | 1 | 0 | 141 | 5 | 75 | 136 | 61 |
| Binary | 11110000 | 11110010 | 111 | 1 | 0 | 1100001 | 101 | 111101 | 1011110 | 110001 |
Color Harmonies of #F0F207
Complementary color
Monochromatic Colors of #F0F207
Black with #F0F207
Text Example
Text Example
White with #F0F207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F207; }
p { color: rgb(240,242,7); }
H1.HeaderClassName
{
color: #F0F207;
}
.AnyTagClassName
{
color: #F0F207;
}
</style>
background-color css
<style>
a { background-color: #F0F207; }
a { background-color: rgb(240,242,7); }
div.DivClassName
{
background-color: #F0F207;
}
.BgClassName
{
background-color: #F0F207;
}
</style>
border-color css
<style>
span { border-color: #F0F207; }
span { border-color: rgb(240,242,7); }
td.TdClassName
{
border-color: #F0F207;
}
.TagClassName
{
border-color: #F0F207;
}
</style>