Shades of Lemon #F6E311
Tints of Lemon #F6E311
RGB
CMYK
RGB Variations
Color information
#F6E311 (or 0xF6E311) is known color: Lemon. HEX triplet: F6, E3 and 11. RGB value is (246,227,17). Sum of RGB (Red+Green+Blue) = 246+227+17=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 17 (7.03% from 255 or 3.47% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6E311 is #091CEE. Grayscale: #D1D1D1. Windows color (decimal): -597231 or 1172470. OLE color: 1172470.
HSL color Cylindrical-coordinate representation of color #F6E311: hue angle of 55.02º 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 #F6E311 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 227 | 17 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.04 |
| HSL | 55.02º | 0.93% | 0.52% | - |
| HSV(B) | 55.02º | 0.93% | 0.96% | - |
| XYZ | 65.58 | 74.57 | 11.47 | - |
| YUV | 208.74 | 19.79 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 227 | 17 | 0 | 0.08 | 0.93 | 0.04 | 55.02 | 0.93 | 0.52 |
| Hex | F6 | E3 | 11 | 0 | 8 | 5D | 4 | 37 | 5D | 34 |
| Octal | 366 | 343 | 21 | 0 | 10 | 135 | 4 | 67 | 135 | 64 |
| Binary | 11110110 | 11100011 | 10001 | 0 | 1000 | 1011101 | 100 | 110111 | 1011101 | 110100 |
Color Harmonies of #F6E311
Complementary color
Monochromatic Colors of #F6E311
Black with #F6E311
Text Example
Text Example
White with #F6E311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E311; }
p { color: rgb(246,227,17); }
H1.HeaderClassName
{
color: #F6E311;
}
.AnyTagClassName
{
color: #F6E311;
}
</style>
background-color css
<style>
a { background-color: #F6E311; }
a { background-color: rgb(246,227,17); }
div.DivClassName
{
background-color: #F6E311;
}
.BgClassName
{
background-color: #F6E311;
}
</style>
border-color css
<style>
span { border-color: #F6E311; }
span { border-color: rgb(246,227,17); }
td.TdClassName
{
border-color: #F6E311;
}
.TagClassName
{
border-color: #F6E311;
}
</style>