Shades of Lemon #F5E709
Tints of Lemon #F5E709
RGB
CMYK
RGB Variations
Color information
#F5E709 (or 0xF5E709) is known color: Lemon. HEX triplet: F5, E7 and 09. RGB value is (245,231,9). Sum of RGB (Red+Green+Blue) = 245+231+9=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 9 (3.91% from 255 or 1.86% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E709 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E709 is #0A18F6. Grayscale: #D2D2D2. Windows color (decimal): -661751 or 649205. OLE color: 649205.
HSL color Cylindrical-coordinate representation of color #F5E709: hue angle of 56.44º 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 #F5E709 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.04 |
| HSL | 56.44º | 0.93% | 0.5% | - |
| HSV(B) | 56.44º | 0.96% | 0.96% | - |
| XYZ | 66.28 | 76.58 | 11.55 | - |
| YUV | 209.88 | 14.64 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 9 | 0 | 0.06 | 0.96 | 0.04 | 56.44 | 0.93 | 0.5 |
| Hex | F5 | E7 | 9 | 0 | 6 | 60 | 4 | 38 | 5D | 32 |
| Octal | 365 | 347 | 11 | 0 | 6 | 140 | 4 | 70 | 135 | 62 |
| Binary | 11110101 | 11100111 | 1001 | 0 | 110 | 1100000 | 100 | 111000 | 1011101 | 110010 |
Color Harmonies of #F5E709
Complementary color
Monochromatic Colors of #F5E709
Black with #F5E709
Text Example
Text Example
White with #F5E709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E709; }
p { color: rgb(245,231,9); }
H1.HeaderClassName
{
color: #F5E709;
}
.AnyTagClassName
{
color: #F5E709;
}
</style>
background-color css
<style>
a { background-color: #F5E709; }
a { background-color: rgb(245,231,9); }
div.DivClassName
{
background-color: #F5E709;
}
.BgClassName
{
background-color: #F5E709;
}
</style>
border-color css
<style>
span { border-color: #F5E709; }
span { border-color: rgb(245,231,9); }
td.TdClassName
{
border-color: #F5E709;
}
.TagClassName
{
border-color: #F5E709;
}
</style>