Shades of Lemon #F2D811
Tints of Lemon #F2D811
RGB
CMYK
RGB Variations
Color information
#F2D811 (or 0xF2D811) is known color: Lemon. HEX triplet: F2, D8 and 11. RGB value is (242,216,17). Sum of RGB (Red+Green+Blue) = 242+216+17=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 17 (7.03% from 255 or 3.58% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D811 is #0D27EE. Grayscale: #C9C9C9. Windows color (decimal): -862191 or 1169650. OLE color: 1169650.
HSL color Cylindrical-coordinate representation of color #F2D811: hue angle of 53.07º 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 #F2D811 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 17 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.05 |
| HSL | 53.07º | 0.9% | 0.51% | - |
| HSV(B) | 53.07º | 0.93% | 0.95% | - |
| XYZ | 61.28 | 68.03 | 10.43 | - |
| YUV | 201.09 | 24.11 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 17 | 0 | 0.11 | 0.93 | 0.05 | 53.07 | 0.9 | 0.51 |
| Hex | F2 | D8 | 11 | 0 | B | 5D | 5 | 35 | 5A | 33 |
| Octal | 362 | 330 | 21 | 0 | 13 | 135 | 5 | 65 | 132 | 63 |
| Binary | 11110010 | 11011000 | 10001 | 0 | 1011 | 1011101 | 101 | 110101 | 1011010 | 110011 |
Color Harmonies of #F2D811
Complementary color
Monochromatic Colors of #F2D811
Black with #F2D811
Text Example
Text Example
White with #F2D811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D811; }
p { color: rgb(242,216,17); }
H1.HeaderClassName
{
color: #F2D811;
}
.AnyTagClassName
{
color: #F2D811;
}
</style>
background-color css
<style>
a { background-color: #F2D811; }
a { background-color: rgb(242,216,17); }
div.DivClassName
{
background-color: #F2D811;
}
.BgClassName
{
background-color: #F2D811;
}
</style>
border-color css
<style>
span { border-color: #F2D811; }
span { border-color: rgb(242,216,17); }
td.TdClassName
{
border-color: #F2D811;
}
.TagClassName
{
border-color: #F2D811;
}
</style>