Shades of Lemon #F0D912
Tints of Lemon #F0D912
RGB
CMYK
RGB Variations
Color information
#F0D912 (or 0xF0D912) is known color: Lemon. HEX triplet: F0, D9 and 12. RGB value is (240,217,18). Sum of RGB (Red+Green+Blue) = 240+217+18=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 18 (7.42% from 255 or 3.79% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D912 is #0F26ED. Grayscale: #CACACA. Windows color (decimal): -993006 or 1235440. OLE color: 1235440.
HSL color Cylindrical-coordinate representation of color #F0D912: hue angle of 53.78º 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 #F0D912 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 18 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.06 |
| HSL | 53.78º | 0.88% | 0.51% | - |
| HSV(B) | 53.78º | 0.93% | 0.94% | - |
| XYZ | 60.86 | 68.19 | 10.53 | - |
| YUV | 201.19 | 24.62 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 18 | 0 | 0.10 | 0.92 | 0.06 | 53.78 | 0.88 | 0.51 |
| Hex | F0 | D9 | 12 | 0 | A | 5C | 6 | 36 | 58 | 33 |
| Octal | 360 | 331 | 22 | 0 | 12 | 134 | 6 | 66 | 130 | 63 |
| Binary | 11110000 | 11011001 | 10010 | 0 | 1010 | 1011100 | 110 | 110110 | 1011000 | 110011 |
Color Harmonies of #F0D912
Complementary color
Monochromatic Colors of #F0D912
Black with #F0D912
Text Example
Text Example
White with #F0D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D912; }
p { color: rgb(240,217,18); }
H1.HeaderClassName
{
color: #F0D912;
}
.AnyTagClassName
{
color: #F0D912;
}
</style>
background-color css
<style>
a { background-color: #F0D912; }
a { background-color: rgb(240,217,18); }
div.DivClassName
{
background-color: #F0D912;
}
.BgClassName
{
background-color: #F0D912;
}
</style>
border-color css
<style>
span { border-color: #F0D912; }
span { border-color: rgb(240,217,18); }
td.TdClassName
{
border-color: #F0D912;
}
.TagClassName
{
border-color: #F0D912;
}
</style>