Shades of Lemon #F5E509
Tints of Lemon #F5E509
RGB
CMYK
RGB Variations
Color information
#F5E509 (or 0xF5E509) is known color: Lemon. HEX triplet: F5, E5 and 09. RGB value is (245,229,9). Sum of RGB (Red+Green+Blue) = 245+229+9=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 9 (3.91% from 255 or 1.86% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E509 is #0A1AF6. Grayscale: #D1D1D1. Windows color (decimal): -662263 or 648693. OLE color: 648693.
HSL color Cylindrical-coordinate representation of color #F5E509: hue angle of 55.93º degrees, saturation: 0.93, 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 #F5E509 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 9 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.04 |
| HSL | 55.93º | 0.93% | 0.5% | - |
| HSV(B) | 55.93º | 0.96% | 0.96% | - |
| XYZ | 65.72 | 75.47 | 11.36 | - |
| YUV | 208.7 | 15.3 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 9 | 0 | 0.07 | 0.96 | 0.04 | 55.93 | 0.93 | 0.5 |
| Hex | F5 | E5 | 9 | 0 | 7 | 60 | 4 | 38 | 5D | 32 |
| Octal | 365 | 345 | 11 | 0 | 7 | 140 | 4 | 70 | 135 | 62 |
| Binary | 11110101 | 11100101 | 1001 | 0 | 111 | 1100000 | 100 | 111000 | 1011101 | 110010 |
Color Harmonies of #F5E509
Complementary color
Monochromatic Colors of #F5E509
Black with #F5E509
Text Example
Text Example
White with #F5E509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E509; }
p { color: rgb(245,229,9); }
H1.HeaderClassName
{
color: #F5E509;
}
.AnyTagClassName
{
color: #F5E509;
}
</style>
background-color css
<style>
a { background-color: #F5E509; }
a { background-color: rgb(245,229,9); }
div.DivClassName
{
background-color: #F5E509;
}
.BgClassName
{
background-color: #F5E509;
}
</style>
border-color css
<style>
span { border-color: #F5E509; }
span { border-color: rgb(245,229,9); }
td.TdClassName
{
border-color: #F5E509;
}
.TagClassName
{
border-color: #F5E509;
}
</style>