Shades of Lemon #F6EC12
Tints of Lemon #F6EC12
RGB
CMYK
RGB Variations
Color information
#F6EC12 (or 0xF6EC12) is known color: Lemon. HEX triplet: F6, EC and 12. RGB value is (246,236,18). Sum of RGB (Red+Green+Blue) = 246+236+18=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 18 (7.42% from 255 or 3.6% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6EC12 is #0913ED. Grayscale: #D7D7D7. Windows color (decimal): -594926 or 1240310. OLE color: 1240310.
HSL color Cylindrical-coordinate representation of color #F6EC12: hue angle of 57.37º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6EC12 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 18 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.04 |
| HSL | 57.37º | 0.93% | 0.52% | - |
| HSV(B) | 57.37º | 0.93% | 0.96% | - |
| XYZ | 68.11 | 79.63 | 12.35 | - |
| YUV | 214.14 | 17.31 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 18 | 0 | 0.04 | 0.93 | 0.04 | 57.37 | 0.93 | 0.52 |
| Hex | F6 | EC | 12 | 0 | 4 | 5D | 4 | 39 | 5D | 34 |
| Octal | 366 | 354 | 22 | 0 | 4 | 135 | 4 | 71 | 135 | 64 |
| Binary | 11110110 | 11101100 | 10010 | 0 | 100 | 1011101 | 100 | 111001 | 1011101 | 110100 |
Color Harmonies of #F6EC12
Complementary color
Monochromatic Colors of #F6EC12
Black with #F6EC12
Text Example
Text Example
White with #F6EC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EC12; }
p { color: rgb(246,236,18); }
H1.HeaderClassName
{
color: #F6EC12;
}
.AnyTagClassName
{
color: #F6EC12;
}
</style>
background-color css
<style>
a { background-color: #F6EC12; }
a { background-color: rgb(246,236,18); }
div.DivClassName
{
background-color: #F6EC12;
}
.BgClassName
{
background-color: #F6EC12;
}
</style>
border-color css
<style>
span { border-color: #F6EC12; }
span { border-color: rgb(246,236,18); }
td.TdClassName
{
border-color: #F6EC12;
}
.TagClassName
{
border-color: #F6EC12;
}
</style>