Shades of Lemon #F5E50E
Tints of Lemon #F5E50E
RGB
CMYK
RGB Variations
Color information
#F5E50E (or 0xF5E50E) is known color: Lemon. HEX triplet: F5, E5 and 0E. RGB value is (245,229,14). Sum of RGB (Red+Green+Blue) = 245+229+14=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 14 (5.86% from 255 or 2.87% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E50E is #0A1AF1. Grayscale: #D2D2D2. Windows color (decimal): -662258 or 976373. OLE color: 976373.
HSL color Cylindrical-coordinate representation of color #F5E50E: hue angle of 55.84º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5E50E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.04 |
| HSL | 55.84º | 0.92% | 0.51% | - |
| HSV(B) | 55.84º | 0.94% | 0.96% | - |
| XYZ | 65.75 | 75.48 | 11.52 | - |
| YUV | 209.27 | 17.8 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 14 | 0 | 0.07 | 0.94 | 0.04 | 55.84 | 0.92 | 0.51 |
| Hex | F5 | E5 | E | 0 | 7 | 5E | 4 | 38 | 5C | 33 |
| Octal | 365 | 345 | 16 | 0 | 7 | 136 | 4 | 70 | 134 | 63 |
| Binary | 11110101 | 11100101 | 1110 | 0 | 111 | 1011110 | 100 | 111000 | 1011100 | 110011 |
Color Harmonies of #F5E50E
Complementary color
Monochromatic Colors of #F5E50E
Black with #F5E50E
Text Example
Text Example
White with #F5E50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E50E; }
p { color: rgb(245,229,14); }
H1.HeaderClassName
{
color: #F5E50E;
}
.AnyTagClassName
{
color: #F5E50E;
}
</style>
background-color css
<style>
a { background-color: #F5E50E; }
a { background-color: rgb(245,229,14); }
div.DivClassName
{
background-color: #F5E50E;
}
.BgClassName
{
background-color: #F5E50E;
}
</style>
border-color css
<style>
span { border-color: #F5E50E; }
span { border-color: rgb(245,229,14); }
td.TdClassName
{
border-color: #F5E50E;
}
.TagClassName
{
border-color: #F5E50E;
}
</style>