Shades of Lemon #F0DD0D
Tints of Lemon #F0DD0D
RGB
CMYK
RGB Variations
Color information
#F0DD0D (or 0xF0DD0D) is known color: Lemon. HEX triplet: F0, DD and 0D. RGB value is (240,221,13). Sum of RGB (Red+Green+Blue) = 240+221+13=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 13 (5.47% from 255 or 2.74% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DD0D is #0F22F2. Grayscale: #CBCBCB. Windows color (decimal): -991987 or 908784. OLE color: 908784.
HSL color Cylindrical-coordinate representation of color #F0DD0D: hue angle of 54.98º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0DD0D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 13 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.06 |
| HSL | 54.98º | 0.9% | 0.5% | - |
| HSV(B) | 54.98º | 0.95% | 0.94% | - |
| XYZ | 61.86 | 70.27 | 10.68 | - |
| YUV | 202.97 | 20.79 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 13 | 0 | 0.08 | 0.95 | 0.06 | 54.98 | 0.9 | 0.5 |
| Hex | F0 | DD | D | 0 | 8 | 5F | 6 | 37 | 5A | 32 |
| Octal | 360 | 335 | 15 | 0 | 10 | 137 | 6 | 67 | 132 | 62 |
| Binary | 11110000 | 11011101 | 1101 | 0 | 1000 | 1011111 | 110 | 110111 | 1011010 | 110010 |
Color Harmonies of #F0DD0D
Complementary color
Monochromatic Colors of #F0DD0D
Black with #F0DD0D
Text Example
Text Example
White with #F0DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD0D; }
p { color: rgb(240,221,13); }
H1.HeaderClassName
{
color: #F0DD0D;
}
.AnyTagClassName
{
color: #F0DD0D;
}
</style>
background-color css
<style>
a { background-color: #F0DD0D; }
a { background-color: rgb(240,221,13); }
div.DivClassName
{
background-color: #F0DD0D;
}
.BgClassName
{
background-color: #F0DD0D;
}
</style>
border-color css
<style>
span { border-color: #F0DD0D; }
span { border-color: rgb(240,221,13); }
td.TdClassName
{
border-color: #F0DD0D;
}
.TagClassName
{
border-color: #F0DD0D;
}
</style>