Shades of Harvest Gold #F5B56D
Tints of Harvest Gold #F5B56D
RGB
CMYK
RGB Variations
Color information
#F5B56D (or 0xF5B56D) is known color: Harvest Gold. HEX triplet: F5, B5 and 6D. RGB value is (245,181,109). Sum of RGB (Red+Green+Blue) = 245+181+109=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B56D is #0A4A92. Grayscale: #C0C0C0. Windows color (decimal): -674451 or 7190005. OLE color: 7190005.
HSL color Cylindrical-coordinate representation of color #F5B56D: hue angle of 31.76º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5B56D is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 181 | 109 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.04 |
| HSL | 31.76º | 0.87% | 0.69% | - |
| HSV(B) | 31.76º | 0.56% | 0.96% | - |
| XYZ | 56.94 | 53.56 | 21.81 | - |
| YUV | 191.93 | 81.2 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 181 | 109 | 0 | 0.26 | 0.56 | 0.04 | 31.76 | 0.87 | 0.69 |
| Hex | F5 | B5 | 6D | 0 | 1A | 38 | 4 | 20 | 57 | 45 |
| Octal | 365 | 265 | 155 | 0 | 32 | 70 | 4 | 40 | 127 | 105 |
| Binary | 11110101 | 10110101 | 1101101 | 0 | 11010 | 111000 | 100 | 100000 | 1010111 | 1000101 |
Color Harmonies of #F5B56D
Complementary color
Monochromatic Colors of #F5B56D
Black with #F5B56D
Text Example
Text Example
White with #F5B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B56D; }
p { color: rgb(245,181,109); }
H1.HeaderClassName
{
color: #F5B56D;
}
.AnyTagClassName
{
color: #F5B56D;
}
</style>
background-color css
<style>
a { background-color: #F5B56D; }
a { background-color: rgb(245,181,109); }
div.DivClassName
{
background-color: #F5B56D;
}
.BgClassName
{
background-color: #F5B56D;
}
</style>
border-color css
<style>
span { border-color: #F5B56D; }
span { border-color: rgb(245,181,109); }
td.TdClassName
{
border-color: #F5B56D;
}
.TagClassName
{
border-color: #F5B56D;
}
</style>