Shades of Harvest Gold #F5BC6B
Tints of Harvest Gold #F5BC6B
RGB
CMYK
RGB Variations
Color information
#F5BC6B (or 0xF5BC6B) is known color: Harvest Gold. HEX triplet: F5, BC and 6B. RGB value is (245,188,107). Sum of RGB (Red+Green+Blue) = 245+188+107=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BC6B is #0A4394. Grayscale: #C4C4C4. Windows color (decimal): -672661 or 7060725. OLE color: 7060725.
HSL color Cylindrical-coordinate representation of color #F5BC6B: hue angle of 35.22º 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 #F5BC6B is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 107 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.04 |
| HSL | 35.22º | 0.87% | 0.69% | - |
| HSV(B) | 35.22º | 0.56% | 0.96% | - |
| XYZ | 58.29 | 56.44 | 21.73 | - |
| YUV | 195.81 | 77.88 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 107 | 0 | 0.23 | 0.56 | 0.04 | 35.22 | 0.87 | 0.69 |
| Hex | F5 | BC | 6B | 0 | 17 | 38 | 4 | 23 | 57 | 45 |
| Octal | 365 | 274 | 153 | 0 | 27 | 70 | 4 | 43 | 127 | 105 |
| Binary | 11110101 | 10111100 | 1101011 | 0 | 10111 | 111000 | 100 | 100011 | 1010111 | 1000101 |
Color Harmonies of #F5BC6B
Complementary color
Monochromatic Colors of #F5BC6B
Black with #F5BC6B
Text Example
Text Example
White with #F5BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BC6B; }
p { color: rgb(245,188,107); }
H1.HeaderClassName
{
color: #F5BC6B;
}
.AnyTagClassName
{
color: #F5BC6B;
}
</style>
background-color css
<style>
a { background-color: #F5BC6B; }
a { background-color: rgb(245,188,107); }
div.DivClassName
{
background-color: #F5BC6B;
}
.BgClassName
{
background-color: #F5BC6B;
}
</style>
border-color css
<style>
span { border-color: #F5BC6B; }
span { border-color: rgb(245,188,107); }
td.TdClassName
{
border-color: #F5BC6B;
}
.TagClassName
{
border-color: #F5BC6B;
}
</style>