Shades of Lemon #F6E10B
Tints of Lemon #F6E10B
RGB
CMYK
RGB Variations
Color information
#F6E10B (or 0xF6E10B) is known color: Lemon. HEX triplet: F6, E1 and 0B. RGB value is (246,225,11). Sum of RGB (Red+Green+Blue) = 246+225+11=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 11 (4.69% from 255 or 2.28% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6E10B is #091EF4. Grayscale: #CFCFCF. Windows color (decimal): -597749 or 778742. OLE color: 778742.
HSL color Cylindrical-coordinate representation of color #F6E10B: hue angle of 54.64º 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 #F6E10B is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 11 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.04 |
| HSL | 54.64º | 0.93% | 0.5% | - |
| HSV(B) | 54.64º | 0.96% | 0.96% | - |
| XYZ | 64.99 | 73.47 | 11.07 | - |
| YUV | 206.88 | 17.46 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 11 | 0 | 0.09 | 0.96 | 0.04 | 54.64 | 0.93 | 0.5 |
| Hex | F6 | E1 | B | 0 | 9 | 60 | 4 | 37 | 5D | 32 |
| Octal | 366 | 341 | 13 | 0 | 11 | 140 | 4 | 67 | 135 | 62 |
| Binary | 11110110 | 11100001 | 1011 | 0 | 1001 | 1100000 | 100 | 110111 | 1011101 | 110010 |
Color Harmonies of #F6E10B
Complementary color
Monochromatic Colors of #F6E10B
Black with #F6E10B
Text Example
Text Example
White with #F6E10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E10B; }
p { color: rgb(246,225,11); }
H1.HeaderClassName
{
color: #F6E10B;
}
.AnyTagClassName
{
color: #F6E10B;
}
</style>
background-color css
<style>
a { background-color: #F6E10B; }
a { background-color: rgb(246,225,11); }
div.DivClassName
{
background-color: #F6E10B;
}
.BgClassName
{
background-color: #F6E10B;
}
</style>
border-color css
<style>
span { border-color: #F6E10B; }
span { border-color: rgb(246,225,11); }
td.TdClassName
{
border-color: #F6E10B;
}
.TagClassName
{
border-color: #F6E10B;
}
</style>