Shades of Lemon #F5E109
Tints of Lemon #F5E109
RGB
CMYK
RGB Variations
Color information
#F5E109 (or 0xF5E109) is known color: Lemon. HEX triplet: F5, E1 and 09. RGB value is (245,225,9). Sum of RGB (Red+Green+Blue) = 245+225+9=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 9 (3.91% from 255 or 1.88% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E109 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E109 is #0A1EF6. Grayscale: #CFCFCF. Windows color (decimal): -663287 or 647669. OLE color: 647669.
HSL color Cylindrical-coordinate representation of color #F5E109: hue angle of 54.92º 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 #F5E109 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 9 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.04 |
| HSL | 54.92º | 0.93% | 0.5% | - |
| HSV(B) | 54.92º | 0.96% | 0.96% | - |
| XYZ | 64.63 | 73.28 | 11 | - |
| YUV | 206.36 | 16.63 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 9 | 0 | 0.08 | 0.96 | 0.04 | 54.92 | 0.93 | 0.5 |
| Hex | F5 | E1 | 9 | 0 | 8 | 60 | 4 | 37 | 5D | 32 |
| Octal | 365 | 341 | 11 | 0 | 10 | 140 | 4 | 67 | 135 | 62 |
| Binary | 11110101 | 11100001 | 1001 | 0 | 1000 | 1100000 | 100 | 110111 | 1011101 | 110010 |
Color Harmonies of #F5E109
Complementary color
Monochromatic Colors of #F5E109
Black with #F5E109
Text Example
Text Example
White with #F5E109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E109; }
p { color: rgb(245,225,9); }
H1.HeaderClassName
{
color: #F5E109;
}
.AnyTagClassName
{
color: #F5E109;
}
</style>
background-color css
<style>
a { background-color: #F5E109; }
a { background-color: rgb(245,225,9); }
div.DivClassName
{
background-color: #F5E109;
}
.BgClassName
{
background-color: #F5E109;
}
</style>
border-color css
<style>
span { border-color: #F5E109; }
span { border-color: rgb(245,225,9); }
td.TdClassName
{
border-color: #F5E109;
}
.TagClassName
{
border-color: #F5E109;
}
</style>