Shades of Harvest Gold #F1BF75
Tints of Harvest Gold #F1BF75
RGB
CMYK
RGB Variations
Color information
#F1BF75 (or 0xF1BF75) is known color: Harvest Gold. HEX triplet: F1, BF and 75. RGB value is (241,191,117). Sum of RGB (Red+Green+Blue) = 241+191+117=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BF75 is #0E408A. Grayscale: #C5C5C5. Windows color (decimal): -934027 or 7716849. OLE color: 7716849.
HSL color Cylindrical-coordinate representation of color #F1BF75: hue angle of 35.81º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1BF75 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 117 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.05 |
| HSL | 35.81º | 0.82% | 0.7% | - |
| HSV(B) | 35.81º | 0.51% | 0.95% | - |
| XYZ | 58.12 | 57.25 | 24.82 | - |
| YUV | 197.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 117 | 0 | 0.21 | 0.51 | 0.05 | 35.81 | 0.82 | 0.7 |
| Hex | F1 | BF | 75 | 0 | 15 | 33 | 5 | 24 | 52 | 46 |
| Octal | 361 | 277 | 165 | 0 | 25 | 63 | 5 | 44 | 122 | 106 |
| Binary | 11110001 | 10111111 | 1110101 | 0 | 10101 | 110011 | 101 | 100100 | 1010010 | 1000110 |
Color Harmonies of #F1BF75
Complementary color
Monochromatic Colors of #F1BF75
Black with #F1BF75
Text Example
Text Example
White with #F1BF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BF75; }
p { color: rgb(241,191,117); }
H1.HeaderClassName
{
color: #F1BF75;
}
.AnyTagClassName
{
color: #F1BF75;
}
</style>
background-color css
<style>
a { background-color: #F1BF75; }
a { background-color: rgb(241,191,117); }
div.DivClassName
{
background-color: #F1BF75;
}
.BgClassName
{
background-color: #F1BF75;
}
</style>
border-color css
<style>
span { border-color: #F1BF75; }
span { border-color: rgb(241,191,117); }
td.TdClassName
{
border-color: #F1BF75;
}
.TagClassName
{
border-color: #F1BF75;
}
</style>