Shades of Harvest Gold #F1BA60
Tints of Harvest Gold #F1BA60
RGB
CMYK
RGB Variations
Color information
#F1BA60 (or 0xF1BA60) is known color: Harvest Gold. HEX triplet: F1, BA and 60. RGB value is (241,186,96). Sum of RGB (Red+Green+Blue) = 241+186+96=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA60 is #0E459F. Grayscale: #C0C0C0. Windows color (decimal): -935328 or 6339313. OLE color: 6339313.
HSL color Cylindrical-coordinate representation of color #F1BA60: hue angle of 37.24º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1BA60 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 96 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.05 |
| HSL | 37.24º | 0.84% | 0.66% | - |
| HSV(B) | 37.24º | 0.6% | 0.95% | - |
| XYZ | 55.95 | 54.66 | 18.67 | - |
| YUV | 192.19 | 73.72 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 96 | 0 | 0.23 | 0.60 | 0.05 | 37.24 | 0.84 | 0.66 |
| Hex | F1 | BA | 60 | 0 | 17 | 3C | 5 | 25 | 54 | 42 |
| Octal | 361 | 272 | 140 | 0 | 27 | 74 | 5 | 45 | 124 | 102 |
| Binary | 11110001 | 10111010 | 1100000 | 0 | 10111 | 111100 | 101 | 100101 | 1010100 | 1000010 |
Color Harmonies of #F1BA60
Complementary color
Monochromatic Colors of #F1BA60
Black with #F1BA60
Text Example
Text Example
White with #F1BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA60; }
p { color: rgb(241,186,96); }
H1.HeaderClassName
{
color: #F1BA60;
}
.AnyTagClassName
{
color: #F1BA60;
}
</style>
background-color css
<style>
a { background-color: #F1BA60; }
a { background-color: rgb(241,186,96); }
div.DivClassName
{
background-color: #F1BA60;
}
.BgClassName
{
background-color: #F1BA60;
}
</style>
border-color css
<style>
span { border-color: #F1BA60; }
span { border-color: rgb(241,186,96); }
td.TdClassName
{
border-color: #F1BA60;
}
.TagClassName
{
border-color: #F1BA60;
}
</style>