Shades of Lemon #F5E806
Tints of Lemon #F5E806
RGB
CMYK
RGB Variations
Color information
#F5E806 (or 0xF5E806) is known color: Lemon. HEX triplet: F5, E8 and 06. RGB value is (245,232,6). Sum of RGB (Red+Green+Blue) = 245+232+6=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 6 (2.73% from 255 or 1.24% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E806 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E806 is #0A17F9. Grayscale: #D3D3D3. Windows color (decimal): -661498 or 452853. OLE color: 452853.
HSL color Cylindrical-coordinate representation of color #F5E806: hue angle of 56.74º degrees, saturation: 0.95, 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 #F5E806 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 6 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.04 |
| HSL | 56.74º | 0.95% | 0.49% | - |
| HSV(B) | 56.74º | 0.98% | 0.96% | - |
| XYZ | 66.55 | 77.14 | 11.55 | - |
| YUV | 210.12 | 12.81 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 6 | 0 | 0.05 | 0.98 | 0.04 | 56.74 | 0.95 | 0.49 |
| Hex | F5 | E8 | 6 | 0 | 5 | 62 | 4 | 39 | 5F | 31 |
| Octal | 365 | 350 | 6 | 0 | 5 | 142 | 4 | 71 | 137 | 61 |
| Binary | 11110101 | 11101000 | 110 | 0 | 101 | 1100010 | 100 | 111001 | 1011111 | 110001 |
Color Harmonies of #F5E806
Complementary color
Monochromatic Colors of #F5E806
Black with #F5E806
Text Example
Text Example
White with #F5E806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E806; }
p { color: rgb(245,232,6); }
H1.HeaderClassName
{
color: #F5E806;
}
.AnyTagClassName
{
color: #F5E806;
}
</style>
background-color css
<style>
a { background-color: #F5E806; }
a { background-color: rgb(245,232,6); }
div.DivClassName
{
background-color: #F5E806;
}
.BgClassName
{
background-color: #F5E806;
}
</style>
border-color css
<style>
span { border-color: #F5E806; }
span { border-color: rgb(245,232,6); }
td.TdClassName
{
border-color: #F5E806;
}
.TagClassName
{
border-color: #F5E806;
}
</style>