Shades of Lemon #F2D912
Tints of Lemon #F2D912
RGB
CMYK
RGB Variations
Color information
#F2D912 (or 0xF2D912) is known color: Lemon. HEX triplet: F2, D9 and 12. RGB value is (242,217,18). Sum of RGB (Red+Green+Blue) = 242+217+18=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 18 (7.42% from 255 or 3.77% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D912 is #0D26ED. Grayscale: #CACACA. Windows color (decimal): -861934 or 1235442. OLE color: 1235442.
HSL color Cylindrical-coordinate representation of color #F2D912: hue angle of 53.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2D912 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 18 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.05 |
| HSL | 53.3º | 0.9% | 0.51% | - |
| HSV(B) | 53.3º | 0.93% | 0.95% | - |
| XYZ | 61.54 | 68.55 | 10.56 | - |
| YUV | 201.79 | 24.28 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 18 | 0 | 0.10 | 0.93 | 0.05 | 53.3 | 0.9 | 0.51 |
| Hex | F2 | D9 | 12 | 0 | A | 5D | 5 | 35 | 5A | 33 |
| Octal | 362 | 331 | 22 | 0 | 12 | 135 | 5 | 65 | 132 | 63 |
| Binary | 11110010 | 11011001 | 10010 | 0 | 1010 | 1011101 | 101 | 110101 | 1011010 | 110011 |
Color Harmonies of #F2D912
Complementary color
Monochromatic Colors of #F2D912
Black with #F2D912
Text Example
Text Example
White with #F2D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D912; }
p { color: rgb(242,217,18); }
H1.HeaderClassName
{
color: #F2D912;
}
.AnyTagClassName
{
color: #F2D912;
}
</style>
background-color css
<style>
a { background-color: #F2D912; }
a { background-color: rgb(242,217,18); }
div.DivClassName
{
background-color: #F2D912;
}
.BgClassName
{
background-color: #F2D912;
}
</style>
border-color css
<style>
span { border-color: #F2D912; }
span { border-color: rgb(242,217,18); }
td.TdClassName
{
border-color: #F2D912;
}
.TagClassName
{
border-color: #F2D912;
}
</style>