Shades of Lemon #F0DA0F
Tints of Lemon #F0DA0F
RGB
CMYK
RGB Variations
Color information
#F0DA0F (or 0xF0DA0F) is known color: Lemon. HEX triplet: F0, DA and 0F. RGB value is (240,218,15). Sum of RGB (Red+Green+Blue) = 240+218+15=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 15 (6.25% from 255 or 3.17% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DA0F is #0F25F0. Grayscale: #CACACA. Windows color (decimal): -992753 or 1039088. OLE color: 1039088.
HSL color Cylindrical-coordinate representation of color #F0DA0F: hue angle of 54.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0DA0F is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 15 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.06 |
| HSL | 54.13º | 0.88% | 0.5% | - |
| HSV(B) | 54.13º | 0.94% | 0.94% | - |
| XYZ | 61.09 | 68.7 | 10.49 | - |
| YUV | 201.44 | 22.79 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 15 | 0 | 0.09 | 0.94 | 0.06 | 54.13 | 0.88 | 0.5 |
| Hex | F0 | DA | F | 0 | 9 | 5E | 6 | 36 | 58 | 32 |
| Octal | 360 | 332 | 17 | 0 | 11 | 136 | 6 | 66 | 130 | 62 |
| Binary | 11110000 | 11011010 | 1111 | 0 | 1001 | 1011110 | 110 | 110110 | 1011000 | 110010 |
Color Harmonies of #F0DA0F
Complementary color
Monochromatic Colors of #F0DA0F
Black with #F0DA0F
Text Example
Text Example
White with #F0DA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA0F; }
p { color: rgb(240,218,15); }
H1.HeaderClassName
{
color: #F0DA0F;
}
.AnyTagClassName
{
color: #F0DA0F;
}
</style>
background-color css
<style>
a { background-color: #F0DA0F; }
a { background-color: rgb(240,218,15); }
div.DivClassName
{
background-color: #F0DA0F;
}
.BgClassName
{
background-color: #F0DA0F;
}
</style>
border-color css
<style>
span { border-color: #F0DA0F; }
span { border-color: rgb(240,218,15); }
td.TdClassName
{
border-color: #F0DA0F;
}
.TagClassName
{
border-color: #F0DA0F;
}
</style>