Shades of Harvest Gold #F4BA67
Tints of Harvest Gold #F4BA67
RGB
CMYK
RGB Variations
Color information
#F4BA67 (or 0xF4BA67) is known color: Harvest Gold. HEX triplet: F4, BA and 67. RGB value is (244,186,103). Sum of RGB (Red+Green+Blue) = 244+186+103=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BA67 is #0B4598. Grayscale: #C2C2C2. Windows color (decimal): -738713 or 6798068. OLE color: 6798068.
HSL color Cylindrical-coordinate representation of color #F4BA67: hue angle of 35.32º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F4BA67 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 103 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.04 |
| HSL | 35.32º | 0.87% | 0.68% | - |
| HSV(B) | 35.32º | 0.58% | 0.96% | - |
| XYZ | 57.32 | 55.33 | 20.49 | - |
| YUV | 193.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 103 | 0 | 0.24 | 0.58 | 0.04 | 35.32 | 0.87 | 0.68 |
| Hex | F4 | BA | 67 | 0 | 18 | 3A | 4 | 23 | 57 | 44 |
| Octal | 364 | 272 | 147 | 0 | 30 | 72 | 4 | 43 | 127 | 104 |
| Binary | 11110100 | 10111010 | 1100111 | 0 | 11000 | 111010 | 100 | 100011 | 1010111 | 1000100 |
Color Harmonies of #F4BA67
Complementary color
Monochromatic Colors of #F4BA67
Black with #F4BA67
Text Example
Text Example
White with #F4BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BA67; }
p { color: rgb(244,186,103); }
H1.HeaderClassName
{
color: #F4BA67;
}
.AnyTagClassName
{
color: #F4BA67;
}
</style>
background-color css
<style>
a { background-color: #F4BA67; }
a { background-color: rgb(244,186,103); }
div.DivClassName
{
background-color: #F4BA67;
}
.BgClassName
{
background-color: #F4BA67;
}
</style>
border-color css
<style>
span { border-color: #F4BA67; }
span { border-color: rgb(244,186,103); }
td.TdClassName
{
border-color: #F4BA67;
}
.TagClassName
{
border-color: #F4BA67;
}
</style>