Shades of Lemon #F0DB13
Tints of Lemon #F0DB13
RGB
CMYK
RGB Variations
Color information
#F0DB13 (or 0xF0DB13) is known color: Lemon. HEX triplet: F0, DB and 13. RGB value is (240,219,19). Sum of RGB (Red+Green+Blue) = 240+219+19=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 19 (7.81% from 255 or 3.97% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DB13 is #0F24EC. Grayscale: #CBCBCB. Windows color (decimal): -992493 or 1301488. OLE color: 1301488.
HSL color Cylindrical-coordinate representation of color #F0DB13: hue angle of 54.3º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0DB13 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 19 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.06 |
| HSL | 54.3º | 0.88% | 0.51% | - |
| HSV(B) | 54.3º | 0.92% | 0.94% | - |
| XYZ | 61.38 | 69.24 | 10.74 | - |
| YUV | 202.48 | 24.46 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 19 | 0 | 0.09 | 0.92 | 0.06 | 54.3 | 0.88 | 0.51 |
| Hex | F0 | DB | 13 | 0 | 9 | 5C | 6 | 36 | 58 | 33 |
| Octal | 360 | 333 | 23 | 0 | 11 | 134 | 6 | 66 | 130 | 63 |
| Binary | 11110000 | 11011011 | 10011 | 0 | 1001 | 1011100 | 110 | 110110 | 1011000 | 110011 |
Color Harmonies of #F0DB13
Complementary color
Monochromatic Colors of #F0DB13
Black with #F0DB13
Text Example
Text Example
White with #F0DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB13; }
p { color: rgb(240,219,19); }
H1.HeaderClassName
{
color: #F0DB13;
}
.AnyTagClassName
{
color: #F0DB13;
}
</style>
background-color css
<style>
a { background-color: #F0DB13; }
a { background-color: rgb(240,219,19); }
div.DivClassName
{
background-color: #F0DB13;
}
.BgClassName
{
background-color: #F0DB13;
}
</style>
border-color css
<style>
span { border-color: #F0DB13; }
span { border-color: rgb(240,219,19); }
td.TdClassName
{
border-color: #F0DB13;
}
.TagClassName
{
border-color: #F0DB13;
}
</style>