Shades of Harvest Gold #F7BF65
Tints of Harvest Gold #F7BF65
RGB
CMYK
RGB Variations
Color information
#F7BF65 (or 0xF7BF65) is known color: Harvest Gold. HEX triplet: F7, BF and 65. RGB value is (247,191,101). Sum of RGB (Red+Green+Blue) = 247+191+101=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BF65 is #08409A. Grayscale: #C5C5C5. Windows color (decimal): -540827 or 6668279. OLE color: 6668279.
HSL color Cylindrical-coordinate representation of color #F7BF65: hue angle of 36.99º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7BF65 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 101 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.03 |
| HSL | 36.99º | 0.9% | 0.68% | - |
| HSV(B) | 36.99º | 0.59% | 0.97% | - |
| XYZ | 59.34 | 57.98 | 20.37 | - |
| YUV | 197.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 101 | 0 | 0.23 | 0.59 | 0.03 | 36.99 | 0.9 | 0.68 |
| Hex | F7 | BF | 65 | 0 | 17 | 3B | 3 | 25 | 5A | 44 |
| Octal | 367 | 277 | 145 | 0 | 27 | 73 | 3 | 45 | 132 | 104 |
| Binary | 11110111 | 10111111 | 1100101 | 0 | 10111 | 111011 | 11 | 100101 | 1011010 | 1000100 |
Color Harmonies of #F7BF65
Complementary color
Monochromatic Colors of #F7BF65
Black with #F7BF65
Text Example
Text Example
White with #F7BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BF65; }
p { color: rgb(247,191,101); }
H1.HeaderClassName
{
color: #F7BF65;
}
.AnyTagClassName
{
color: #F7BF65;
}
</style>
background-color css
<style>
a { background-color: #F7BF65; }
a { background-color: rgb(247,191,101); }
div.DivClassName
{
background-color: #F7BF65;
}
.BgClassName
{
background-color: #F7BF65;
}
</style>
border-color css
<style>
span { border-color: #F7BF65; }
span { border-color: rgb(247,191,101); }
td.TdClassName
{
border-color: #F7BF65;
}
.TagClassName
{
border-color: #F7BF65;
}
</style>