Shades of Harvest Gold #F1B961
Tints of Harvest Gold #F1B961
RGB
CMYK
RGB Variations
Color information
#F1B961 (or 0xF1B961) is known color: Harvest Gold. HEX triplet: F1, B9 and 61. RGB value is (241,185,97). Sum of RGB (Red+Green+Blue) = 241+185+97=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B961 is #0E469E. Grayscale: #C0C0C0. Windows color (decimal): -935583 or 6404593. OLE color: 6404593.
HSL color Cylindrical-coordinate representation of color #F1B961: hue angle of 36.67º 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 #F1B961 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 97 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.05 |
| HSL | 36.67º | 0.84% | 0.66% | - |
| HSV(B) | 36.67º | 0.6% | 0.95% | - |
| XYZ | 55.78 | 54.26 | 18.84 | - |
| YUV | 191.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 97 | 0 | 0.23 | 0.60 | 0.05 | 36.67 | 0.84 | 0.66 |
| Hex | F1 | B9 | 61 | 0 | 17 | 3C | 5 | 25 | 54 | 42 |
| Octal | 361 | 271 | 141 | 0 | 27 | 74 | 5 | 45 | 124 | 102 |
| Binary | 11110001 | 10111001 | 1100001 | 0 | 10111 | 111100 | 101 | 100101 | 1010100 | 1000010 |
Color Harmonies of #F1B961
Complementary color
Monochromatic Colors of #F1B961
Black with #F1B961
Text Example
Text Example
White with #F1B961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B961; }
p { color: rgb(241,185,97); }
H1.HeaderClassName
{
color: #F1B961;
}
.AnyTagClassName
{
color: #F1B961;
}
</style>
background-color css
<style>
a { background-color: #F1B961; }
a { background-color: rgb(241,185,97); }
div.DivClassName
{
background-color: #F1B961;
}
.BgClassName
{
background-color: #F1B961;
}
</style>
border-color css
<style>
span { border-color: #F1B961; }
span { border-color: rgb(241,185,97); }
td.TdClassName
{
border-color: #F1B961;
}
.TagClassName
{
border-color: #F1B961;
}
</style>