Shades of Lemon #F6E805
Tints of Lemon #F6E805
RGB
CMYK
RGB Variations
Color information
#F6E805 (or 0xF6E805) is known color: Lemon. HEX triplet: F6, E8 and 05. RGB value is (246,232,5). Sum of RGB (Red+Green+Blue) = 246+232+5=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 5 (2.34% from 255 or 1.04% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E805 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6E805 is #0917FA. Grayscale: #D3D3D3. Windows color (decimal): -595963 or 387318. OLE color: 387318.
HSL color Cylindrical-coordinate representation of color #F6E805: hue angle of 56.51º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6E805 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 232 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.04 |
| HSL | 56.51º | 0.96% | 0.49% | - |
| HSV(B) | 56.51º | 0.98% | 0.96% | - |
| XYZ | 66.89 | 77.32 | 11.54 | - |
| YUV | 210.31 | 12.14 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 232 | 5 | 0 | 0.06 | 0.98 | 0.04 | 56.51 | 0.96 | 0.49 |
| Hex | F6 | E8 | 5 | 0 | 6 | 62 | 4 | 39 | 60 | 31 |
| Octal | 366 | 350 | 5 | 0 | 6 | 142 | 4 | 71 | 140 | 61 |
| Binary | 11110110 | 11101000 | 101 | 0 | 110 | 1100010 | 100 | 111001 | 1100000 | 110001 |
Color Harmonies of #F6E805
Complementary color
Monochromatic Colors of #F6E805
Black with #F6E805
Text Example
Text Example
White with #F6E805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E805; }
p { color: rgb(246,232,5); }
H1.HeaderClassName
{
color: #F6E805;
}
.AnyTagClassName
{
color: #F6E805;
}
</style>
background-color css
<style>
a { background-color: #F6E805; }
a { background-color: rgb(246,232,5); }
div.DivClassName
{
background-color: #F6E805;
}
.BgClassName
{
background-color: #F6E805;
}
</style>
border-color css
<style>
span { border-color: #F6E805; }
span { border-color: rgb(246,232,5); }
td.TdClassName
{
border-color: #F6E805;
}
.TagClassName
{
border-color: #F6E805;
}
</style>