Shades of Lemon #F0DA12
Tints of Lemon #F0DA12
RGB
CMYK
RGB Variations
Color information
#F0DA12 (or 0xF0DA12) is known color: Lemon. HEX triplet: F0, DA and 12. RGB value is (240,218,18). Sum of RGB (Red+Green+Blue) = 240+218+18=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DA12 is #0F25ED. Grayscale: #CACACA. Windows color (decimal): -992750 or 1235696. OLE color: 1235696.
HSL color Cylindrical-coordinate representation of color #F0DA12: hue angle of 54.05º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0DA12 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 18 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.06 |
| HSL | 54.05º | 0.88% | 0.51% | - |
| HSV(B) | 54.05º | 0.93% | 0.94% | - |
| XYZ | 61.12 | 68.71 | 10.61 | - |
| YUV | 201.78 | 24.29 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 18 | 0 | 0.09 | 0.92 | 0.06 | 54.05 | 0.88 | 0.51 |
| Hex | F0 | DA | 12 | 0 | 9 | 5C | 6 | 36 | 58 | 33 |
| Octal | 360 | 332 | 22 | 0 | 11 | 134 | 6 | 66 | 130 | 63 |
| Binary | 11110000 | 11011010 | 10010 | 0 | 1001 | 1011100 | 110 | 110110 | 1011000 | 110011 |
Color Harmonies of #F0DA12
Complementary color
Monochromatic Colors of #F0DA12
Black with #F0DA12
Text Example
Text Example
White with #F0DA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA12; }
p { color: rgb(240,218,18); }
H1.HeaderClassName
{
color: #F0DA12;
}
.AnyTagClassName
{
color: #F0DA12;
}
</style>
background-color css
<style>
a { background-color: #F0DA12; }
a { background-color: rgb(240,218,18); }
div.DivClassName
{
background-color: #F0DA12;
}
.BgClassName
{
background-color: #F0DA12;
}
</style>
border-color css
<style>
span { border-color: #F0DA12; }
span { border-color: rgb(240,218,18); }
td.TdClassName
{
border-color: #F0DA12;
}
.TagClassName
{
border-color: #F0DA12;
}
</style>