Shades of Harvest Gold #F3BA73
Tints of Harvest Gold #F3BA73
RGB
CMYK
RGB Variations
Color information
#F3BA73 (or 0xF3BA73) is known color: Harvest Gold. HEX triplet: F3, BA and 73. RGB value is (243,186,115). Sum of RGB (Red+Green+Blue) = 243+186+115=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BA73 is #0C458C. Grayscale: #C3C3C3. Windows color (decimal): -804237 or 7584499. OLE color: 7584499.
HSL color Cylindrical-coordinate representation of color #F3BA73: hue angle of 33.28º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F3BA73 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 115 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.05 |
| HSL | 33.28º | 0.84% | 0.7% | - |
| HSV(B) | 33.28º | 0.53% | 0.95% | - |
| XYZ | 57.62 | 55.41 | 23.88 | - |
| YUV | 194.95 | 82.88 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 115 | 0 | 0.23 | 0.53 | 0.05 | 33.28 | 0.84 | 0.7 |
| Hex | F3 | BA | 73 | 0 | 17 | 35 | 5 | 21 | 54 | 46 |
| Octal | 363 | 272 | 163 | 0 | 27 | 65 | 5 | 41 | 124 | 106 |
| Binary | 11110011 | 10111010 | 1110011 | 0 | 10111 | 110101 | 101 | 100001 | 1010100 | 1000110 |
Color Harmonies of #F3BA73
Complementary color
Monochromatic Colors of #F3BA73
Black with #F3BA73
Text Example
Text Example
White with #F3BA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA73; }
p { color: rgb(243,186,115); }
H1.HeaderClassName
{
color: #F3BA73;
}
.AnyTagClassName
{
color: #F3BA73;
}
</style>
background-color css
<style>
a { background-color: #F3BA73; }
a { background-color: rgb(243,186,115); }
div.DivClassName
{
background-color: #F3BA73;
}
.BgClassName
{
background-color: #F3BA73;
}
</style>
border-color css
<style>
span { border-color: #F3BA73; }
span { border-color: rgb(243,186,115); }
td.TdClassName
{
border-color: #F3BA73;
}
.TagClassName
{
border-color: #F3BA73;
}
</style>