Shades of Harvest Gold #F1BA6D
Tints of Harvest Gold #F1BA6D
RGB
CMYK
RGB Variations
Color information
#F1BA6D (or 0xF1BA6D) is known color: Harvest Gold. HEX triplet: F1, BA and 6D. RGB value is (241,186,109). Sum of RGB (Red+Green+Blue) = 241+186+109=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA6D is #0E4592. Grayscale: #C2C2C2. Windows color (decimal): -935315 or 7191281. OLE color: 7191281.
HSL color Cylindrical-coordinate representation of color #F1BA6D: hue angle of 35º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1BA6D is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 109 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.05 |
| HSL | 35º | 0.83% | 0.69% | - |
| HSV(B) | 35º | 0.55% | 0.95% | - |
| XYZ | 56.59 | 54.92 | 22.09 | - |
| YUV | 193.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 109 | 0 | 0.23 | 0.55 | 0.05 | 35 | 0.83 | 0.69 |
| Hex | F1 | BA | 6D | 0 | 17 | 37 | 5 | 23 | 52 | 45 |
| Octal | 361 | 272 | 155 | 0 | 27 | 67 | 5 | 43 | 122 | 105 |
| Binary | 11110001 | 10111010 | 1101101 | 0 | 10111 | 110111 | 101 | 100011 | 1010010 | 1000101 |
Color Harmonies of #F1BA6D
Complementary color
Monochromatic Colors of #F1BA6D
Black with #F1BA6D
Text Example
Text Example
White with #F1BA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA6D; }
p { color: rgb(241,186,109); }
H1.HeaderClassName
{
color: #F1BA6D;
}
.AnyTagClassName
{
color: #F1BA6D;
}
</style>
background-color css
<style>
a { background-color: #F1BA6D; }
a { background-color: rgb(241,186,109); }
div.DivClassName
{
background-color: #F1BA6D;
}
.BgClassName
{
background-color: #F1BA6D;
}
</style>
border-color css
<style>
span { border-color: #F1BA6D; }
span { border-color: rgb(241,186,109); }
td.TdClassName
{
border-color: #F1BA6D;
}
.TagClassName
{
border-color: #F1BA6D;
}
</style>