Shades of Lemon #F7E50E
Tints of Lemon #F7E50E
RGB
CMYK
RGB Variations
Color information
#F7E50E (or 0xF7E50E) is known color: Lemon. HEX triplet: F7, E5 and 0E. RGB value is (247,229,14). Sum of RGB (Red+Green+Blue) = 247+229+14=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 14 (5.86% from 255 or 2.86% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7E50E is #081AF1. Grayscale: #D2D2D2. Windows color (decimal): -531186 or 976375. OLE color: 976375.
HSL color Cylindrical-coordinate representation of color #F7E50E: hue angle of 55.36º 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 #F7E50E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 229 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.03 |
| HSL | 55.36º | 0.94% | 0.51% | - |
| HSV(B) | 55.36º | 0.94% | 0.97% | - |
| XYZ | 66.46 | 75.84 | 11.55 | - |
| YUV | 209.87 | 17.46 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 229 | 14 | 0 | 0.07 | 0.94 | 0.03 | 55.36 | 0.94 | 0.51 |
| Hex | F7 | E5 | E | 0 | 7 | 5E | 3 | 37 | 5E | 33 |
| Octal | 367 | 345 | 16 | 0 | 7 | 136 | 3 | 67 | 136 | 63 |
| Binary | 11110111 | 11100101 | 1110 | 0 | 111 | 1011110 | 11 | 110111 | 1011110 | 110011 |
Color Harmonies of #F7E50E
Complementary color
Monochromatic Colors of #F7E50E
Black with #F7E50E
Text Example
Text Example
White with #F7E50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E50E; }
p { color: rgb(247,229,14); }
H1.HeaderClassName
{
color: #F7E50E;
}
.AnyTagClassName
{
color: #F7E50E;
}
</style>
background-color css
<style>
a { background-color: #F7E50E; }
a { background-color: rgb(247,229,14); }
div.DivClassName
{
background-color: #F7E50E;
}
.BgClassName
{
background-color: #F7E50E;
}
</style>
border-color css
<style>
span { border-color: #F7E50E; }
span { border-color: rgb(247,229,14); }
td.TdClassName
{
border-color: #F7E50E;
}
.TagClassName
{
border-color: #F7E50E;
}
</style>