Shades of Lemon #F6E412
Tints of Lemon #F6E412
RGB
CMYK
RGB Variations
Color information
#F6E412 (or 0xF6E412) is known color: Lemon. HEX triplet: F6, E4 and 12. RGB value is (246,228,18). Sum of RGB (Red+Green+Blue) = 246+228+18=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 18 (7.42% from 255 or 3.66% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6E412 is #091BED. Grayscale: #D2D2D2. Windows color (decimal): -596974 or 1238262. OLE color: 1238262.
HSL color Cylindrical-coordinate representation of color #F6E412: hue angle of 55.26º 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 #F6E412 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 228 | 18 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.04 |
| HSL | 55.26º | 0.93% | 0.52% | - |
| HSV(B) | 55.26º | 0.93% | 0.96% | - |
| XYZ | 65.86 | 75.12 | 11.6 | - |
| YUV | 209.44 | 19.96 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 228 | 18 | 0 | 0.07 | 0.93 | 0.04 | 55.26 | 0.93 | 0.52 |
| Hex | F6 | E4 | 12 | 0 | 7 | 5D | 4 | 37 | 5D | 34 |
| Octal | 366 | 344 | 22 | 0 | 7 | 135 | 4 | 67 | 135 | 64 |
| Binary | 11110110 | 11100100 | 10010 | 0 | 111 | 1011101 | 100 | 110111 | 1011101 | 110100 |
Color Harmonies of #F6E412
Complementary color
Monochromatic Colors of #F6E412
Black with #F6E412
Text Example
Text Example
White with #F6E412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E412; }
p { color: rgb(246,228,18); }
H1.HeaderClassName
{
color: #F6E412;
}
.AnyTagClassName
{
color: #F6E412;
}
</style>
background-color css
<style>
a { background-color: #F6E412; }
a { background-color: rgb(246,228,18); }
div.DivClassName
{
background-color: #F6E412;
}
.BgClassName
{
background-color: #F6E412;
}
</style>
border-color css
<style>
span { border-color: #F6E412; }
span { border-color: rgb(246,228,18); }
td.TdClassName
{
border-color: #F6E412;
}
.TagClassName
{
border-color: #F6E412;
}
</style>