Shades of Lemon #F2D914
Tints of Lemon #F2D914
RGB
CMYK
RGB Variations
Color information
#F2D914 (or 0xF2D914) is known color: Lemon. HEX triplet: F2, D9 and 14. RGB value is (242,217,20). Sum of RGB (Red+Green+Blue) = 242+217+20=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 20 (8.20% from 255 or 4.18% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D914 is #0D26EB. Grayscale: #CACACA. Windows color (decimal): -861932 or 1366514. OLE color: 1366514.
HSL color Cylindrical-coordinate representation of color #F2D914: hue angle of 53.24º 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 #F2D914 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 20 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.05 |
| HSL | 53.24º | 0.9% | 0.51% | - |
| HSV(B) | 53.24º | 0.92% | 0.95% | - |
| XYZ | 61.56 | 68.55 | 10.65 | - |
| YUV | 202.02 | 25.28 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 20 | 0 | 0.10 | 0.92 | 0.05 | 53.24 | 0.9 | 0.51 |
| Hex | F2 | D9 | 14 | 0 | A | 5C | 5 | 35 | 5A | 33 |
| Octal | 362 | 331 | 24 | 0 | 12 | 134 | 5 | 65 | 132 | 63 |
| Binary | 11110010 | 11011001 | 10100 | 0 | 1010 | 1011100 | 101 | 110101 | 1011010 | 110011 |
Color Harmonies of #F2D914
Complementary color
Monochromatic Colors of #F2D914
Black with #F2D914
Text Example
Text Example
White with #F2D914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D914; }
p { color: rgb(242,217,20); }
H1.HeaderClassName
{
color: #F2D914;
}
.AnyTagClassName
{
color: #F2D914;
}
</style>
background-color css
<style>
a { background-color: #F2D914; }
a { background-color: rgb(242,217,20); }
div.DivClassName
{
background-color: #F2D914;
}
.BgClassName
{
background-color: #F2D914;
}
</style>
border-color css
<style>
span { border-color: #F2D914; }
span { border-color: rgb(242,217,20); }
td.TdClassName
{
border-color: #F2D914;
}
.TagClassName
{
border-color: #F2D914;
}
</style>