Shades of Lemon #F7E516
Tints of Lemon #F7E516
RGB
CMYK
RGB Variations
Color information
#F7E516 (or 0xF7E516) is known color: Lemon. HEX triplet: F7, E5 and 16. RGB value is (247,229,22). Sum of RGB (Red+Green+Blue) = 247+229+22=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 22 (8.98% from 255 or 4.42% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7E516 is #081AE9. Grayscale: #D3D3D3. Windows color (decimal): -531178 or 1500663. OLE color: 1500663.
HSL color Cylindrical-coordinate representation of color #F7E516: hue angle of 55.2º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7E516 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 229 | 22 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.03 |
| HSL | 55.2º | 0.93% | 0.53% | - |
| HSV(B) | 55.2º | 0.91% | 0.97% | - |
| XYZ | 66.52 | 75.87 | 11.9 | - |
| YUV | 210.78 | 21.46 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 229 | 22 | 0 | 0.07 | 0.91 | 0.03 | 55.2 | 0.93 | 0.53 |
| Hex | F7 | E5 | 16 | 0 | 7 | 5B | 3 | 37 | 5D | 35 |
| Octal | 367 | 345 | 26 | 0 | 7 | 133 | 3 | 67 | 135 | 65 |
| Binary | 11110111 | 11100101 | 10110 | 0 | 111 | 1011011 | 11 | 110111 | 1011101 | 110101 |
Color Harmonies of #F7E516
Complementary color
Monochromatic Colors of #F7E516
Black with #F7E516
Text Example
Text Example
White with #F7E516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E516; }
p { color: rgb(247,229,22); }
H1.HeaderClassName
{
color: #F7E516;
}
.AnyTagClassName
{
color: #F7E516;
}
</style>
background-color css
<style>
a { background-color: #F7E516; }
a { background-color: rgb(247,229,22); }
div.DivClassName
{
background-color: #F7E516;
}
.BgClassName
{
background-color: #F7E516;
}
</style>
border-color css
<style>
span { border-color: #F7E516; }
span { border-color: rgb(247,229,22); }
td.TdClassName
{
border-color: #F7E516;
}
.TagClassName
{
border-color: #F7E516;
}
</style>