Shades of Harvest Gold #F4B764
Tints of Harvest Gold #F4B764
RGB
CMYK
RGB Variations
Color information
#F4B764 (or 0xF4B764) is known color: Harvest Gold. HEX triplet: F4, B7 and 64. RGB value is (244,183,100). Sum of RGB (Red+Green+Blue) = 244+183+100=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B764 is #0B489B. Grayscale: #C0C0C0. Windows color (decimal): -739484 or 6600692. OLE color: 6600692.
HSL color Cylindrical-coordinate representation of color #F4B764: hue angle of 34.58º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F4B764 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 183 | 100 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.04 |
| HSL | 34.58º | 0.87% | 0.67% | - |
| HSV(B) | 34.58º | 0.59% | 0.96% | - |
| XYZ | 56.54 | 54.02 | 19.5 | - |
| YUV | 191.78 | 76.21 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 183 | 100 | 0 | 0.25 | 0.59 | 0.04 | 34.58 | 0.87 | 0.67 |
| Hex | F4 | B7 | 64 | 0 | 19 | 3B | 4 | 23 | 57 | 43 |
| Octal | 364 | 267 | 144 | 0 | 31 | 73 | 4 | 43 | 127 | 103 |
| Binary | 11110100 | 10110111 | 1100100 | 0 | 11001 | 111011 | 100 | 100011 | 1010111 | 1000011 |
Color Harmonies of #F4B764
Complementary color
Monochromatic Colors of #F4B764
Black with #F4B764
Text Example
Text Example
White with #F4B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B764; }
p { color: rgb(244,183,100); }
H1.HeaderClassName
{
color: #F4B764;
}
.AnyTagClassName
{
color: #F4B764;
}
</style>
background-color css
<style>
a { background-color: #F4B764; }
a { background-color: rgb(244,183,100); }
div.DivClassName
{
background-color: #F4B764;
}
.BgClassName
{
background-color: #F4B764;
}
</style>
border-color css
<style>
span { border-color: #F4B764; }
span { border-color: rgb(244,183,100); }
td.TdClassName
{
border-color: #F4B764;
}
.TagClassName
{
border-color: #F4B764;
}
</style>