Shades of Harvest Gold #F1BE6E
Tints of Harvest Gold #F1BE6E
RGB
CMYK
RGB Variations
Color information
#F1BE6E (or 0xF1BE6E) is known color: Harvest Gold. HEX triplet: F1, BE and 6E. RGB value is (241,190,110). Sum of RGB (Red+Green+Blue) = 241+190+110=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BE6E is #0E4191. Grayscale: #C4C4C4. Windows color (decimal): -934290 or 7257841. OLE color: 7257841.
HSL color Cylindrical-coordinate representation of color #F1BE6E: hue angle of 36.64º 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 #F1BE6E is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 110 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.05 |
| HSL | 36.64º | 0.82% | 0.69% | - |
| HSV(B) | 36.64º | 0.54% | 0.95% | - |
| XYZ | 57.5 | 56.65 | 22.66 | - |
| YUV | 196.13 | 79.4 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 110 | 0 | 0.21 | 0.54 | 0.05 | 36.64 | 0.82 | 0.69 |
| Hex | F1 | BE | 6E | 0 | 15 | 36 | 5 | 25 | 52 | 45 |
| Octal | 361 | 276 | 156 | 0 | 25 | 66 | 5 | 45 | 122 | 105 |
| Binary | 11110001 | 10111110 | 1101110 | 0 | 10101 | 110110 | 101 | 100101 | 1010010 | 1000101 |
Color Harmonies of #F1BE6E
Complementary color
Monochromatic Colors of #F1BE6E
Black with #F1BE6E
Text Example
Text Example
White with #F1BE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BE6E; }
p { color: rgb(241,190,110); }
H1.HeaderClassName
{
color: #F1BE6E;
}
.AnyTagClassName
{
color: #F1BE6E;
}
</style>
background-color css
<style>
a { background-color: #F1BE6E; }
a { background-color: rgb(241,190,110); }
div.DivClassName
{
background-color: #F1BE6E;
}
.BgClassName
{
background-color: #F1BE6E;
}
</style>
border-color css
<style>
span { border-color: #F1BE6E; }
span { border-color: rgb(241,190,110); }
td.TdClassName
{
border-color: #F1BE6E;
}
.TagClassName
{
border-color: #F1BE6E;
}
</style>