Shades of Lemon #F7EC0E
Tints of Lemon #F7EC0E
RGB
CMYK
RGB Variations
Color information
#F7EC0E (or 0xF7EC0E) is known color: Lemon. HEX triplet: F7, EC and 0E. RGB value is (247,236,14). Sum of RGB (Red+Green+Blue) = 247+236+14=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 14 (5.86% from 255 or 2.82% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EC0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7EC0E is #0813F1. Grayscale: #D6D6D6. Windows color (decimal): -529394 or 978167. OLE color: 978167.
HSL color Cylindrical-coordinate representation of color #F7EC0E: hue angle of 57.17º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7EC0E is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 236 | 14 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.03 |
| HSL | 57.17º | 0.94% | 0.51% | - |
| HSV(B) | 57.17º | 0.94% | 0.97% | - |
| XYZ | 68.43 | 79.8 | 12.21 | - |
| YUV | 213.98 | 15.14 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 14 | 0 | 0.04 | 0.94 | 0.03 | 57.17 | 0.94 | 0.51 |
| Hex | F7 | EC | E | 0 | 4 | 5E | 3 | 39 | 5E | 33 |
| Octal | 367 | 354 | 16 | 0 | 4 | 136 | 3 | 71 | 136 | 63 |
| Binary | 11110111 | 11101100 | 1110 | 0 | 100 | 1011110 | 11 | 111001 | 1011110 | 110011 |
Color Harmonies of #F7EC0E
Complementary color
Monochromatic Colors of #F7EC0E
Black with #F7EC0E
Text Example
Text Example
White with #F7EC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EC0E; }
p { color: rgb(247,236,14); }
H1.HeaderClassName
{
color: #F7EC0E;
}
.AnyTagClassName
{
color: #F7EC0E;
}
</style>
background-color css
<style>
a { background-color: #F7EC0E; }
a { background-color: rgb(247,236,14); }
div.DivClassName
{
background-color: #F7EC0E;
}
.BgClassName
{
background-color: #F7EC0E;
}
</style>
border-color css
<style>
span { border-color: #F7EC0E; }
span { border-color: rgb(247,236,14); }
td.TdClassName
{
border-color: #F7EC0E;
}
.TagClassName
{
border-color: #F7EC0E;
}
</style>