Shades of Lemon #F6EC0B
Tints of Lemon #F6EC0B
RGB
CMYK
RGB Variations
Color information
#F6EC0B (or 0xF6EC0B) is known color: Lemon. HEX triplet: F6, EC and 0B. RGB value is (246,236,11). Sum of RGB (Red+Green+Blue) = 246+236+11=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 11 (4.69% from 255 or 2.23% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EC0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6EC0B is #0913F4. Grayscale: #D6D6D6. Windows color (decimal): -594933 or 781558. OLE color: 781558.
HSL color Cylindrical-coordinate representation of color #F6EC0B: hue angle of 57.45º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6EC0B is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 11 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.04 |
| HSL | 57.45º | 0.93% | 0.5% | - |
| HSV(B) | 57.45º | 0.96% | 0.96% | - |
| XYZ | 68.06 | 79.61 | 12.1 | - |
| YUV | 213.34 | 13.81 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 11 | 0 | 0.04 | 0.96 | 0.04 | 57.45 | 0.93 | 0.5 |
| Hex | F6 | EC | B | 0 | 4 | 60 | 4 | 39 | 5D | 32 |
| Octal | 366 | 354 | 13 | 0 | 4 | 140 | 4 | 71 | 135 | 62 |
| Binary | 11110110 | 11101100 | 1011 | 0 | 100 | 1100000 | 100 | 111001 | 1011101 | 110010 |
Color Harmonies of #F6EC0B
Complementary color
Monochromatic Colors of #F6EC0B
Black with #F6EC0B
Text Example
Text Example
White with #F6EC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EC0B; }
p { color: rgb(246,236,11); }
H1.HeaderClassName
{
color: #F6EC0B;
}
.AnyTagClassName
{
color: #F6EC0B;
}
</style>
background-color css
<style>
a { background-color: #F6EC0B; }
a { background-color: rgb(246,236,11); }
div.DivClassName
{
background-color: #F6EC0B;
}
.BgClassName
{
background-color: #F6EC0B;
}
</style>
border-color css
<style>
span { border-color: #F6EC0B; }
span { border-color: rgb(246,236,11); }
td.TdClassName
{
border-color: #F6EC0B;
}
.TagClassName
{
border-color: #F6EC0B;
}
</style>