Shades of Lemon #F5E520
Tints of Lemon #F5E520
RGB
CMYK
RGB Variations
Color information
#F5E520 (or 0xF5E520) is known color: Lemon. HEX triplet: F5, E5 and 20. RGB value is (245,229,32). Sum of RGB (Red+Green+Blue) = 245+229+32=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 32 (12.89% from 255 or 6.32% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E520 is #0A1ADF. Grayscale: #D4D4D4. Windows color (decimal): -662240 or 2156021. OLE color: 2156021.
HSL color Cylindrical-coordinate representation of color #F5E520: hue angle of 55.49º 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 #F5E520 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 32 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.04 |
| HSL | 55.49º | 0.91% | 0.54% | - |
| HSV(B) | 55.49º | 0.87% | 0.96% | - |
| XYZ | 65.94 | 75.56 | 12.47 | - |
| YUV | 211.33 | 26.8 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 32 | 0 | 0.07 | 0.87 | 0.04 | 55.49 | 0.91 | 0.54 |
| Hex | F5 | E5 | 20 | 0 | 7 | 57 | 4 | 37 | 5B | 36 |
| Octal | 365 | 345 | 40 | 0 | 7 | 127 | 4 | 67 | 133 | 66 |
| Binary | 11110101 | 11100101 | 100000 | 0 | 111 | 1010111 | 100 | 110111 | 1011011 | 110110 |
Color Harmonies of #F5E520
Complementary color
Monochromatic Colors of #F5E520
Black with #F5E520
Text Example
Text Example
White with #F5E520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E520; }
p { color: rgb(245,229,32); }
H1.HeaderClassName
{
color: #F5E520;
}
.AnyTagClassName
{
color: #F5E520;
}
</style>
background-color css
<style>
a { background-color: #F5E520; }
a { background-color: rgb(245,229,32); }
div.DivClassName
{
background-color: #F5E520;
}
.BgClassName
{
background-color: #F5E520;
}
</style>
border-color css
<style>
span { border-color: #F5E520; }
span { border-color: rgb(245,229,32); }
td.TdClassName
{
border-color: #F5E520;
}
.TagClassName
{
border-color: #F5E520;
}
</style>