Shades of Lemon #F0DF19
Tints of Lemon #F0DF19
RGB
CMYK
RGB Variations
Color information
#F0DF19 (or 0xF0DF19) is known color: Lemon. HEX triplet: F0, DF and 19. RGB value is (240,223,25). Sum of RGB (Red+Green+Blue) = 240+223+25=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 25 (10.16% from 255 or 5.12% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DF19 is #0F20E6. Grayscale: #CECECE. Windows color (decimal): -991463 or 1695728. OLE color: 1695728.
HSL color Cylindrical-coordinate representation of color #F0DF19: hue angle of 55.26º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0DF19 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 25 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.06 |
| HSL | 55.26º | 0.88% | 0.52% | - |
| HSV(B) | 55.26º | 0.9% | 0.94% | - |
| XYZ | 62.5 | 71.37 | 11.4 | - |
| YUV | 205.51 | 26.13 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 25 | 0 | 0.07 | 0.90 | 0.06 | 55.26 | 0.88 | 0.52 |
| Hex | F0 | DF | 19 | 0 | 7 | 5A | 6 | 37 | 58 | 34 |
| Octal | 360 | 337 | 31 | 0 | 7 | 132 | 6 | 67 | 130 | 64 |
| Binary | 11110000 | 11011111 | 11001 | 0 | 111 | 1011010 | 110 | 110111 | 1011000 | 110100 |
Color Harmonies of #F0DF19
Complementary color
Monochromatic Colors of #F0DF19
Black with #F0DF19
Text Example
Text Example
White with #F0DF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF19; }
p { color: rgb(240,223,25); }
H1.HeaderClassName
{
color: #F0DF19;
}
.AnyTagClassName
{
color: #F0DF19;
}
</style>
background-color css
<style>
a { background-color: #F0DF19; }
a { background-color: rgb(240,223,25); }
div.DivClassName
{
background-color: #F0DF19;
}
.BgClassName
{
background-color: #F0DF19;
}
</style>
border-color css
<style>
span { border-color: #F0DF19; }
span { border-color: rgb(240,223,25); }
td.TdClassName
{
border-color: #F0DF19;
}
.TagClassName
{
border-color: #F0DF19;
}
</style>