Shades of Lemon #F0DB0F
Tints of Lemon #F0DB0F
RGB
CMYK
RGB Variations
Color information
#F0DB0F (or 0xF0DB0F) is known color: Lemon. HEX triplet: F0, DB and 0F. RGB value is (240,219,15). Sum of RGB (Red+Green+Blue) = 240+219+15=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 15 (6.25% from 255 or 3.16% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DB0F is #0F24F0. Grayscale: #CACACA. Windows color (decimal): -992497 or 1039344. OLE color: 1039344.
HSL color Cylindrical-coordinate representation of color #F0DB0F: hue angle of 54.4º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0DB0F is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 15 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.06 |
| HSL | 54.4º | 0.88% | 0.5% | - |
| HSV(B) | 54.4º | 0.94% | 0.94% | - |
| XYZ | 61.35 | 69.22 | 10.58 | - |
| YUV | 202.02 | 22.46 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 15 | 0 | 0.09 | 0.94 | 0.06 | 54.4 | 0.88 | 0.5 |
| Hex | F0 | DB | F | 0 | 9 | 5E | 6 | 36 | 58 | 32 |
| Octal | 360 | 333 | 17 | 0 | 11 | 136 | 6 | 66 | 130 | 62 |
| Binary | 11110000 | 11011011 | 1111 | 0 | 1001 | 1011110 | 110 | 110110 | 1011000 | 110010 |
Color Harmonies of #F0DB0F
Complementary color
Monochromatic Colors of #F0DB0F
Black with #F0DB0F
Text Example
Text Example
White with #F0DB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB0F; }
p { color: rgb(240,219,15); }
H1.HeaderClassName
{
color: #F0DB0F;
}
.AnyTagClassName
{
color: #F0DB0F;
}
</style>
background-color css
<style>
a { background-color: #F0DB0F; }
a { background-color: rgb(240,219,15); }
div.DivClassName
{
background-color: #F0DB0F;
}
.BgClassName
{
background-color: #F0DB0F;
}
</style>
border-color css
<style>
span { border-color: #F0DB0F; }
span { border-color: rgb(240,219,15); }
td.TdClassName
{
border-color: #F0DB0F;
}
.TagClassName
{
border-color: #F0DB0F;
}
</style>