Shades of Lemon #F0F71F
Tints of Lemon #F0F71F
RGB
CMYK
RGB Variations
Color information
#F0F71F (or 0xF0F71F) is known color: Lemon. HEX triplet: F0, F7 and 1F. RGB value is (240,247,31). Sum of RGB (Red+Green+Blue) = 240+247+31=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 31 (12.5% from 255 or 5.98% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F71F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F71F is #0F08E0. Grayscale: #DDDDDD. Windows color (decimal): -985313 or 2095088. OLE color: 2095088.
HSL color Cylindrical-coordinate representation of color #F0F71F: hue angle of 61.94º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0F71F is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 31 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.03 |
| HSL | 61.94º | 0.93% | 0.55% | - |
| HSV(B) | 61.94º | 0.87% | 0.97% | - |
| XYZ | 69.44 | 85.15 | 14.07 | - |
| YUV | 220.28 | 21.18 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 31 | 0.03 | 0 | 0.87 | 0.03 | 61.94 | 0.93 | 0.55 |
| Hex | F0 | F7 | 1F | 3 | 0 | 57 | 3 | 3E | 5D | 37 |
| Octal | 360 | 367 | 37 | 3 | 0 | 127 | 3 | 76 | 135 | 67 |
| Binary | 11110000 | 11110111 | 11111 | 11 | 0 | 1010111 | 11 | 111110 | 1011101 | 110111 |
Color Harmonies of #F0F71F
Complementary color
Monochromatic Colors of #F0F71F
Black with #F0F71F
Text Example
Text Example
White with #F0F71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F71F; }
p { color: rgb(240,247,31); }
H1.HeaderClassName
{
color: #F0F71F;
}
.AnyTagClassName
{
color: #F0F71F;
}
</style>
background-color css
<style>
a { background-color: #F0F71F; }
a { background-color: rgb(240,247,31); }
div.DivClassName
{
background-color: #F0F71F;
}
.BgClassName
{
background-color: #F0F71F;
}
</style>
border-color css
<style>
span { border-color: #F0F71F; }
span { border-color: rgb(240,247,31); }
td.TdClassName
{
border-color: #F0F71F;
}
.TagClassName
{
border-color: #F0F71F;
}
</style>