Shades of Lemon #F0DD18
Tints of Lemon #F0DD18
RGB
CMYK
RGB Variations
Color information
#F0DD18 (or 0xF0DD18) is known color: Lemon. HEX triplet: F0, DD and 18. RGB value is (240,221,24). Sum of RGB (Red+Green+Blue) = 240+221+24=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 24 (9.77% from 255 or 4.95% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DD18 is #0F22E7. Grayscale: #CDCDCD. Windows color (decimal): -991976 or 1629680. OLE color: 1629680.
HSL color Cylindrical-coordinate representation of color #F0DD18: hue angle of 54.72º 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 #F0DD18 is Cyan = 0, Magento = 0.08, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 24 | - |
| CMYK | 0 | 0.08 | 0.9 | 0.06 |
| HSL | 54.72º | 0.88% | 0.52% | - |
| HSV(B) | 54.72º | 0.9% | 0.94% | - |
| XYZ | 61.96 | 70.3 | 11.17 | - |
| YUV | 204.22 | 26.29 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 24 | 0 | 0.08 | 0.9 | 0.06 | 54.72 | 0.88 | 0.52 |
| Hex | F0 | DD | 18 | 0 | 8 | 5A | 6 | 37 | 58 | 34 |
| Octal | 360 | 335 | 30 | 0 | 10 | 132 | 6 | 67 | 130 | 64 |
| Binary | 11110000 | 11011101 | 11000 | 0 | 1000 | 1011010 | 110 | 110111 | 1011000 | 110100 |
Color Harmonies of #F0DD18
Complementary color
Monochromatic Colors of #F0DD18
Black with #F0DD18
Text Example
Text Example
White with #F0DD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD18; }
p { color: rgb(240,221,24); }
H1.HeaderClassName
{
color: #F0DD18;
}
.AnyTagClassName
{
color: #F0DD18;
}
</style>
background-color css
<style>
a { background-color: #F0DD18; }
a { background-color: rgb(240,221,24); }
div.DivClassName
{
background-color: #F0DD18;
}
.BgClassName
{
background-color: #F0DD18;
}
</style>
border-color css
<style>
span { border-color: #F0DD18; }
span { border-color: rgb(240,221,24); }
td.TdClassName
{
border-color: #F0DD18;
}
.TagClassName
{
border-color: #F0DD18;
}
</style>