Shades of Lemon #F5E804
Tints of Lemon #F5E804
RGB
CMYK
RGB Variations
Color information
#F5E804 (or 0xF5E804) is known color: Lemon. HEX triplet: F5, E8 and 04. RGB value is (245,232,4). Sum of RGB (Red+Green+Blue) = 245+232+4=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 4 (1.95% from 255 or 0.83% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E804 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E804 is #0A17FB. Grayscale: #D2D2D2. Windows color (decimal): -661500 or 321781. OLE color: 321781.
HSL color Cylindrical-coordinate representation of color #F5E804: hue angle of 56.76º degrees, saturation: 0.97, 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 #F5E804 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.04 |
| HSL | 56.76º | 0.97% | 0.49% | - |
| HSV(B) | 56.76º | 0.98% | 0.96% | - |
| XYZ | 66.53 | 77.13 | 11.5 | - |
| YUV | 209.9 | 11.81 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 4 | 0 | 0.05 | 0.98 | 0.04 | 56.76 | 0.97 | 0.49 |
| Hex | F5 | E8 | 4 | 0 | 5 | 62 | 4 | 39 | 61 | 31 |
| Octal | 365 | 350 | 4 | 0 | 5 | 142 | 4 | 71 | 141 | 61 |
| Binary | 11110101 | 11101000 | 100 | 0 | 101 | 1100010 | 100 | 111001 | 1100001 | 110001 |
Color Harmonies of #F5E804
Complementary color
Monochromatic Colors of #F5E804
Black with #F5E804
Text Example
Text Example
White with #F5E804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E804; }
p { color: rgb(245,232,4); }
H1.HeaderClassName
{
color: #F5E804;
}
.AnyTagClassName
{
color: #F5E804;
}
</style>
background-color css
<style>
a { background-color: #F5E804; }
a { background-color: rgb(245,232,4); }
div.DivClassName
{
background-color: #F5E804;
}
.BgClassName
{
background-color: #F5E804;
}
</style>
border-color css
<style>
span { border-color: #F5E804; }
span { border-color: rgb(245,232,4); }
td.TdClassName
{
border-color: #F5E804;
}
.TagClassName
{
border-color: #F5E804;
}
</style>