Shades of Lemon #F2E711
Tints of Lemon #F2E711
RGB
CMYK
RGB Variations
Color information
#F2E711 (or 0xF2E711) is known color: Lemon. HEX triplet: F2, E7 and 11. RGB value is (242,231,17). Sum of RGB (Red+Green+Blue) = 242+231+17=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 17 (7.03% from 255 or 3.47% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E711 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E711 is #0D18EE. Grayscale: #D2D2D2. Windows color (decimal): -858351 or 1173490. OLE color: 1173490.
HSL color Cylindrical-coordinate representation of color #F2E711: hue angle of 57.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 #F2E711 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 17 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.05 |
| HSL | 57.07º | 0.9% | 0.51% | - |
| HSV(B) | 57.07º | 0.93% | 0.95% | - |
| XYZ | 65.3 | 76.07 | 11.77 | - |
| YUV | 209.89 | 19.14 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 17 | 0 | 0.05 | 0.93 | 0.05 | 57.07 | 0.9 | 0.51 |
| Hex | F2 | E7 | 11 | 0 | 5 | 5D | 5 | 39 | 5A | 33 |
| Octal | 362 | 347 | 21 | 0 | 5 | 135 | 5 | 71 | 132 | 63 |
| Binary | 11110010 | 11100111 | 10001 | 0 | 101 | 1011101 | 101 | 111001 | 1011010 | 110011 |
Color Harmonies of #F2E711
Complementary color
Monochromatic Colors of #F2E711
Black with #F2E711
Text Example
Text Example
White with #F2E711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E711; }
p { color: rgb(242,231,17); }
H1.HeaderClassName
{
color: #F2E711;
}
.AnyTagClassName
{
color: #F2E711;
}
</style>
background-color css
<style>
a { background-color: #F2E711; }
a { background-color: rgb(242,231,17); }
div.DivClassName
{
background-color: #F2E711;
}
.BgClassName
{
background-color: #F2E711;
}
</style>
border-color css
<style>
span { border-color: #F2E711; }
span { border-color: rgb(242,231,17); }
td.TdClassName
{
border-color: #F2E711;
}
.TagClassName
{
border-color: #F2E711;
}
</style>