Shades of Harvest Gold #F3BA66
Tints of Harvest Gold #F3BA66
RGB
CMYK
RGB Variations
Color information
#F3BA66 (or 0xF3BA66) is known color: Harvest Gold. HEX triplet: F3, BA and 66. RGB value is (243,186,102). Sum of RGB (Red+Green+Blue) = 243+186+102=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BA66 is #0C4599. Grayscale: #C1C1C1. Windows color (decimal): -804250 or 6732531. OLE color: 6732531.
HSL color Cylindrical-coordinate representation of color #F3BA66: hue angle of 35.74º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3BA66 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 102 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.05 |
| HSL | 35.74º | 0.85% | 0.68% | - |
| HSV(B) | 35.74º | 0.58% | 0.95% | - |
| XYZ | 56.92 | 55.13 | 20.21 | - |
| YUV | 193.47 | 76.38 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 102 | 0 | 0.23 | 0.58 | 0.05 | 35.74 | 0.85 | 0.68 |
| Hex | F3 | BA | 66 | 0 | 17 | 3A | 5 | 24 | 55 | 44 |
| Octal | 363 | 272 | 146 | 0 | 27 | 72 | 5 | 44 | 125 | 104 |
| Binary | 11110011 | 10111010 | 1100110 | 0 | 10111 | 111010 | 101 | 100100 | 1010101 | 1000100 |
Color Harmonies of #F3BA66
Complementary color
Monochromatic Colors of #F3BA66
Black with #F3BA66
Text Example
Text Example
White with #F3BA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA66; }
p { color: rgb(243,186,102); }
H1.HeaderClassName
{
color: #F3BA66;
}
.AnyTagClassName
{
color: #F3BA66;
}
</style>
background-color css
<style>
a { background-color: #F3BA66; }
a { background-color: rgb(243,186,102); }
div.DivClassName
{
background-color: #F3BA66;
}
.BgClassName
{
background-color: #F3BA66;
}
</style>
border-color css
<style>
span { border-color: #F3BA66; }
span { border-color: rgb(243,186,102); }
td.TdClassName
{
border-color: #F3BA66;
}
.TagClassName
{
border-color: #F3BA66;
}
</style>