Shades of Lemon #F0F71B
Tints of Lemon #F0F71B
RGB
CMYK
RGB Variations
Color information
#F0F71B (or 0xF0F71B) is known color: Lemon. HEX triplet: F0, F7 and 1B. RGB value is (240,247,27). Sum of RGB (Red+Green+Blue) = 240+247+27=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 27 (10.94% from 255 or 5.25% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F71B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F71B is #0F08E4. Grayscale: #DCDCDC. Windows color (decimal): -985317 or 1832944. OLE color: 1832944.
HSL color Cylindrical-coordinate representation of color #F0F71B: hue angle of 61.91º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0F71B is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 27 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.03 |
| HSL | 61.91º | 0.93% | 0.54% | - |
| HSV(B) | 61.91º | 0.89% | 0.97% | - |
| XYZ | 69.39 | 85.13 | 13.81 | - |
| YUV | 219.83 | 19.18 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 27 | 0.03 | 0 | 0.89 | 0.03 | 61.91 | 0.93 | 0.54 |
| Hex | F0 | F7 | 1B | 3 | 0 | 59 | 3 | 3E | 5D | 36 |
| Octal | 360 | 367 | 33 | 3 | 0 | 131 | 3 | 76 | 135 | 66 |
| Binary | 11110000 | 11110111 | 11011 | 11 | 0 | 1011001 | 11 | 111110 | 1011101 | 110110 |
Color Harmonies of #F0F71B
Complementary color
Monochromatic Colors of #F0F71B
Black with #F0F71B
Text Example
Text Example
White with #F0F71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F71B; }
p { color: rgb(240,247,27); }
H1.HeaderClassName
{
color: #F0F71B;
}
.AnyTagClassName
{
color: #F0F71B;
}
</style>
background-color css
<style>
a { background-color: #F0F71B; }
a { background-color: rgb(240,247,27); }
div.DivClassName
{
background-color: #F0F71B;
}
.BgClassName
{
background-color: #F0F71B;
}
</style>
border-color css
<style>
span { border-color: #F0F71B; }
span { border-color: rgb(240,247,27); }
td.TdClassName
{
border-color: #F0F71B;
}
.TagClassName
{
border-color: #F0F71B;
}
</style>