Shades of Lemon #F5E20A
Tints of Lemon #F5E20A
RGB
CMYK
RGB Variations
Color information
#F5E20A (or 0xF5E20A) is known color: Lemon. HEX triplet: F5, E2 and 0A. RGB value is (245,226,10). Sum of RGB (Red+Green+Blue) = 245+226+10=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 10 (4.30% from 255 or 2.08% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E20A is #0A1DF5. Grayscale: #CFCFCF. Windows color (decimal): -663030 or 713461. OLE color: 713461.
HSL color Cylindrical-coordinate representation of color #F5E20A: hue angle of 55.15º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5E20A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 10 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.04 |
| HSL | 55.15º | 0.92% | 0.5% | - |
| HSV(B) | 55.15º | 0.96% | 0.96% | - |
| XYZ | 64.91 | 73.83 | 11.12 | - |
| YUV | 207.06 | 16.79 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 10 | 0 | 0.08 | 0.96 | 0.04 | 55.15 | 0.92 | 0.5 |
| Hex | F5 | E2 | A | 0 | 8 | 60 | 4 | 37 | 5C | 32 |
| Octal | 365 | 342 | 12 | 0 | 10 | 140 | 4 | 67 | 134 | 62 |
| Binary | 11110101 | 11100010 | 1010 | 0 | 1000 | 1100000 | 100 | 110111 | 1011100 | 110010 |
Color Harmonies of #F5E20A
Complementary color
Monochromatic Colors of #F5E20A
Black with #F5E20A
Text Example
Text Example
White with #F5E20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E20A; }
p { color: rgb(245,226,10); }
H1.HeaderClassName
{
color: #F5E20A;
}
.AnyTagClassName
{
color: #F5E20A;
}
</style>
background-color css
<style>
a { background-color: #F5E20A; }
a { background-color: rgb(245,226,10); }
div.DivClassName
{
background-color: #F5E20A;
}
.BgClassName
{
background-color: #F5E20A;
}
</style>
border-color css
<style>
span { border-color: #F5E20A; }
span { border-color: rgb(245,226,10); }
td.TdClassName
{
border-color: #F5E20A;
}
.TagClassName
{
border-color: #F5E20A;
}
</style>