Shades of Lemon #F0D910
Tints of Lemon #F0D910
RGB
CMYK
RGB Variations
Color information
#F0D910 (or 0xF0D910) is known color: Lemon. HEX triplet: F0, D9 and 10. RGB value is (240,217,16). Sum of RGB (Red+Green+Blue) = 240+217+16=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 16 (6.64% from 255 or 3.38% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D910 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D910 is #0F26EF. Grayscale: #C9C9C9. Windows color (decimal): -993008 or 1104368. OLE color: 1104368.
HSL color Cylindrical-coordinate representation of color #F0D910: hue angle of 53.84º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0D910 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 16 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.06 |
| HSL | 53.84º | 0.88% | 0.5% | - |
| HSV(B) | 53.84º | 0.93% | 0.94% | - |
| XYZ | 60.84 | 68.19 | 10.45 | - |
| YUV | 200.96 | 23.62 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 16 | 0 | 0.10 | 0.93 | 0.06 | 53.84 | 0.88 | 0.5 |
| Hex | F0 | D9 | 10 | 0 | A | 5D | 6 | 36 | 58 | 32 |
| Octal | 360 | 331 | 20 | 0 | 12 | 135 | 6 | 66 | 130 | 62 |
| Binary | 11110000 | 11011001 | 10000 | 0 | 1010 | 1011101 | 110 | 110110 | 1011000 | 110010 |
Color Harmonies of #F0D910
Complementary color
Monochromatic Colors of #F0D910
Black with #F0D910
Text Example
Text Example
White with #F0D910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D910; }
p { color: rgb(240,217,16); }
H1.HeaderClassName
{
color: #F0D910;
}
.AnyTagClassName
{
color: #F0D910;
}
</style>
background-color css
<style>
a { background-color: #F0D910; }
a { background-color: rgb(240,217,16); }
div.DivClassName
{
background-color: #F0D910;
}
.BgClassName
{
background-color: #F0D910;
}
</style>
border-color css
<style>
span { border-color: #F0D910; }
span { border-color: rgb(240,217,16); }
td.TdClassName
{
border-color: #F0D910;
}
.TagClassName
{
border-color: #F0D910;
}
</style>