Shades of Lemon #F7E50D
Tints of Lemon #F7E50D
RGB
CMYK
RGB Variations
Color information
#F7E50D (or 0xF7E50D) is known color: Lemon. HEX triplet: F7, E5 and 0D. RGB value is (247,229,13). Sum of RGB (Red+Green+Blue) = 247+229+13=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 13 (5.47% from 255 or 2.66% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7E50D is #081AF2. Grayscale: #D2D2D2. Windows color (decimal): -531187 or 910839. OLE color: 910839.
HSL color Cylindrical-coordinate representation of color #F7E50D: hue angle of 55.38º 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 #F7E50D is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 229 | 13 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.03 |
| HSL | 55.38º | 0.94% | 0.51% | - |
| HSV(B) | 55.38º | 0.95% | 0.97% | - |
| XYZ | 66.45 | 75.84 | 11.52 | - |
| YUV | 209.76 | 16.96 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 229 | 13 | 0 | 0.07 | 0.95 | 0.03 | 55.38 | 0.94 | 0.51 |
| Hex | F7 | E5 | D | 0 | 7 | 5F | 3 | 37 | 5E | 33 |
| Octal | 367 | 345 | 15 | 0 | 7 | 137 | 3 | 67 | 136 | 63 |
| Binary | 11110111 | 11100101 | 1101 | 0 | 111 | 1011111 | 11 | 110111 | 1011110 | 110011 |
Color Harmonies of #F7E50D
Complementary color
Monochromatic Colors of #F7E50D
Black with #F7E50D
Text Example
Text Example
White with #F7E50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E50D; }
p { color: rgb(247,229,13); }
H1.HeaderClassName
{
color: #F7E50D;
}
.AnyTagClassName
{
color: #F7E50D;
}
</style>
background-color css
<style>
a { background-color: #F7E50D; }
a { background-color: rgb(247,229,13); }
div.DivClassName
{
background-color: #F7E50D;
}
.BgClassName
{
background-color: #F7E50D;
}
</style>
border-color css
<style>
span { border-color: #F7E50D; }
span { border-color: rgb(247,229,13); }
td.TdClassName
{
border-color: #F7E50D;
}
.TagClassName
{
border-color: #F7E50D;
}
</style>