Shades of Harvest Gold #F5B36D
Tints of Harvest Gold #F5B36D
RGB
CMYK
RGB Variations
Color information
#F5B36D (or 0xF5B36D) is known color: Harvest Gold. HEX triplet: F5, B3 and 6D. RGB value is (245,179,109). Sum of RGB (Red+Green+Blue) = 245+179+109=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B36D is #0A4C92. Grayscale: #BFBFBF. Windows color (decimal): -674963 or 7189493. OLE color: 7189493.
HSL color Cylindrical-coordinate representation of color #F5B36D: hue angle of 30.88º 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 #F5B36D is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 179 | 109 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.04 |
| HSL | 30.88º | 0.87% | 0.69% | - |
| HSV(B) | 30.88º | 0.56% | 0.96% | - |
| XYZ | 56.54 | 52.76 | 21.67 | - |
| YUV | 190.75 | 81.87 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 109 | 0 | 0.27 | 0.56 | 0.04 | 30.88 | 0.87 | 0.69 |
| Hex | F5 | B3 | 6D | 0 | 1B | 38 | 4 | 1F | 57 | 45 |
| Octal | 365 | 263 | 155 | 0 | 33 | 70 | 4 | 37 | 127 | 105 |
| Binary | 11110101 | 10110011 | 1101101 | 0 | 11011 | 111000 | 100 | 11111 | 1010111 | 1000101 |
Color Harmonies of #F5B36D
Complementary color
Monochromatic Colors of #F5B36D
Black with #F5B36D
Text Example
Text Example
White with #F5B36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B36D; }
p { color: rgb(245,179,109); }
H1.HeaderClassName
{
color: #F5B36D;
}
.AnyTagClassName
{
color: #F5B36D;
}
</style>
background-color css
<style>
a { background-color: #F5B36D; }
a { background-color: rgb(245,179,109); }
div.DivClassName
{
background-color: #F5B36D;
}
.BgClassName
{
background-color: #F5B36D;
}
</style>
border-color css
<style>
span { border-color: #F5B36D; }
span { border-color: rgb(245,179,109); }
td.TdClassName
{
border-color: #F5B36D;
}
.TagClassName
{
border-color: #F5B36D;
}
</style>