Shades of Lemon #F0F007
Tints of Lemon #F0F007
RGB
CMYK
RGB Variations
Color information
#F0F007 (or 0xF0F007) is known color: Lemon. HEX triplet: F0, F0 and 07. RGB value is (240,240,7). Sum of RGB (Red+Green+Blue) = 240+240+7=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 7 (3.12% from 255 or 1.44% from 487); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F007 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F007 is #0F0FF8. Grayscale: #D6D6D6. Windows color (decimal): -987129 or 520432. OLE color: 520432.
HSL color Cylindrical-coordinate representation of color #F0F007: hue angle of 60º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0F007 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 7 | - |
| CMYK | 0 | 0 | 0.97 | 0.06 |
| HSL | 60º | 0.94% | 0.48% | - |
| HSV(B) | 60º | 0.97% | 0.94% | - |
| XYZ | 67.13 | 80.86 | 12.27 | - |
| YUV | 213.44 | 11.5 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 7 | 0 | 0 | 0.97 | 0.06 | 60 | 0.94 | 0.48 |
| Hex | F0 | F0 | 7 | 0 | 0 | 61 | 6 | 3C | 5E | 30 |
| Octal | 360 | 360 | 7 | 0 | 0 | 141 | 6 | 74 | 136 | 60 |
| Binary | 11110000 | 11110000 | 111 | 0 | 0 | 1100001 | 110 | 111100 | 1011110 | 110000 |
Color Harmonies of #F0F007
Complementary color
Monochromatic Colors of #F0F007
Black with #F0F007
Text Example
Text Example
White with #F0F007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F007; }
p { color: rgb(240,240,7); }
H1.HeaderClassName
{
color: #F0F007;
}
.AnyTagClassName
{
color: #F0F007;
}
</style>
background-color css
<style>
a { background-color: #F0F007; }
a { background-color: rgb(240,240,7); }
div.DivClassName
{
background-color: #F0F007;
}
.BgClassName
{
background-color: #F0F007;
}
</style>
border-color css
<style>
span { border-color: #F0F007; }
span { border-color: rgb(240,240,7); }
td.TdClassName
{
border-color: #F0F007;
}
.TagClassName
{
border-color: #F0F007;
}
</style>