Shades of Lemon #F5E120
Tints of Lemon #F5E120
RGB
CMYK
RGB Variations
Color information
#F5E120 (or 0xF5E120) is known color: Lemon. HEX triplet: F5, E1 and 20. RGB value is (245,225,32). Sum of RGB (Red+Green+Blue) = 245+225+32=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 32 (12.89% from 255 or 6.37% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E120 is #0A1EDF. Grayscale: #D1D1D1. Windows color (decimal): -663264 or 2154997. OLE color: 2154997.
HSL color Cylindrical-coordinate representation of color #F5E120: hue angle of 54.37º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5E120 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 32 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.04 |
| HSL | 54.37º | 0.91% | 0.54% | - |
| HSV(B) | 54.37º | 0.87% | 0.96% | - |
| XYZ | 64.84 | 73.37 | 12.11 | - |
| YUV | 208.98 | 28.13 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 32 | 0 | 0.08 | 0.87 | 0.04 | 54.37 | 0.91 | 0.54 |
| Hex | F5 | E1 | 20 | 0 | 8 | 57 | 4 | 36 | 5B | 36 |
| Octal | 365 | 341 | 40 | 0 | 10 | 127 | 4 | 66 | 133 | 66 |
| Binary | 11110101 | 11100001 | 100000 | 0 | 1000 | 1010111 | 100 | 110110 | 1011011 | 110110 |
Color Harmonies of #F5E120
Complementary color
Monochromatic Colors of #F5E120
Black with #F5E120
Text Example
Text Example
White with #F5E120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E120; }
p { color: rgb(245,225,32); }
H1.HeaderClassName
{
color: #F5E120;
}
.AnyTagClassName
{
color: #F5E120;
}
</style>
background-color css
<style>
a { background-color: #F5E120; }
a { background-color: rgb(245,225,32); }
div.DivClassName
{
background-color: #F5E120;
}
.BgClassName
{
background-color: #F5E120;
}
</style>
border-color css
<style>
span { border-color: #F5E120; }
span { border-color: rgb(245,225,32); }
td.TdClassName
{
border-color: #F5E120;
}
.TagClassName
{
border-color: #F5E120;
}
</style>