Shades of Harvest Gold #F5BF65
Tints of Harvest Gold #F5BF65
RGB
CMYK
RGB Variations
Color information
#F5BF65 (or 0xF5BF65) is known color: Harvest Gold. HEX triplet: F5, BF and 65. RGB value is (245,191,101). Sum of RGB (Red+Green+Blue) = 245+191+101=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BF65 is #0A409A. Grayscale: #C5C5C5. Windows color (decimal): -671899 or 6668277. OLE color: 6668277.
HSL color Cylindrical-coordinate representation of color #F5BF65: hue angle of 37.5º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5BF65 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 101 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.04 |
| HSL | 37.5º | 0.88% | 0.68% | - |
| HSV(B) | 37.5º | 0.59% | 0.96% | - |
| XYZ | 58.64 | 57.61 | 20.34 | - |
| YUV | 196.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 101 | 0 | 0.22 | 0.59 | 0.04 | 37.5 | 0.88 | 0.68 |
| Hex | F5 | BF | 65 | 0 | 16 | 3B | 4 | 26 | 58 | 44 |
| Octal | 365 | 277 | 145 | 0 | 26 | 73 | 4 | 46 | 130 | 104 |
| Binary | 11110101 | 10111111 | 1100101 | 0 | 10110 | 111011 | 100 | 100110 | 1011000 | 1000100 |
Color Harmonies of #F5BF65
Complementary color
Monochromatic Colors of #F5BF65
Black with #F5BF65
Text Example
Text Example
White with #F5BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BF65; }
p { color: rgb(245,191,101); }
H1.HeaderClassName
{
color: #F5BF65;
}
.AnyTagClassName
{
color: #F5BF65;
}
</style>
background-color css
<style>
a { background-color: #F5BF65; }
a { background-color: rgb(245,191,101); }
div.DivClassName
{
background-color: #F5BF65;
}
.BgClassName
{
background-color: #F5BF65;
}
</style>
border-color css
<style>
span { border-color: #F5BF65; }
span { border-color: rgb(245,191,101); }
td.TdClassName
{
border-color: #F5BF65;
}
.TagClassName
{
border-color: #F5BF65;
}
</style>