Shades of Lemon #F6E40B
Tints of Lemon #F6E40B
RGB
CMYK
RGB Variations
Color information
#F6E40B (or 0xF6E40B) is known color: Lemon. HEX triplet: F6, E4 and 0B. RGB value is (246,228,11). Sum of RGB (Red+Green+Blue) = 246+228+11=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 11 (4.69% from 255 or 2.27% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6E40B is #091BF4. Grayscale: #D1D1D1. Windows color (decimal): -596981 or 779510. OLE color: 779510.
HSL color Cylindrical-coordinate representation of color #F6E40B: hue angle of 55.4º 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 #F6E40B is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 228 | 11 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.04 |
| HSL | 55.4º | 0.93% | 0.5% | - |
| HSV(B) | 55.4º | 0.96% | 0.96% | - |
| XYZ | 65.81 | 75.1 | 11.34 | - |
| YUV | 208.64 | 16.46 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 228 | 11 | 0 | 0.07 | 0.96 | 0.04 | 55.4 | 0.93 | 0.5 |
| Hex | F6 | E4 | B | 0 | 7 | 60 | 4 | 37 | 5D | 32 |
| Octal | 366 | 344 | 13 | 0 | 7 | 140 | 4 | 67 | 135 | 62 |
| Binary | 11110110 | 11100100 | 1011 | 0 | 111 | 1100000 | 100 | 110111 | 1011101 | 110010 |
Color Harmonies of #F6E40B
Complementary color
Monochromatic Colors of #F6E40B
Black with #F6E40B
Text Example
Text Example
White with #F6E40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E40B; }
p { color: rgb(246,228,11); }
H1.HeaderClassName
{
color: #F6E40B;
}
.AnyTagClassName
{
color: #F6E40B;
}
</style>
background-color css
<style>
a { background-color: #F6E40B; }
a { background-color: rgb(246,228,11); }
div.DivClassName
{
background-color: #F6E40B;
}
.BgClassName
{
background-color: #F6E40B;
}
</style>
border-color css
<style>
span { border-color: #F6E40B; }
span { border-color: rgb(246,228,11); }
td.TdClassName
{
border-color: #F6E40B;
}
.TagClassName
{
border-color: #F6E40B;
}
</style>