Shades of Lemon #F6EC1A
Tints of Lemon #F6EC1A
RGB
CMYK
RGB Variations
Color information
#F6EC1A (or 0xF6EC1A) is known color: Lemon. HEX triplet: F6, EC and 1A. RGB value is (246,236,26). Sum of RGB (Red+Green+Blue) = 246+236+26=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 26 (10.55% from 255 or 5.12% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EC1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6EC1A is #0913E5. Grayscale: #D7D7D7. Windows color (decimal): -594918 or 1764598. OLE color: 1764598.
HSL color Cylindrical-coordinate representation of color #F6EC1A: hue angle of 57.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6EC1A is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 26 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.04 |
| HSL | 57.27º | 0.92% | 0.53% | - |
| HSV(B) | 57.27º | 0.89% | 0.96% | - |
| XYZ | 68.19 | 79.66 | 12.76 | - |
| YUV | 215.05 | 21.31 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 26 | 0 | 0.04 | 0.89 | 0.04 | 57.27 | 0.92 | 0.53 |
| Hex | F6 | EC | 1A | 0 | 4 | 59 | 4 | 39 | 5C | 35 |
| Octal | 366 | 354 | 32 | 0 | 4 | 131 | 4 | 71 | 134 | 65 |
| Binary | 11110110 | 11101100 | 11010 | 0 | 100 | 1011001 | 100 | 111001 | 1011100 | 110101 |
Color Harmonies of #F6EC1A
Complementary color
Monochromatic Colors of #F6EC1A
Black with #F6EC1A
Text Example
Text Example
White with #F6EC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EC1A; }
p { color: rgb(246,236,26); }
H1.HeaderClassName
{
color: #F6EC1A;
}
.AnyTagClassName
{
color: #F6EC1A;
}
</style>
background-color css
<style>
a { background-color: #F6EC1A; }
a { background-color: rgb(246,236,26); }
div.DivClassName
{
background-color: #F6EC1A;
}
.BgClassName
{
background-color: #F6EC1A;
}
</style>
border-color css
<style>
span { border-color: #F6EC1A; }
span { border-color: rgb(246,236,26); }
td.TdClassName
{
border-color: #F6EC1A;
}
.TagClassName
{
border-color: #F6EC1A;
}
</style>