Shades of Lemon #F6E40C
Tints of Lemon #F6E40C
RGB
CMYK
RGB Variations
Color information
#F6E40C (or 0xF6E40C) is known color: Lemon. HEX triplet: F6, E4 and 0C. RGB value is (246,228,12). Sum of RGB (Red+Green+Blue) = 246+228+12=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 12 (5.08% from 255 or 2.47% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6E40C is #091BF3. Grayscale: #D1D1D1. Windows color (decimal): -596980 or 845046. OLE color: 845046.
HSL color Cylindrical-coordinate representation of color #F6E40C: hue angle of 55.38º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6E40C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 228 | 12 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.04 |
| HSL | 55.38º | 0.93% | 0.51% | - |
| HSV(B) | 55.38º | 0.95% | 0.96% | - |
| XYZ | 65.82 | 75.11 | 11.38 | - |
| YUV | 208.76 | 16.96 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 228 | 12 | 0 | 0.07 | 0.95 | 0.04 | 55.38 | 0.93 | 0.51 |
| Hex | F6 | E4 | C | 0 | 7 | 5F | 4 | 37 | 5D | 33 |
| Octal | 366 | 344 | 14 | 0 | 7 | 137 | 4 | 67 | 135 | 63 |
| Binary | 11110110 | 11100100 | 1100 | 0 | 111 | 1011111 | 100 | 110111 | 1011101 | 110011 |
Color Harmonies of #F6E40C
Complementary color
Monochromatic Colors of #F6E40C
Black with #F6E40C
Text Example
Text Example
White with #F6E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E40C; }
p { color: rgb(246,228,12); }
H1.HeaderClassName
{
color: #F6E40C;
}
.AnyTagClassName
{
color: #F6E40C;
}
</style>
background-color css
<style>
a { background-color: #F6E40C; }
a { background-color: rgb(246,228,12); }
div.DivClassName
{
background-color: #F6E40C;
}
.BgClassName
{
background-color: #F6E40C;
}
</style>
border-color css
<style>
span { border-color: #F6E40C; }
span { border-color: rgb(246,228,12); }
td.TdClassName
{
border-color: #F6E40C;
}
.TagClassName
{
border-color: #F6E40C;
}
</style>