Shades of Harvest Gold #F1B96E
Tints of Harvest Gold #F1B96E
RGB
CMYK
RGB Variations
Color information
#F1B96E (or 0xF1B96E) is known color: Harvest Gold. HEX triplet: F1, B9 and 6E. RGB value is (241,185,110). Sum of RGB (Red+Green+Blue) = 241+185+110=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B96E is #0E4691. Grayscale: #C1C1C1. Windows color (decimal): -935570 or 7256561. OLE color: 7256561.
HSL color Cylindrical-coordinate representation of color #F1B96E: hue angle of 34.35º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1B96E is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 110 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.05 |
| HSL | 34.35º | 0.82% | 0.69% | - |
| HSV(B) | 34.35º | 0.54% | 0.95% | - |
| XYZ | 56.44 | 54.52 | 22.3 | - |
| YUV | 193.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 110 | 0 | 0.23 | 0.54 | 0.05 | 34.35 | 0.82 | 0.69 |
| Hex | F1 | B9 | 6E | 0 | 17 | 36 | 5 | 22 | 52 | 45 |
| Octal | 361 | 271 | 156 | 0 | 27 | 66 | 5 | 42 | 122 | 105 |
| Binary | 11110001 | 10111001 | 1101110 | 0 | 10111 | 110110 | 101 | 100010 | 1010010 | 1000101 |
Color Harmonies of #F1B96E
Complementary color
Monochromatic Colors of #F1B96E
Black with #F1B96E
Text Example
Text Example
White with #F1B96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B96E; }
p { color: rgb(241,185,110); }
H1.HeaderClassName
{
color: #F1B96E;
}
.AnyTagClassName
{
color: #F1B96E;
}
</style>
background-color css
<style>
a { background-color: #F1B96E; }
a { background-color: rgb(241,185,110); }
div.DivClassName
{
background-color: #F1B96E;
}
.BgClassName
{
background-color: #F1B96E;
}
</style>
border-color css
<style>
span { border-color: #F1B96E; }
span { border-color: rgb(241,185,110); }
td.TdClassName
{
border-color: #F1B96E;
}
.TagClassName
{
border-color: #F1B96E;
}
</style>