Shades of Lemon #F7D916
Tints of Lemon #F7D916
RGB
CMYK
RGB Variations
Color information
#F7D916 (or 0xF7D916) is known color: Lemon. HEX triplet: F7, D9 and 16. RGB value is (247,217,22). Sum of RGB (Red+Green+Blue) = 247+217+22=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 22 (8.98% from 255 or 4.53% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D916 is #0826E9. Grayscale: #CCCCCC. Windows color (decimal): -534250 or 1497591. OLE color: 1497591.
HSL color Cylindrical-coordinate representation of color #F7D916: hue angle of 52º 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 #F7D916 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 22 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.03 |
| HSL | 52º | 0.93% | 0.53% | - |
| HSV(B) | 52º | 0.91% | 0.97% | - |
| XYZ | 63.32 | 69.46 | 10.83 | - |
| YUV | 203.74 | 25.44 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 22 | 0 | 0.12 | 0.91 | 0.03 | 52 | 0.93 | 0.53 |
| Hex | F7 | D9 | 16 | 0 | C | 5B | 3 | 34 | 5D | 35 |
| Octal | 367 | 331 | 26 | 0 | 14 | 133 | 3 | 64 | 135 | 65 |
| Binary | 11110111 | 11011001 | 10110 | 0 | 1100 | 1011011 | 11 | 110100 | 1011101 | 110101 |
Color Harmonies of #F7D916
Complementary color
Monochromatic Colors of #F7D916
Black with #F7D916
Text Example
Text Example
White with #F7D916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D916; }
p { color: rgb(247,217,22); }
H1.HeaderClassName
{
color: #F7D916;
}
.AnyTagClassName
{
color: #F7D916;
}
</style>
background-color css
<style>
a { background-color: #F7D916; }
a { background-color: rgb(247,217,22); }
div.DivClassName
{
background-color: #F7D916;
}
.BgClassName
{
background-color: #F7D916;
}
</style>
border-color css
<style>
span { border-color: #F7D916; }
span { border-color: rgb(247,217,22); }
td.TdClassName
{
border-color: #F7D916;
}
.TagClassName
{
border-color: #F7D916;
}
</style>