Shades of Lemon #F0D811
Tints of Lemon #F0D811
RGB
CMYK
RGB Variations
Color information
#F0D811 (or 0xF0D811) is known color: Lemon. HEX triplet: F0, D8 and 11. RGB value is (240,216,17). Sum of RGB (Red+Green+Blue) = 240+216+17=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 17 (7.03% from 255 or 3.59% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D811 is #0F27EE. Grayscale: #C9C9C9. Windows color (decimal): -993263 or 1169648. OLE color: 1169648.
HSL color Cylindrical-coordinate representation of color #F0D811: hue angle of 53.54º 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 #F0D811 is Cyan = 0, Magento = 0.1, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 17 | - |
| CMYK | 0 | 0.1 | 0.93 | 0.06 |
| HSL | 53.54º | 0.88% | 0.5% | - |
| HSV(B) | 53.54º | 0.93% | 0.94% | - |
| XYZ | 60.59 | 67.68 | 10.4 | - |
| YUV | 200.49 | 24.45 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 17 | 0 | 0.1 | 0.93 | 0.06 | 53.54 | 0.88 | 0.5 |
| Hex | F0 | D8 | 11 | 0 | A | 5D | 6 | 36 | 58 | 32 |
| Octal | 360 | 330 | 21 | 0 | 12 | 135 | 6 | 66 | 130 | 62 |
| Binary | 11110000 | 11011000 | 10001 | 0 | 1010 | 1011101 | 110 | 110110 | 1011000 | 110010 |
Color Harmonies of #F0D811
Complementary color
Monochromatic Colors of #F0D811
Black with #F0D811
Text Example
Text Example
White with #F0D811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D811; }
p { color: rgb(240,216,17); }
H1.HeaderClassName
{
color: #F0D811;
}
.AnyTagClassName
{
color: #F0D811;
}
</style>
background-color css
<style>
a { background-color: #F0D811; }
a { background-color: rgb(240,216,17); }
div.DivClassName
{
background-color: #F0D811;
}
.BgClassName
{
background-color: #F0D811;
}
</style>
border-color css
<style>
span { border-color: #F0D811; }
span { border-color: rgb(240,216,17); }
td.TdClassName
{
border-color: #F0D811;
}
.TagClassName
{
border-color: #F0D811;
}
</style>