Shades of Lemon #F5EC12
Tints of Lemon #F5EC12
RGB
CMYK
RGB Variations
Color information
#F5EC12 (or 0xF5EC12) is known color: Lemon. HEX triplet: F5, EC and 12. RGB value is (245,236,18). Sum of RGB (Red+Green+Blue) = 245+236+18=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 18 (7.42% from 255 or 3.61% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5EC12 is #0A13ED. Grayscale: #D6D6D6. Windows color (decimal): -660462 or 1240309. OLE color: 1240309.
HSL color Cylindrical-coordinate representation of color #F5EC12: hue angle of 57.62º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5EC12 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 18 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.04 |
| HSL | 57.62º | 0.92% | 0.52% | - |
| HSV(B) | 57.62º | 0.93% | 0.96% | - |
| XYZ | 67.76 | 79.45 | 12.34 | - |
| YUV | 213.84 | 17.48 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 18 | 0 | 0.04 | 0.93 | 0.04 | 57.62 | 0.92 | 0.52 |
| Hex | F5 | EC | 12 | 0 | 4 | 5D | 4 | 3A | 5C | 34 |
| Octal | 365 | 354 | 22 | 0 | 4 | 135 | 4 | 72 | 134 | 64 |
| Binary | 11110101 | 11101100 | 10010 | 0 | 100 | 1011101 | 100 | 111010 | 1011100 | 110100 |
Color Harmonies of #F5EC12
Complementary color
Monochromatic Colors of #F5EC12
Black with #F5EC12
Text Example
Text Example
White with #F5EC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC12; }
p { color: rgb(245,236,18); }
H1.HeaderClassName
{
color: #F5EC12;
}
.AnyTagClassName
{
color: #F5EC12;
}
</style>
background-color css
<style>
a { background-color: #F5EC12; }
a { background-color: rgb(245,236,18); }
div.DivClassName
{
background-color: #F5EC12;
}
.BgClassName
{
background-color: #F5EC12;
}
</style>
border-color css
<style>
span { border-color: #F5EC12; }
span { border-color: rgb(245,236,18); }
td.TdClassName
{
border-color: #F5EC12;
}
.TagClassName
{
border-color: #F5EC12;
}
</style>