Shades of Lemon #F5E30A
Tints of Lemon #F5E30A
RGB
CMYK
RGB Variations
Color information
#F5E30A (or 0xF5E30A) is known color: Lemon. HEX triplet: F5, E3 and 0A. RGB value is (245,227,10). Sum of RGB (Red+Green+Blue) = 245+227+10=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 10 (4.30% from 255 or 2.07% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E30A is #0A1CF5. Grayscale: #D0D0D0. Windows color (decimal): -662774 or 713717. OLE color: 713717.
HSL color Cylindrical-coordinate representation of color #F5E30A: hue angle of 55.4º 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 #F5E30A is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 10 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.04 |
| HSL | 55.4º | 0.92% | 0.5% | - |
| HSV(B) | 55.4º | 0.96% | 0.96% | - |
| XYZ | 65.18 | 74.37 | 11.21 | - |
| YUV | 207.64 | 16.46 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 10 | 0 | 0.07 | 0.96 | 0.04 | 55.4 | 0.92 | 0.5 |
| Hex | F5 | E3 | A | 0 | 7 | 60 | 4 | 37 | 5C | 32 |
| Octal | 365 | 343 | 12 | 0 | 7 | 140 | 4 | 67 | 134 | 62 |
| Binary | 11110101 | 11100011 | 1010 | 0 | 111 | 1100000 | 100 | 110111 | 1011100 | 110010 |
Color Harmonies of #F5E30A
Complementary color
Monochromatic Colors of #F5E30A
Black with #F5E30A
Text Example
Text Example
White with #F5E30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E30A; }
p { color: rgb(245,227,10); }
H1.HeaderClassName
{
color: #F5E30A;
}
.AnyTagClassName
{
color: #F5E30A;
}
</style>
background-color css
<style>
a { background-color: #F5E30A; }
a { background-color: rgb(245,227,10); }
div.DivClassName
{
background-color: #F5E30A;
}
.BgClassName
{
background-color: #F5E30A;
}
</style>
border-color css
<style>
span { border-color: #F5E30A; }
span { border-color: rgb(245,227,10); }
td.TdClassName
{
border-color: #F5E30A;
}
.TagClassName
{
border-color: #F5E30A;
}
</style>