Shades of Lemon #F5EC02
Tints of Lemon #F5EC02
RGB
CMYK
RGB Variations
Color information
#F5EC02 (or 0xF5EC02) is known color: Lemon. HEX triplet: F5, EC and 02. RGB value is (245,236,2). Sum of RGB (Red+Green+Blue) = 245+236+2=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 2 (1.17% from 255 or 0.41% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5EC02 is #0A13FD. Grayscale: #D4D4D4. Windows color (decimal): -660478 or 191733. OLE color: 191733.
HSL color Cylindrical-coordinate representation of color #F5EC02: hue angle of 57.78º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5EC02 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.04 |
| HSL | 57.78º | 0.98% | 0.48% | - |
| HSV(B) | 57.78º | 0.99% | 0.96% | - |
| XYZ | 67.66 | 79.41 | 11.82 | - |
| YUV | 212.02 | 9.48 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 2 | 0 | 0.04 | 0.99 | 0.04 | 57.78 | 0.98 | 0.48 |
| Hex | F5 | EC | 2 | 0 | 4 | 63 | 4 | 3A | 62 | 30 |
| Octal | 365 | 354 | 2 | 0 | 4 | 143 | 4 | 72 | 142 | 60 |
| Binary | 11110101 | 11101100 | 10 | 0 | 100 | 1100011 | 100 | 111010 | 1100010 | 110000 |
Color Harmonies of #F5EC02
Complementary color
Monochromatic Colors of #F5EC02
Black with #F5EC02
Text Example
Text Example
White with #F5EC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC02; }
p { color: rgb(245,236,2); }
H1.HeaderClassName
{
color: #F5EC02;
}
.AnyTagClassName
{
color: #F5EC02;
}
</style>
background-color css
<style>
a { background-color: #F5EC02; }
a { background-color: rgb(245,236,2); }
div.DivClassName
{
background-color: #F5EC02;
}
.BgClassName
{
background-color: #F5EC02;
}
</style>
border-color css
<style>
span { border-color: #F5EC02; }
span { border-color: rgb(245,236,2); }
td.TdClassName
{
border-color: #F5EC02;
}
.TagClassName
{
border-color: #F5EC02;
}
</style>