Shades of Harvest Gold #F1BA5F
Tints of Harvest Gold #F1BA5F
RGB
CMYK
RGB Variations
Color information
#F1BA5F (or 0xF1BA5F) is known color: Harvest Gold. HEX triplet: F1, BA and 5F. RGB value is (241,186,95). Sum of RGB (Red+Green+Blue) = 241+186+95=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 95 (37.5% from 255 or 18.20% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA5F is #0E45A0. Grayscale: #C0C0C0. Windows color (decimal): -935329 or 6273777. OLE color: 6273777.
HSL color Cylindrical-coordinate representation of color #F1BA5F: hue angle of 37.4º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1BA5F is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 95 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.05 |
| HSL | 37.4º | 0.84% | 0.66% | - |
| HSV(B) | 37.4º | 0.61% | 0.95% | - |
| XYZ | 55.9 | 54.64 | 18.43 | - |
| YUV | 192.07 | 73.22 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 95 | 0 | 0.23 | 0.61 | 0.05 | 37.4 | 0.84 | 0.66 |
| Hex | F1 | BA | 5F | 0 | 17 | 3D | 5 | 25 | 54 | 42 |
| Octal | 361 | 272 | 137 | 0 | 27 | 75 | 5 | 45 | 124 | 102 |
| Binary | 11110001 | 10111010 | 1011111 | 0 | 10111 | 111101 | 101 | 100101 | 1010100 | 1000010 |
Color Harmonies of #F1BA5F
Complementary color
Monochromatic Colors of #F1BA5F
Black with #F1BA5F
Text Example
Text Example
White with #F1BA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA5F; }
p { color: rgb(241,186,95); }
H1.HeaderClassName
{
color: #F1BA5F;
}
.AnyTagClassName
{
color: #F1BA5F;
}
</style>
background-color css
<style>
a { background-color: #F1BA5F; }
a { background-color: rgb(241,186,95); }
div.DivClassName
{
background-color: #F1BA5F;
}
.BgClassName
{
background-color: #F1BA5F;
}
</style>
border-color css
<style>
span { border-color: #F1BA5F; }
span { border-color: rgb(241,186,95); }
td.TdClassName
{
border-color: #F1BA5F;
}
.TagClassName
{
border-color: #F1BA5F;
}
</style>