Shades of Lemon #F7E50C
Tints of Lemon #F7E50C
RGB
CMYK
RGB Variations
Color information
#F7E50C (or 0xF7E50C) is known color: Lemon. HEX triplet: F7, E5 and 0C. RGB value is (247,229,12). Sum of RGB (Red+Green+Blue) = 247+229+12=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 12 (5.08% from 255 or 2.46% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7E50C is #081AF3. Grayscale: #D2D2D2. Windows color (decimal): -531188 or 845303. OLE color: 845303.
HSL color Cylindrical-coordinate representation of color #F7E50C: hue angle of 55.4º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7E50C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 229 | 12 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.03 |
| HSL | 55.4º | 0.94% | 0.51% | - |
| HSV(B) | 55.4º | 0.95% | 0.97% | - |
| XYZ | 66.44 | 75.84 | 11.48 | - |
| YUV | 209.64 | 16.46 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 229 | 12 | 0 | 0.07 | 0.95 | 0.03 | 55.4 | 0.94 | 0.51 |
| Hex | F7 | E5 | C | 0 | 7 | 5F | 3 | 37 | 5E | 33 |
| Octal | 367 | 345 | 14 | 0 | 7 | 137 | 3 | 67 | 136 | 63 |
| Binary | 11110111 | 11100101 | 1100 | 0 | 111 | 1011111 | 11 | 110111 | 1011110 | 110011 |
Color Harmonies of #F7E50C
Complementary color
Monochromatic Colors of #F7E50C
Black with #F7E50C
Text Example
Text Example
White with #F7E50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E50C; }
p { color: rgb(247,229,12); }
H1.HeaderClassName
{
color: #F7E50C;
}
.AnyTagClassName
{
color: #F7E50C;
}
</style>
background-color css
<style>
a { background-color: #F7E50C; }
a { background-color: rgb(247,229,12); }
div.DivClassName
{
background-color: #F7E50C;
}
.BgClassName
{
background-color: #F7E50C;
}
</style>
border-color css
<style>
span { border-color: #F7E50C; }
span { border-color: rgb(247,229,12); }
td.TdClassName
{
border-color: #F7E50C;
}
.TagClassName
{
border-color: #F7E50C;
}
</style>