Shades of Harvest Gold #F4BC64
Tints of Harvest Gold #F4BC64
RGB
CMYK
RGB Variations
Color information
#F4BC64 (or 0xF4BC64) is known color: Harvest Gold. HEX triplet: F4, BC and 64. RGB value is (244,188,100). Sum of RGB (Red+Green+Blue) = 244+188+100=532 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.86% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BC64 is #0B439B. Grayscale: #C3C3C3. Windows color (decimal): -738204 or 6601972. OLE color: 6601972.
HSL color Cylindrical-coordinate representation of color #F4BC64: hue angle of 36.67º 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 #F4BC64 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 100 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.04 |
| HSL | 36.67º | 0.87% | 0.67% | - |
| HSV(B) | 36.67º | 0.59% | 0.96% | - |
| XYZ | 57.59 | 56.12 | 19.85 | - |
| YUV | 194.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 100 | 0 | 0.23 | 0.59 | 0.04 | 36.67 | 0.87 | 0.67 |
| Hex | F4 | BC | 64 | 0 | 17 | 3B | 4 | 25 | 57 | 43 |
| Octal | 364 | 274 | 144 | 0 | 27 | 73 | 4 | 45 | 127 | 103 |
| Binary | 11110100 | 10111100 | 1100100 | 0 | 10111 | 111011 | 100 | 100101 | 1010111 | 1000011 |
Color Harmonies of #F4BC64
Complementary color
Monochromatic Colors of #F4BC64
Black with #F4BC64
Text Example
Text Example
White with #F4BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC64; }
p { color: rgb(244,188,100); }
H1.HeaderClassName
{
color: #F4BC64;
}
.AnyTagClassName
{
color: #F4BC64;
}
</style>
background-color css
<style>
a { background-color: #F4BC64; }
a { background-color: rgb(244,188,100); }
div.DivClassName
{
background-color: #F4BC64;
}
.BgClassName
{
background-color: #F4BC64;
}
</style>
border-color css
<style>
span { border-color: #F4BC64; }
span { border-color: rgb(244,188,100); }
td.TdClassName
{
border-color: #F4BC64;
}
.TagClassName
{
border-color: #F4BC64;
}
</style>