Shades of Lemon #F0DD14
Tints of Lemon #F0DD14
RGB
CMYK
RGB Variations
Color information
#F0DD14 (or 0xF0DD14) is known color: Lemon. HEX triplet: F0, DD and 14. RGB value is (240,221,20). Sum of RGB (Red+Green+Blue) = 240+221+20=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 20 (8.20% from 255 or 4.16% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DD14 is #0F22EB. Grayscale: #CCCCCC. Windows color (decimal): -991980 or 1367536. OLE color: 1367536.
HSL color Cylindrical-coordinate representation of color #F0DD14: hue angle of 54.82º 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 #F0DD14 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 20 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.06 |
| HSL | 54.82º | 0.88% | 0.51% | - |
| HSV(B) | 54.82º | 0.92% | 0.94% | - |
| XYZ | 61.92 | 70.29 | 10.97 | - |
| YUV | 203.77 | 24.29 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 20 | 0 | 0.08 | 0.92 | 0.06 | 54.82 | 0.88 | 0.51 |
| Hex | F0 | DD | 14 | 0 | 8 | 5C | 6 | 37 | 58 | 33 |
| Octal | 360 | 335 | 24 | 0 | 10 | 134 | 6 | 67 | 130 | 63 |
| Binary | 11110000 | 11011101 | 10100 | 0 | 1000 | 1011100 | 110 | 110111 | 1011000 | 110011 |
Color Harmonies of #F0DD14
Complementary color
Monochromatic Colors of #F0DD14
Black with #F0DD14
Text Example
Text Example
White with #F0DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD14; }
p { color: rgb(240,221,20); }
H1.HeaderClassName
{
color: #F0DD14;
}
.AnyTagClassName
{
color: #F0DD14;
}
</style>
background-color css
<style>
a { background-color: #F0DD14; }
a { background-color: rgb(240,221,20); }
div.DivClassName
{
background-color: #F0DD14;
}
.BgClassName
{
background-color: #F0DD14;
}
</style>
border-color css
<style>
span { border-color: #F0DD14; }
span { border-color: rgb(240,221,20); }
td.TdClassName
{
border-color: #F0DD14;
}
.TagClassName
{
border-color: #F0DD14;
}
</style>