Shades of Lemon #F4E805
Tints of Lemon #F4E805
RGB
CMYK
RGB Variations
Color information
#F4E805 (or 0xF4E805) is known color: Lemon. HEX triplet: F4, E8 and 05. RGB value is (244,232,5). Sum of RGB (Red+Green+Blue) = 244+232+5=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 5 (2.34% from 255 or 1.04% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E805 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4E805 is #0B17FA. Grayscale: #D2D2D2. Windows color (decimal): -727035 or 387316. OLE color: 387316.
HSL color Cylindrical-coordinate representation of color #F4E805: hue angle of 56.99º 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 #F4E805 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 232 | 5 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.04 |
| HSL | 56.99º | 0.96% | 0.49% | - |
| HSV(B) | 56.99º | 0.98% | 0.96% | - |
| XYZ | 66.19 | 76.96 | 11.51 | - |
| YUV | 209.71 | 12.48 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 232 | 5 | 0 | 0.05 | 0.98 | 0.04 | 56.99 | 0.96 | 0.49 |
| Hex | F4 | E8 | 5 | 0 | 5 | 62 | 4 | 39 | 60 | 31 |
| Octal | 364 | 350 | 5 | 0 | 5 | 142 | 4 | 71 | 140 | 61 |
| Binary | 11110100 | 11101000 | 101 | 0 | 101 | 1100010 | 100 | 111001 | 1100000 | 110001 |
Color Harmonies of #F4E805
Complementary color
Monochromatic Colors of #F4E805
Black with #F4E805
Text Example
Text Example
White with #F4E805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E805; }
p { color: rgb(244,232,5); }
H1.HeaderClassName
{
color: #F4E805;
}
.AnyTagClassName
{
color: #F4E805;
}
</style>
background-color css
<style>
a { background-color: #F4E805; }
a { background-color: rgb(244,232,5); }
div.DivClassName
{
background-color: #F4E805;
}
.BgClassName
{
background-color: #F4E805;
}
</style>
border-color css
<style>
span { border-color: #F4E805; }
span { border-color: rgb(244,232,5); }
td.TdClassName
{
border-color: #F4E805;
}
.TagClassName
{
border-color: #F4E805;
}
</style>