Shades of Lemon #F5E508
Tints of Lemon #F5E508
RGB
CMYK
RGB Variations
Color information
#F5E508 (or 0xF5E508) is known color: Lemon. HEX triplet: F5, E5 and 08. RGB value is (245,229,8). Sum of RGB (Red+Green+Blue) = 245+229+8=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 8 (3.52% from 255 or 1.66% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E508 is #0A1AF7. Grayscale: #D1D1D1. Windows color (decimal): -662264 or 583157. OLE color: 583157.
HSL color Cylindrical-coordinate representation of color #F5E508: hue angle of 55.95º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5E508 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 8 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.04 |
| HSL | 55.95º | 0.94% | 0.5% | - |
| HSV(B) | 55.95º | 0.97% | 0.96% | - |
| XYZ | 65.72 | 75.47 | 11.33 | - |
| YUV | 208.59 | 14.8 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 8 | 0 | 0.07 | 0.97 | 0.04 | 55.95 | 0.94 | 0.5 |
| Hex | F5 | E5 | 8 | 0 | 7 | 61 | 4 | 38 | 5E | 32 |
| Octal | 365 | 345 | 10 | 0 | 7 | 141 | 4 | 70 | 136 | 62 |
| Binary | 11110101 | 11100101 | 1000 | 0 | 111 | 1100001 | 100 | 111000 | 1011110 | 110010 |
Color Harmonies of #F5E508
Complementary color
Monochromatic Colors of #F5E508
Black with #F5E508
Text Example
Text Example
White with #F5E508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E508; }
p { color: rgb(245,229,8); }
H1.HeaderClassName
{
color: #F5E508;
}
.AnyTagClassName
{
color: #F5E508;
}
</style>
background-color css
<style>
a { background-color: #F5E508; }
a { background-color: rgb(245,229,8); }
div.DivClassName
{
background-color: #F5E508;
}
.BgClassName
{
background-color: #F5E508;
}
</style>
border-color css
<style>
span { border-color: #F5E508; }
span { border-color: rgb(245,229,8); }
td.TdClassName
{
border-color: #F5E508;
}
.TagClassName
{
border-color: #F5E508;
}
</style>