Shades of Harvest Gold #F1BA73
Tints of Harvest Gold #F1BA73
RGB
CMYK
RGB Variations
Color information
#F1BA73 (or 0xF1BA73) is known color: Harvest Gold. HEX triplet: F1, BA and 73. RGB value is (241,186,115). Sum of RGB (Red+Green+Blue) = 241+186+115=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA73 is #0E458C. Grayscale: #C2C2C2. Windows color (decimal): -935309 or 7584497. OLE color: 7584497.
HSL color Cylindrical-coordinate representation of color #F1BA73: hue angle of 33.81º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1BA73 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 115 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.05 |
| HSL | 33.81º | 0.82% | 0.7% | - |
| HSV(B) | 33.81º | 0.52% | 0.95% | - |
| XYZ | 56.93 | 55.06 | 23.85 | - |
| YUV | 194.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 115 | 0 | 0.23 | 0.52 | 0.05 | 33.81 | 0.82 | 0.7 |
| Hex | F1 | BA | 73 | 0 | 17 | 34 | 5 | 22 | 52 | 46 |
| Octal | 361 | 272 | 163 | 0 | 27 | 64 | 5 | 42 | 122 | 106 |
| Binary | 11110001 | 10111010 | 1110011 | 0 | 10111 | 110100 | 101 | 100010 | 1010010 | 1000110 |
Color Harmonies of #F1BA73
Complementary color
Monochromatic Colors of #F1BA73
Black with #F1BA73
Text Example
Text Example
White with #F1BA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA73; }
p { color: rgb(241,186,115); }
H1.HeaderClassName
{
color: #F1BA73;
}
.AnyTagClassName
{
color: #F1BA73;
}
</style>
background-color css
<style>
a { background-color: #F1BA73; }
a { background-color: rgb(241,186,115); }
div.DivClassName
{
background-color: #F1BA73;
}
.BgClassName
{
background-color: #F1BA73;
}
</style>
border-color css
<style>
span { border-color: #F1BA73; }
span { border-color: rgb(241,186,115); }
td.TdClassName
{
border-color: #F1BA73;
}
.TagClassName
{
border-color: #F1BA73;
}
</style>