Shades of Lemon #F5E819
Tints of Lemon #F5E819
RGB
CMYK
RGB Variations
Color information
#F5E819 (or 0xF5E819) is known color: Lemon. HEX triplet: F5, E8 and 19. RGB value is (245,232,25). Sum of RGB (Red+Green+Blue) = 245+232+25=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 25 (10.16% from 255 or 4.98% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E819 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E819 is #0A17E6. Grayscale: #D5D5D5. Windows color (decimal): -661479 or 1698037. OLE color: 1698037.
HSL color Cylindrical-coordinate representation of color #F5E819: hue angle of 56.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5E819 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 25 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.04 |
| HSL | 56.45º | 0.92% | 0.53% | - |
| HSV(B) | 56.45º | 0.9% | 0.96% | - |
| XYZ | 66.69 | 77.2 | 12.31 | - |
| YUV | 212.29 | 22.31 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 25 | 0 | 0.05 | 0.90 | 0.04 | 56.45 | 0.92 | 0.53 |
| Hex | F5 | E8 | 19 | 0 | 5 | 5A | 4 | 38 | 5C | 35 |
| Octal | 365 | 350 | 31 | 0 | 5 | 132 | 4 | 70 | 134 | 65 |
| Binary | 11110101 | 11101000 | 11001 | 0 | 101 | 1011010 | 100 | 111000 | 1011100 | 110101 |
Color Harmonies of #F5E819
Complementary color
Monochromatic Colors of #F5E819
Black with #F5E819
Text Example
Text Example
White with #F5E819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E819; }
p { color: rgb(245,232,25); }
H1.HeaderClassName
{
color: #F5E819;
}
.AnyTagClassName
{
color: #F5E819;
}
</style>
background-color css
<style>
a { background-color: #F5E819; }
a { background-color: rgb(245,232,25); }
div.DivClassName
{
background-color: #F5E819;
}
.BgClassName
{
background-color: #F5E819;
}
</style>
border-color css
<style>
span { border-color: #F5E819; }
span { border-color: rgb(245,232,25); }
td.TdClassName
{
border-color: #F5E819;
}
.TagClassName
{
border-color: #F5E819;
}
</style>