Shades of Lemon #F7EC12
Tints of Lemon #F7EC12
RGB
CMYK
RGB Variations
Color information
#F7EC12 (or 0xF7EC12) is known color: Lemon. HEX triplet: F7, EC and 12. RGB value is (247,236,18). Sum of RGB (Red+Green+Blue) = 247+236+18=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 18 (7.42% from 255 or 3.59% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7EC12 is #0813ED. Grayscale: #D7D7D7. Windows color (decimal): -529390 or 1240311. OLE color: 1240311.
HSL color Cylindrical-coordinate representation of color #F7EC12: hue angle of 57.12º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7EC12 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 236 | 18 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.03 |
| HSL | 57.12º | 0.93% | 0.52% | - |
| HSV(B) | 57.12º | 0.93% | 0.97% | - |
| XYZ | 68.46 | 79.81 | 12.37 | - |
| YUV | 214.44 | 17.14 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 18 | 0 | 0.04 | 0.93 | 0.03 | 57.12 | 0.93 | 0.52 |
| Hex | F7 | EC | 12 | 0 | 4 | 5D | 3 | 39 | 5D | 34 |
| Octal | 367 | 354 | 22 | 0 | 4 | 135 | 3 | 71 | 135 | 64 |
| Binary | 11110111 | 11101100 | 10010 | 0 | 100 | 1011101 | 11 | 111001 | 1011101 | 110100 |
Color Harmonies of #F7EC12
Complementary color
Monochromatic Colors of #F7EC12
Black with #F7EC12
Text Example
Text Example
White with #F7EC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EC12; }
p { color: rgb(247,236,18); }
H1.HeaderClassName
{
color: #F7EC12;
}
.AnyTagClassName
{
color: #F7EC12;
}
</style>
background-color css
<style>
a { background-color: #F7EC12; }
a { background-color: rgb(247,236,18); }
div.DivClassName
{
background-color: #F7EC12;
}
.BgClassName
{
background-color: #F7EC12;
}
</style>
border-color css
<style>
span { border-color: #F7EC12; }
span { border-color: rgb(247,236,18); }
td.TdClassName
{
border-color: #F7EC12;
}
.TagClassName
{
border-color: #F7EC12;
}
</style>