Shades of Harvest Gold #F1B964
Tints of Harvest Gold #F1B964
RGB
CMYK
RGB Variations
Color information
#F1B964 (or 0xF1B964) is known color: Harvest Gold. HEX triplet: F1, B9 and 64. RGB value is (241,185,100). Sum of RGB (Red+Green+Blue) = 241+185+100=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B964 is #0E469B. Grayscale: #C0C0C0. Windows color (decimal): -935580 or 6601201. OLE color: 6601201.
HSL color Cylindrical-coordinate representation of color #F1B964: hue angle of 36.17º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1B964 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 100 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.05 |
| HSL | 36.17º | 0.83% | 0.67% | - |
| HSV(B) | 36.17º | 0.59% | 0.95% | - |
| XYZ | 55.92 | 54.32 | 19.59 | - |
| YUV | 192.05 | 76.05 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 100 | 0 | 0.23 | 0.59 | 0.05 | 36.17 | 0.83 | 0.67 |
| Hex | F1 | B9 | 64 | 0 | 17 | 3B | 5 | 24 | 53 | 43 |
| Octal | 361 | 271 | 144 | 0 | 27 | 73 | 5 | 44 | 123 | 103 |
| Binary | 11110001 | 10111001 | 1100100 | 0 | 10111 | 111011 | 101 | 100100 | 1010011 | 1000011 |
Color Harmonies of #F1B964
Complementary color
Monochromatic Colors of #F1B964
Black with #F1B964
Text Example
Text Example
White with #F1B964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B964; }
p { color: rgb(241,185,100); }
H1.HeaderClassName
{
color: #F1B964;
}
.AnyTagClassName
{
color: #F1B964;
}
</style>
background-color css
<style>
a { background-color: #F1B964; }
a { background-color: rgb(241,185,100); }
div.DivClassName
{
background-color: #F1B964;
}
.BgClassName
{
background-color: #F1B964;
}
</style>
border-color css
<style>
span { border-color: #F1B964; }
span { border-color: rgb(241,185,100); }
td.TdClassName
{
border-color: #F1B964;
}
.TagClassName
{
border-color: #F1B964;
}
</style>