Shades of Lemon #F0DB10
Tints of Lemon #F0DB10
RGB
CMYK
RGB Variations
Color information
#F0DB10 (or 0xF0DB10) is known color: Lemon. HEX triplet: F0, DB and 10. RGB value is (240,219,16). Sum of RGB (Red+Green+Blue) = 240+219+16=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 16 (6.64% from 255 or 3.37% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DB10 is #0F24EF. Grayscale: #CACACA. Windows color (decimal): -992496 or 1104880. OLE color: 1104880.
HSL color Cylindrical-coordinate representation of color #F0DB10: hue angle of 54.38º 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 #F0DB10 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 16 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.06 |
| HSL | 54.38º | 0.88% | 0.5% | - |
| HSV(B) | 54.38º | 0.93% | 0.94% | - |
| XYZ | 61.36 | 69.23 | 10.62 | - |
| YUV | 202.14 | 22.96 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 16 | 0 | 0.09 | 0.93 | 0.06 | 54.38 | 0.88 | 0.5 |
| Hex | F0 | DB | 10 | 0 | 9 | 5D | 6 | 36 | 58 | 32 |
| Octal | 360 | 333 | 20 | 0 | 11 | 135 | 6 | 66 | 130 | 62 |
| Binary | 11110000 | 11011011 | 10000 | 0 | 1001 | 1011101 | 110 | 110110 | 1011000 | 110010 |
Color Harmonies of #F0DB10
Complementary color
Monochromatic Colors of #F0DB10
Black with #F0DB10
Text Example
Text Example
White with #F0DB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB10; }
p { color: rgb(240,219,16); }
H1.HeaderClassName
{
color: #F0DB10;
}
.AnyTagClassName
{
color: #F0DB10;
}
</style>
background-color css
<style>
a { background-color: #F0DB10; }
a { background-color: rgb(240,219,16); }
div.DivClassName
{
background-color: #F0DB10;
}
.BgClassName
{
background-color: #F0DB10;
}
</style>
border-color css
<style>
span { border-color: #F0DB10; }
span { border-color: rgb(240,219,16); }
td.TdClassName
{
border-color: #F0DB10;
}
.TagClassName
{
border-color: #F0DB10;
}
</style>