Shades of Lemon #F5EC08
Tints of Lemon #F5EC08
RGB
CMYK
RGB Variations
Color information
#F5EC08 (or 0xF5EC08) is known color: Lemon. HEX triplet: F5, EC and 08. RGB value is (245,236,8). Sum of RGB (Red+Green+Blue) = 245+236+8=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 8 (3.52% from 255 or 1.64% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5EC08 is #0A13F7. Grayscale: #D5D5D5. Windows color (decimal): -660472 or 584949. OLE color: 584949.
HSL color Cylindrical-coordinate representation of color #F5EC08: hue angle of 57.72º 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 #F5EC08 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 8 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.04 |
| HSL | 57.72º | 0.94% | 0.5% | - |
| HSV(B) | 57.72º | 0.97% | 0.96% | - |
| XYZ | 67.7 | 79.42 | 11.99 | - |
| YUV | 212.7 | 12.48 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 8 | 0 | 0.04 | 0.97 | 0.04 | 57.72 | 0.94 | 0.5 |
| Hex | F5 | EC | 8 | 0 | 4 | 61 | 4 | 3A | 5E | 32 |
| Octal | 365 | 354 | 10 | 0 | 4 | 141 | 4 | 72 | 136 | 62 |
| Binary | 11110101 | 11101100 | 1000 | 0 | 100 | 1100001 | 100 | 111010 | 1011110 | 110010 |
Color Harmonies of #F5EC08
Complementary color
Monochromatic Colors of #F5EC08
Black with #F5EC08
Text Example
Text Example
White with #F5EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC08; }
p { color: rgb(245,236,8); }
H1.HeaderClassName
{
color: #F5EC08;
}
.AnyTagClassName
{
color: #F5EC08;
}
</style>
background-color css
<style>
a { background-color: #F5EC08; }
a { background-color: rgb(245,236,8); }
div.DivClassName
{
background-color: #F5EC08;
}
.BgClassName
{
background-color: #F5EC08;
}
</style>
border-color css
<style>
span { border-color: #F5EC08; }
span { border-color: rgb(245,236,8); }
td.TdClassName
{
border-color: #F5EC08;
}
.TagClassName
{
border-color: #F5EC08;
}
</style>