Shades of Harvest Gold #F4BC63
Tints of Harvest Gold #F4BC63
RGB
CMYK
RGB Variations
Color information
#F4BC63 (or 0xF4BC63) is known color: Harvest Gold. HEX triplet: F4, BC and 63. RGB value is (244,188,99). Sum of RGB (Red+Green+Blue) = 244+188+99=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BC63 is #0B439C. Grayscale: #C3C3C3. Windows color (decimal): -738205 or 6536436. OLE color: 6536436.
HSL color Cylindrical-coordinate representation of color #F4BC63: hue angle of 36.83º 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 #F4BC63 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 99 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.04 |
| HSL | 36.83º | 0.87% | 0.67% | - |
| HSV(B) | 36.83º | 0.59% | 0.96% | - |
| XYZ | 57.54 | 56.1 | 19.6 | - |
| YUV | 194.6 | 74.05 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 99 | 0 | 0.23 | 0.59 | 0.04 | 36.83 | 0.87 | 0.67 |
| Hex | F4 | BC | 63 | 0 | 17 | 3B | 4 | 25 | 57 | 43 |
| Octal | 364 | 274 | 143 | 0 | 27 | 73 | 4 | 45 | 127 | 103 |
| Binary | 11110100 | 10111100 | 1100011 | 0 | 10111 | 111011 | 100 | 100101 | 1010111 | 1000011 |
Color Harmonies of #F4BC63
Complementary color
Monochromatic Colors of #F4BC63
Black with #F4BC63
Text Example
Text Example
White with #F4BC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC63; }
p { color: rgb(244,188,99); }
H1.HeaderClassName
{
color: #F4BC63;
}
.AnyTagClassName
{
color: #F4BC63;
}
</style>
background-color css
<style>
a { background-color: #F4BC63; }
a { background-color: rgb(244,188,99); }
div.DivClassName
{
background-color: #F4BC63;
}
.BgClassName
{
background-color: #F4BC63;
}
</style>
border-color css
<style>
span { border-color: #F4BC63; }
span { border-color: rgb(244,188,99); }
td.TdClassName
{
border-color: #F4BC63;
}
.TagClassName
{
border-color: #F4BC63;
}
</style>