Shades of Harvest Gold #F4BD65
Tints of Harvest Gold #F4BD65
RGB
CMYK
RGB Variations
Color information
#F4BD65 (or 0xF4BD65) is known color: Harvest Gold. HEX triplet: F4, BD and 65. RGB value is (244,189,101). Sum of RGB (Red+Green+Blue) = 244+189+101=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BD65 is #0B429A. Grayscale: #C3C3C3. Windows color (decimal): -737947 or 6667764. OLE color: 6667764.
HSL color Cylindrical-coordinate representation of color #F4BD65: hue angle of 36.92º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F4BD65 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 101 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.04 |
| HSL | 36.92º | 0.87% | 0.68% | - |
| HSV(B) | 36.92º | 0.59% | 0.96% | - |
| XYZ | 57.85 | 56.57 | 20.18 | - |
| YUV | 195.41 | 74.72 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 101 | 0 | 0.23 | 0.59 | 0.04 | 36.92 | 0.87 | 0.68 |
| Hex | F4 | BD | 65 | 0 | 17 | 3B | 4 | 25 | 57 | 44 |
| Octal | 364 | 275 | 145 | 0 | 27 | 73 | 4 | 45 | 127 | 104 |
| Binary | 11110100 | 10111101 | 1100101 | 0 | 10111 | 111011 | 100 | 100101 | 1010111 | 1000100 |
Color Harmonies of #F4BD65
Complementary color
Monochromatic Colors of #F4BD65
Black with #F4BD65
Text Example
Text Example
White with #F4BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BD65; }
p { color: rgb(244,189,101); }
H1.HeaderClassName
{
color: #F4BD65;
}
.AnyTagClassName
{
color: #F4BD65;
}
</style>
background-color css
<style>
a { background-color: #F4BD65; }
a { background-color: rgb(244,189,101); }
div.DivClassName
{
background-color: #F4BD65;
}
.BgClassName
{
background-color: #F4BD65;
}
</style>
border-color css
<style>
span { border-color: #F4BD65; }
span { border-color: rgb(244,189,101); }
td.TdClassName
{
border-color: #F4BD65;
}
.TagClassName
{
border-color: #F4BD65;
}
</style>