Shades of Lemon #F0DC0D
Tints of Lemon #F0DC0D
RGB
CMYK
RGB Variations
Color information
#F0DC0D (or 0xF0DC0D) is known color: Lemon. HEX triplet: F0, DC and 0D. RGB value is (240,220,13). Sum of RGB (Red+Green+Blue) = 240+220+13=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 13 (5.47% from 255 or 2.75% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DC0D is #0F23F2. Grayscale: #CBCBCB. Windows color (decimal): -992243 or 908528. OLE color: 908528.
HSL color Cylindrical-coordinate representation of color #F0DC0D: hue angle of 54.71º 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 #F0DC0D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 13 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.06 |
| HSL | 54.71º | 0.9% | 0.5% | - |
| HSV(B) | 54.71º | 0.95% | 0.94% | - |
| XYZ | 61.6 | 69.74 | 10.6 | - |
| YUV | 202.38 | 21.13 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 13 | 0 | 0.08 | 0.95 | 0.06 | 54.71 | 0.9 | 0.5 |
| Hex | F0 | DC | D | 0 | 8 | 5F | 6 | 37 | 5A | 32 |
| Octal | 360 | 334 | 15 | 0 | 10 | 137 | 6 | 67 | 132 | 62 |
| Binary | 11110000 | 11011100 | 1101 | 0 | 1000 | 1011111 | 110 | 110111 | 1011010 | 110010 |
Color Harmonies of #F0DC0D
Complementary color
Monochromatic Colors of #F0DC0D
Black with #F0DC0D
Text Example
Text Example
White with #F0DC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC0D; }
p { color: rgb(240,220,13); }
H1.HeaderClassName
{
color: #F0DC0D;
}
.AnyTagClassName
{
color: #F0DC0D;
}
</style>
background-color css
<style>
a { background-color: #F0DC0D; }
a { background-color: rgb(240,220,13); }
div.DivClassName
{
background-color: #F0DC0D;
}
.BgClassName
{
background-color: #F0DC0D;
}
</style>
border-color css
<style>
span { border-color: #F0DC0D; }
span { border-color: rgb(240,220,13); }
td.TdClassName
{
border-color: #F0DC0D;
}
.TagClassName
{
border-color: #F0DC0D;
}
</style>