Shades of Lemon #F5E50A
Tints of Lemon #F5E50A
RGB
CMYK
RGB Variations
Color information
#F5E50A (or 0xF5E50A) is known color: Lemon. HEX triplet: F5, E5 and 0A. RGB value is (245,229,10). Sum of RGB (Red+Green+Blue) = 245+229+10=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 10 (4.30% from 255 or 2.07% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E50A is #0A1AF5. Grayscale: #D1D1D1. Windows color (decimal): -662262 or 714229. OLE color: 714229.
HSL color Cylindrical-coordinate representation of color #F5E50A: hue angle of 55.91º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5E50A is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 10 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.04 |
| HSL | 55.91º | 0.92% | 0.5% | - |
| HSV(B) | 55.91º | 0.96% | 0.96% | - |
| XYZ | 65.73 | 75.47 | 11.39 | - |
| YUV | 208.82 | 15.8 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 10 | 0 | 0.07 | 0.96 | 0.04 | 55.91 | 0.92 | 0.5 |
| Hex | F5 | E5 | A | 0 | 7 | 60 | 4 | 38 | 5C | 32 |
| Octal | 365 | 345 | 12 | 0 | 7 | 140 | 4 | 70 | 134 | 62 |
| Binary | 11110101 | 11100101 | 1010 | 0 | 111 | 1100000 | 100 | 111000 | 1011100 | 110010 |
Color Harmonies of #F5E50A
Complementary color
Monochromatic Colors of #F5E50A
Black with #F5E50A
Text Example
Text Example
White with #F5E50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E50A; }
p { color: rgb(245,229,10); }
H1.HeaderClassName
{
color: #F5E50A;
}
.AnyTagClassName
{
color: #F5E50A;
}
</style>
background-color css
<style>
a { background-color: #F5E50A; }
a { background-color: rgb(245,229,10); }
div.DivClassName
{
background-color: #F5E50A;
}
.BgClassName
{
background-color: #F5E50A;
}
</style>
border-color css
<style>
span { border-color: #F5E50A; }
span { border-color: rgb(245,229,10); }
td.TdClassName
{
border-color: #F5E50A;
}
.TagClassName
{
border-color: #F5E50A;
}
</style>