Shades of Lemon #F5E805
Tints of Lemon #F5E805
RGB
CMYK
RGB Variations
Color information
#F5E805 (or 0xF5E805) is known color: Lemon. HEX triplet: F5, E8 and 05. RGB value is (245,232,5). Sum of RGB (Red+Green+Blue) = 245+232+5=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 5 (2.34% from 255 or 1.04% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E805 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E805 is #0A17FA. Grayscale: #D2D2D2. Windows color (decimal): -661499 or 387317. OLE color: 387317.
HSL color Cylindrical-coordinate representation of color #F5E805: hue angle of 56.75º 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 #F5E805 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 5 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.04 |
| HSL | 56.75º | 0.96% | 0.49% | - |
| HSV(B) | 56.75º | 0.98% | 0.96% | - |
| XYZ | 66.54 | 77.14 | 11.53 | - |
| YUV | 210.01 | 12.31 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 5 | 0 | 0.05 | 0.98 | 0.04 | 56.75 | 0.96 | 0.49 |
| Hex | F5 | E8 | 5 | 0 | 5 | 62 | 4 | 39 | 60 | 31 |
| Octal | 365 | 350 | 5 | 0 | 5 | 142 | 4 | 71 | 140 | 61 |
| Binary | 11110101 | 11101000 | 101 | 0 | 101 | 1100010 | 100 | 111001 | 1100000 | 110001 |
Color Harmonies of #F5E805
Complementary color
Monochromatic Colors of #F5E805
Black with #F5E805
Text Example
Text Example
White with #F5E805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E805; }
p { color: rgb(245,232,5); }
H1.HeaderClassName
{
color: #F5E805;
}
.AnyTagClassName
{
color: #F5E805;
}
</style>
background-color css
<style>
a { background-color: #F5E805; }
a { background-color: rgb(245,232,5); }
div.DivClassName
{
background-color: #F5E805;
}
.BgClassName
{
background-color: #F5E805;
}
</style>
border-color css
<style>
span { border-color: #F5E805; }
span { border-color: rgb(245,232,5); }
td.TdClassName
{
border-color: #F5E805;
}
.TagClassName
{
border-color: #F5E805;
}
</style>