Shades of Harvest Gold #F4BD63
Tints of Harvest Gold #F4BD63
RGB
CMYK
RGB Variations
Color information
#F4BD63 (or 0xF4BD63) is known color: Harvest Gold. HEX triplet: F4, BD and 63. RGB value is (244,189,99). Sum of RGB (Red+Green+Blue) = 244+189+99=532 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.86% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BD63 is #0B429C. Grayscale: #C3C3C3. Windows color (decimal): -737949 or 6536692. OLE color: 6536692.
HSL color Cylindrical-coordinate representation of color #F4BD63: hue angle of 37.24º 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 #F4BD63 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 99 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.04 |
| HSL | 37.24º | 0.87% | 0.67% | - |
| HSV(B) | 37.24º | 0.59% | 0.96% | - |
| XYZ | 57.76 | 56.53 | 19.67 | - |
| YUV | 195.19 | 73.72 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 99 | 0 | 0.23 | 0.59 | 0.04 | 37.24 | 0.87 | 0.67 |
| Hex | F4 | BD | 63 | 0 | 17 | 3B | 4 | 25 | 57 | 43 |
| Octal | 364 | 275 | 143 | 0 | 27 | 73 | 4 | 45 | 127 | 103 |
| Binary | 11110100 | 10111101 | 1100011 | 0 | 10111 | 111011 | 100 | 100101 | 1010111 | 1000011 |
Color Harmonies of #F4BD63
Complementary color
Monochromatic Colors of #F4BD63
Black with #F4BD63
Text Example
Text Example
White with #F4BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BD63; }
p { color: rgb(244,189,99); }
H1.HeaderClassName
{
color: #F4BD63;
}
.AnyTagClassName
{
color: #F4BD63;
}
</style>
background-color css
<style>
a { background-color: #F4BD63; }
a { background-color: rgb(244,189,99); }
div.DivClassName
{
background-color: #F4BD63;
}
.BgClassName
{
background-color: #F4BD63;
}
</style>
border-color css
<style>
span { border-color: #F4BD63; }
span { border-color: rgb(244,189,99); }
td.TdClassName
{
border-color: #F4BD63;
}
.TagClassName
{
border-color: #F4BD63;
}
</style>