Shades of Lemon #F5EC0B
Tints of Lemon #F5EC0B
RGB
CMYK
RGB Variations
Color information
#F5EC0B (or 0xF5EC0B) is known color: Lemon. HEX triplet: F5, EC and 0B. RGB value is (245,236,11). Sum of RGB (Red+Green+Blue) = 245+236+11=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 11 (4.69% from 255 or 2.24% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5EC0B is #0A13F4. Grayscale: #D5D5D5. Windows color (decimal): -660469 or 781557. OLE color: 781557.
HSL color Cylindrical-coordinate representation of color #F5EC0B: hue angle of 57.69º degrees, saturation: 0.92, 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 #F5EC0B is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 11 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.04 |
| HSL | 57.69º | 0.92% | 0.5% | - |
| HSV(B) | 57.69º | 0.96% | 0.96% | - |
| XYZ | 67.71 | 79.43 | 12.08 | - |
| YUV | 213.04 | 13.98 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 11 | 0 | 0.04 | 0.96 | 0.04 | 57.69 | 0.92 | 0.5 |
| Hex | F5 | EC | B | 0 | 4 | 60 | 4 | 3A | 5C | 32 |
| Octal | 365 | 354 | 13 | 0 | 4 | 140 | 4 | 72 | 134 | 62 |
| Binary | 11110101 | 11101100 | 1011 | 0 | 100 | 1100000 | 100 | 111010 | 1011100 | 110010 |
Color Harmonies of #F5EC0B
Complementary color
Monochromatic Colors of #F5EC0B
Black with #F5EC0B
Text Example
Text Example
White with #F5EC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC0B; }
p { color: rgb(245,236,11); }
H1.HeaderClassName
{
color: #F5EC0B;
}
.AnyTagClassName
{
color: #F5EC0B;
}
</style>
background-color css
<style>
a { background-color: #F5EC0B; }
a { background-color: rgb(245,236,11); }
div.DivClassName
{
background-color: #F5EC0B;
}
.BgClassName
{
background-color: #F5EC0B;
}
</style>
border-color css
<style>
span { border-color: #F5EC0B; }
span { border-color: rgb(245,236,11); }
td.TdClassName
{
border-color: #F5EC0B;
}
.TagClassName
{
border-color: #F5EC0B;
}
</style>