Shades of Lemon #F2D813
Tints of Lemon #F2D813
RGB
CMYK
RGB Variations
Color information
#F2D813 (or 0xF2D813) is known color: Lemon. HEX triplet: F2, D8 and 13. RGB value is (242,216,19). Sum of RGB (Red+Green+Blue) = 242+216+19=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 19 (7.81% from 255 or 3.98% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D813 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D813 is #0D27EC. Grayscale: #CACACA. Windows color (decimal): -862189 or 1300722. OLE color: 1300722.
HSL color Cylindrical-coordinate representation of color #F2D813: hue angle of 53º 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 #F2D813 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 19 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.05 |
| HSL | 53º | 0.9% | 0.51% | - |
| HSV(B) | 53º | 0.92% | 0.95% | - |
| XYZ | 61.29 | 68.04 | 10.52 | - |
| YUV | 201.32 | 25.11 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 19 | 0 | 0.11 | 0.92 | 0.05 | 53 | 0.9 | 0.51 |
| Hex | F2 | D8 | 13 | 0 | B | 5C | 5 | 35 | 5A | 33 |
| Octal | 362 | 330 | 23 | 0 | 13 | 134 | 5 | 65 | 132 | 63 |
| Binary | 11110010 | 11011000 | 10011 | 0 | 1011 | 1011100 | 101 | 110101 | 1011010 | 110011 |
Color Harmonies of #F2D813
Complementary color
Monochromatic Colors of #F2D813
Black with #F2D813
Text Example
Text Example
White with #F2D813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D813; }
p { color: rgb(242,216,19); }
H1.HeaderClassName
{
color: #F2D813;
}
.AnyTagClassName
{
color: #F2D813;
}
</style>
background-color css
<style>
a { background-color: #F2D813; }
a { background-color: rgb(242,216,19); }
div.DivClassName
{
background-color: #F2D813;
}
.BgClassName
{
background-color: #F2D813;
}
</style>
border-color css
<style>
span { border-color: #F2D813; }
span { border-color: rgb(242,216,19); }
td.TdClassName
{
border-color: #F2D813;
}
.TagClassName
{
border-color: #F2D813;
}
</style>