Shades of Lemon #F7D913
Tints of Lemon #F7D913
RGB
CMYK
RGB Variations
Color information
#F7D913 (or 0xF7D913) is known color: Lemon. HEX triplet: F7, D9 and 13. RGB value is (247,217,19). Sum of RGB (Red+Green+Blue) = 247+217+19=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 19 (7.81% from 255 or 3.93% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D913 is #0826EC. Grayscale: #CCCCCC. Windows color (decimal): -534253 or 1300983. OLE color: 1300983.
HSL color Cylindrical-coordinate representation of color #F7D913: hue angle of 52.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7D913 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 19 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.03 |
| HSL | 52.11º | 0.93% | 0.52% | - |
| HSV(B) | 52.11º | 0.92% | 0.97% | - |
| XYZ | 63.29 | 69.45 | 10.69 | - |
| YUV | 203.4 | 23.94 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 19 | 0 | 0.12 | 0.92 | 0.03 | 52.11 | 0.93 | 0.52 |
| Hex | F7 | D9 | 13 | 0 | C | 5C | 3 | 34 | 5D | 34 |
| Octal | 367 | 331 | 23 | 0 | 14 | 134 | 3 | 64 | 135 | 64 |
| Binary | 11110111 | 11011001 | 10011 | 0 | 1100 | 1011100 | 11 | 110100 | 1011101 | 110100 |
Color Harmonies of #F7D913
Complementary color
Monochromatic Colors of #F7D913
Black with #F7D913
Text Example
Text Example
White with #F7D913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D913; }
p { color: rgb(247,217,19); }
H1.HeaderClassName
{
color: #F7D913;
}
.AnyTagClassName
{
color: #F7D913;
}
</style>
background-color css
<style>
a { background-color: #F7D913; }
a { background-color: rgb(247,217,19); }
div.DivClassName
{
background-color: #F7D913;
}
.BgClassName
{
background-color: #F7D913;
}
</style>
border-color css
<style>
span { border-color: #F7D913; }
span { border-color: rgb(247,217,19); }
td.TdClassName
{
border-color: #F7D913;
}
.TagClassName
{
border-color: #F7D913;
}
</style>