Shades of Harvest Gold #F7C163
Tints of Harvest Gold #F7C163
RGB
CMYK
RGB Variations
Color information
#F7C163 (or 0xF7C163) is known color: Harvest Gold. HEX triplet: F7, C1 and 63. RGB value is (247,193,99). Sum of RGB (Red+Green+Blue) = 247+193+99=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C163 is #083E9C. Grayscale: #C6C6C6. Windows color (decimal): -540317 or 6537719. OLE color: 6537719.
HSL color Cylindrical-coordinate representation of color #F7C163: hue angle of 38.11º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F7C163 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 193 | 99 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.03 |
| HSL | 38.11º | 0.9% | 0.68% | - |
| HSV(B) | 38.11º | 0.6% | 0.97% | - |
| XYZ | 59.68 | 58.81 | 20.01 | - |
| YUV | 198.43 | 71.89 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 193 | 99 | 0 | 0.22 | 0.60 | 0.03 | 38.11 | 0.9 | 0.68 |
| Hex | F7 | C1 | 63 | 0 | 16 | 3C | 3 | 26 | 5A | 44 |
| Octal | 367 | 301 | 143 | 0 | 26 | 74 | 3 | 46 | 132 | 104 |
| Binary | 11110111 | 11000001 | 1100011 | 0 | 10110 | 111100 | 11 | 100110 | 1011010 | 1000100 |
Color Harmonies of #F7C163
Complementary color
Monochromatic Colors of #F7C163
Black with #F7C163
Text Example
Text Example
White with #F7C163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C163; }
p { color: rgb(247,193,99); }
H1.HeaderClassName
{
color: #F7C163;
}
.AnyTagClassName
{
color: #F7C163;
}
</style>
background-color css
<style>
a { background-color: #F7C163; }
a { background-color: rgb(247,193,99); }
div.DivClassName
{
background-color: #F7C163;
}
.BgClassName
{
background-color: #F7C163;
}
</style>
border-color css
<style>
span { border-color: #F7C163; }
span { border-color: rgb(247,193,99); }
td.TdClassName
{
border-color: #F7C163;
}
.TagClassName
{
border-color: #F7C163;
}
</style>