Shades of Harvest Gold #F7C164
Tints of Harvest Gold #F7C164
RGB
CMYK
RGB Variations
Color information
#F7C164 (or 0xF7C164) is known color: Harvest Gold. HEX triplet: F7, C1 and 64. RGB value is (247,193,100). Sum of RGB (Red+Green+Blue) = 247+193+100=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C164 is #083E9B. Grayscale: #C6C6C6. Windows color (decimal): -540316 or 6603255. OLE color: 6603255.
HSL color Cylindrical-coordinate representation of color #F7C164: hue angle of 37.96º 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 #F7C164 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 193 | 100 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.03 |
| HSL | 37.96º | 0.9% | 0.68% | - |
| HSV(B) | 37.96º | 0.6% | 0.97% | - |
| XYZ | 59.73 | 58.83 | 20.26 | - |
| YUV | 198.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 193 | 100 | 0 | 0.22 | 0.60 | 0.03 | 37.96 | 0.9 | 0.68 |
| Hex | F7 | C1 | 64 | 0 | 16 | 3C | 3 | 26 | 5A | 44 |
| Octal | 367 | 301 | 144 | 0 | 26 | 74 | 3 | 46 | 132 | 104 |
| Binary | 11110111 | 11000001 | 1100100 | 0 | 10110 | 111100 | 11 | 100110 | 1011010 | 1000100 |
Color Harmonies of #F7C164
Complementary color
Monochromatic Colors of #F7C164
Black with #F7C164
Text Example
Text Example
White with #F7C164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C164; }
p { color: rgb(247,193,100); }
H1.HeaderClassName
{
color: #F7C164;
}
.AnyTagClassName
{
color: #F7C164;
}
</style>
background-color css
<style>
a { background-color: #F7C164; }
a { background-color: rgb(247,193,100); }
div.DivClassName
{
background-color: #F7C164;
}
.BgClassName
{
background-color: #F7C164;
}
</style>
border-color css
<style>
span { border-color: #F7C164; }
span { border-color: rgb(247,193,100); }
td.TdClassName
{
border-color: #F7C164;
}
.TagClassName
{
border-color: #F7C164;
}
</style>