Shades of Lemon #F2D913
Tints of Lemon #F2D913
RGB
CMYK
RGB Variations
Color information
#F2D913 (or 0xF2D913) is known color: Lemon. HEX triplet: F2, D9 and 13. RGB value is (242,217,19). Sum of RGB (Red+Green+Blue) = 242+217+19=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 19 (7.81% from 255 or 3.97% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D913 is #0D26EC. Grayscale: #CACACA. Windows color (decimal): -861933 or 1300978. OLE color: 1300978.
HSL color Cylindrical-coordinate representation of color #F2D913: hue angle of 53.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2D913 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 19 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.05 |
| HSL | 53.27º | 0.9% | 0.51% | - |
| HSV(B) | 53.27º | 0.92% | 0.95% | - |
| XYZ | 61.55 | 68.55 | 10.6 | - |
| YUV | 201.9 | 24.78 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 19 | 0 | 0.10 | 0.92 | 0.05 | 53.27 | 0.9 | 0.51 |
| Hex | F2 | D9 | 13 | 0 | A | 5C | 5 | 35 | 5A | 33 |
| Octal | 362 | 331 | 23 | 0 | 12 | 134 | 5 | 65 | 132 | 63 |
| Binary | 11110010 | 11011001 | 10011 | 0 | 1010 | 1011100 | 101 | 110101 | 1011010 | 110011 |
Color Harmonies of #F2D913
Complementary color
Monochromatic Colors of #F2D913
Black with #F2D913
Text Example
Text Example
White with #F2D913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D913; }
p { color: rgb(242,217,19); }
H1.HeaderClassName
{
color: #F2D913;
}
.AnyTagClassName
{
color: #F2D913;
}
</style>
background-color css
<style>
a { background-color: #F2D913; }
a { background-color: rgb(242,217,19); }
div.DivClassName
{
background-color: #F2D913;
}
.BgClassName
{
background-color: #F2D913;
}
</style>
border-color css
<style>
span { border-color: #F2D913; }
span { border-color: rgb(242,217,19); }
td.TdClassName
{
border-color: #F2D913;
}
.TagClassName
{
border-color: #F2D913;
}
</style>