Shades of Lemon #F0F71D
Tints of Lemon #F0F71D
RGB
CMYK
RGB Variations
Color information
#F0F71D (or 0xF0F71D) is known color: Lemon. HEX triplet: F0, F7 and 1D. RGB value is (240,247,29). Sum of RGB (Red+Green+Blue) = 240+247+29=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 29 (11.72% from 255 or 5.62% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F71D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F71D is #0F08E2. Grayscale: #DCDCDC. Windows color (decimal): -985315 or 1964016. OLE color: 1964016.
HSL color Cylindrical-coordinate representation of color #F0F71D: hue angle of 61.93º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0F71D is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 29 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.03 |
| HSL | 61.93º | 0.93% | 0.54% | - |
| HSV(B) | 61.93º | 0.88% | 0.97% | - |
| XYZ | 69.42 | 85.14 | 13.94 | - |
| YUV | 220.06 | 20.18 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 29 | 0.03 | 0 | 0.88 | 0.03 | 61.93 | 0.93 | 0.54 |
| Hex | F0 | F7 | 1D | 3 | 0 | 58 | 3 | 3E | 5D | 36 |
| Octal | 360 | 367 | 35 | 3 | 0 | 130 | 3 | 76 | 135 | 66 |
| Binary | 11110000 | 11110111 | 11101 | 11 | 0 | 1011000 | 11 | 111110 | 1011101 | 110110 |
Color Harmonies of #F0F71D
Complementary color
Monochromatic Colors of #F0F71D
Black with #F0F71D
Text Example
Text Example
White with #F0F71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F71D; }
p { color: rgb(240,247,29); }
H1.HeaderClassName
{
color: #F0F71D;
}
.AnyTagClassName
{
color: #F0F71D;
}
</style>
background-color css
<style>
a { background-color: #F0F71D; }
a { background-color: rgb(240,247,29); }
div.DivClassName
{
background-color: #F0F71D;
}
.BgClassName
{
background-color: #F0F71D;
}
</style>
border-color css
<style>
span { border-color: #F0F71D; }
span { border-color: rgb(240,247,29); }
td.TdClassName
{
border-color: #F0F71D;
}
.TagClassName
{
border-color: #F0F71D;
}
</style>