Shades of Lemon #F5E620
Tints of Lemon #F5E620
RGB
CMYK
RGB Variations
Color information
#F5E620 (or 0xF5E620) is known color: Lemon. HEX triplet: F5, E6 and 20. RGB value is (245,230,32). Sum of RGB (Red+Green+Blue) = 245+230+32=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 32 (12.89% from 255 or 6.31% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E620 is #0A19DF. Grayscale: #D4D4D4. Windows color (decimal): -661984 or 2156277. OLE color: 2156277.
HSL color Cylindrical-coordinate representation of color #F5E620: hue angle of 55.77º 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 #F5E620 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 32 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.04 |
| HSL | 55.77º | 0.91% | 0.54% | - |
| HSV(B) | 55.77º | 0.87% | 0.96% | - |
| XYZ | 66.21 | 76.11 | 12.57 | - |
| YUV | 211.91 | 26.47 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 32 | 0 | 0.06 | 0.87 | 0.04 | 55.77 | 0.91 | 0.54 |
| Hex | F5 | E6 | 20 | 0 | 6 | 57 | 4 | 38 | 5B | 36 |
| Octal | 365 | 346 | 40 | 0 | 6 | 127 | 4 | 70 | 133 | 66 |
| Binary | 11110101 | 11100110 | 100000 | 0 | 110 | 1010111 | 100 | 111000 | 1011011 | 110110 |
Color Harmonies of #F5E620
Complementary color
Monochromatic Colors of #F5E620
Black with #F5E620
Text Example
Text Example
White with #F5E620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E620; }
p { color: rgb(245,230,32); }
H1.HeaderClassName
{
color: #F5E620;
}
.AnyTagClassName
{
color: #F5E620;
}
</style>
background-color css
<style>
a { background-color: #F5E620; }
a { background-color: rgb(245,230,32); }
div.DivClassName
{
background-color: #F5E620;
}
.BgClassName
{
background-color: #F5E620;
}
</style>
border-color css
<style>
span { border-color: #F5E620; }
span { border-color: rgb(245,230,32); }
td.TdClassName
{
border-color: #F5E620;
}
.TagClassName
{
border-color: #F5E620;
}
</style>