Shades of Harvest Gold #F4B970
Tints of Harvest Gold #F4B970
RGB
CMYK
RGB Variations
Color information
#F4B970 (or 0xF4B970) is known color: Harvest Gold. HEX triplet: F4, B9 and 70. RGB value is (244,185,112). Sum of RGB (Red+Green+Blue) = 244+185+112=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B970 is #0B468F. Grayscale: #C2C2C2. Windows color (decimal): -738960 or 7387636. OLE color: 7387636.
HSL color Cylindrical-coordinate representation of color #F4B970: hue angle of 33.18º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F4B970 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 185 | 112 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.04 |
| HSL | 33.18º | 0.86% | 0.7% | - |
| HSV(B) | 33.18º | 0.54% | 0.96% | - |
| XYZ | 57.58 | 55.1 | 22.93 | - |
| YUV | 194.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 185 | 112 | 0 | 0.24 | 0.54 | 0.04 | 33.18 | 0.86 | 0.7 |
| Hex | F4 | B9 | 70 | 0 | 18 | 36 | 4 | 21 | 56 | 46 |
| Octal | 364 | 271 | 160 | 0 | 30 | 66 | 4 | 41 | 126 | 106 |
| Binary | 11110100 | 10111001 | 1110000 | 0 | 11000 | 110110 | 100 | 100001 | 1010110 | 1000110 |
Color Harmonies of #F4B970
Complementary color
Monochromatic Colors of #F4B970
Black with #F4B970
Text Example
Text Example
White with #F4B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B970; }
p { color: rgb(244,185,112); }
H1.HeaderClassName
{
color: #F4B970;
}
.AnyTagClassName
{
color: #F4B970;
}
</style>
background-color css
<style>
a { background-color: #F4B970; }
a { background-color: rgb(244,185,112); }
div.DivClassName
{
background-color: #F4B970;
}
.BgClassName
{
background-color: #F4B970;
}
</style>
border-color css
<style>
span { border-color: #F4B970; }
span { border-color: rgb(244,185,112); }
td.TdClassName
{
border-color: #F4B970;
}
.TagClassName
{
border-color: #F4B970;
}
</style>