Shades of Lemon #F4DB19
Tints of Lemon #F4DB19
RGB
CMYK
RGB Variations
Color information
#F4DB19 (or 0xF4DB19) is known color: Lemon. HEX triplet: F4, DB and 19. RGB value is (244,219,25). Sum of RGB (Red+Green+Blue) = 244+219+25=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 25 (10.16% from 255 or 5.12% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4DB19 is #0B24E6. Grayscale: #CDCDCD. Windows color (decimal): -730343 or 1694708. OLE color: 1694708.
HSL color Cylindrical-coordinate representation of color #F4DB19: hue angle of 53.15º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4DB19 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 25 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.04 |
| HSL | 53.15º | 0.91% | 0.53% | - |
| HSV(B) | 53.15º | 0.9% | 0.96% | - |
| XYZ | 62.82 | 69.97 | 11.11 | - |
| YUV | 204.36 | 26.78 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 25 | 0 | 0.10 | 0.90 | 0.04 | 53.15 | 0.91 | 0.53 |
| Hex | F4 | DB | 19 | 0 | A | 5A | 4 | 35 | 5B | 35 |
| Octal | 364 | 333 | 31 | 0 | 12 | 132 | 4 | 65 | 133 | 65 |
| Binary | 11110100 | 11011011 | 11001 | 0 | 1010 | 1011010 | 100 | 110101 | 1011011 | 110101 |
Color Harmonies of #F4DB19
Complementary color
Monochromatic Colors of #F4DB19
Black with #F4DB19
Text Example
Text Example
White with #F4DB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB19; }
p { color: rgb(244,219,25); }
H1.HeaderClassName
{
color: #F4DB19;
}
.AnyTagClassName
{
color: #F4DB19;
}
</style>
background-color css
<style>
a { background-color: #F4DB19; }
a { background-color: rgb(244,219,25); }
div.DivClassName
{
background-color: #F4DB19;
}
.BgClassName
{
background-color: #F4DB19;
}
</style>
border-color css
<style>
span { border-color: #F4DB19; }
span { border-color: rgb(244,219,25); }
td.TdClassName
{
border-color: #F4DB19;
}
.TagClassName
{
border-color: #F4DB19;
}
</style>