Shades of Harvest Gold #F7BF68
Tints of Harvest Gold #F7BF68
RGB
CMYK
RGB Variations
Color information
#F7BF68 (or 0xF7BF68) is known color: Harvest Gold. HEX triplet: F7, BF and 68. RGB value is (247,191,104). Sum of RGB (Red+Green+Blue) = 247+191+104=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BF68 is #084097. Grayscale: #C6C6C6. Windows color (decimal): -540824 or 6864887. OLE color: 6864887.
HSL color Cylindrical-coordinate representation of color #F7BF68: hue angle of 36.5º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7BF68 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 104 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.03 |
| HSL | 36.5º | 0.9% | 0.69% | - |
| HSV(B) | 36.5º | 0.58% | 0.97% | - |
| XYZ | 59.49 | 58.04 | 21.16 | - |
| YUV | 197.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 104 | 0 | 0.23 | 0.58 | 0.03 | 36.5 | 0.9 | 0.69 |
| Hex | F7 | BF | 68 | 0 | 17 | 3A | 3 | 25 | 5A | 45 |
| Octal | 367 | 277 | 150 | 0 | 27 | 72 | 3 | 45 | 132 | 105 |
| Binary | 11110111 | 10111111 | 1101000 | 0 | 10111 | 111010 | 11 | 100101 | 1011010 | 1000101 |
Color Harmonies of #F7BF68
Complementary color
Monochromatic Colors of #F7BF68
Black with #F7BF68
Text Example
Text Example
White with #F7BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BF68; }
p { color: rgb(247,191,104); }
H1.HeaderClassName
{
color: #F7BF68;
}
.AnyTagClassName
{
color: #F7BF68;
}
</style>
background-color css
<style>
a { background-color: #F7BF68; }
a { background-color: rgb(247,191,104); }
div.DivClassName
{
background-color: #F7BF68;
}
.BgClassName
{
background-color: #F7BF68;
}
</style>
border-color css
<style>
span { border-color: #F7BF68; }
span { border-color: rgb(247,191,104); }
td.TdClassName
{
border-color: #F7BF68;
}
.TagClassName
{
border-color: #F7BF68;
}
</style>