Shades of Lemon #F5E408
Tints of Lemon #F5E408
RGB
CMYK
RGB Variations
Color information
#F5E408 (or 0xF5E408) is known color: Lemon. HEX triplet: F5, E4 and 08. RGB value is (245,228,8). Sum of RGB (Red+Green+Blue) = 245+228+8=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 8 (3.52% from 255 or 1.66% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E408 is #0A1BF7. Grayscale: #D0D0D0. Windows color (decimal): -662520 or 582901. OLE color: 582901.
HSL color Cylindrical-coordinate representation of color #F5E408: hue angle of 55.7º 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 #F5E408 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 228 | 8 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.04 |
| HSL | 55.7º | 0.94% | 0.5% | - |
| HSV(B) | 55.7º | 0.97% | 0.96% | - |
| XYZ | 65.44 | 74.92 | 11.24 | - |
| YUV | 208 | 15.13 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 228 | 8 | 0 | 0.07 | 0.97 | 0.04 | 55.7 | 0.94 | 0.5 |
| Hex | F5 | E4 | 8 | 0 | 7 | 61 | 4 | 38 | 5E | 32 |
| Octal | 365 | 344 | 10 | 0 | 7 | 141 | 4 | 70 | 136 | 62 |
| Binary | 11110101 | 11100100 | 1000 | 0 | 111 | 1100001 | 100 | 111000 | 1011110 | 110010 |
Color Harmonies of #F5E408
Complementary color
Monochromatic Colors of #F5E408
Black with #F5E408
Text Example
Text Example
White with #F5E408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E408; }
p { color: rgb(245,228,8); }
H1.HeaderClassName
{
color: #F5E408;
}
.AnyTagClassName
{
color: #F5E408;
}
</style>
background-color css
<style>
a { background-color: #F5E408; }
a { background-color: rgb(245,228,8); }
div.DivClassName
{
background-color: #F5E408;
}
.BgClassName
{
background-color: #F5E408;
}
</style>
border-color css
<style>
span { border-color: #F5E408; }
span { border-color: rgb(245,228,8); }
td.TdClassName
{
border-color: #F5E408;
}
.TagClassName
{
border-color: #F5E408;
}
</style>