Shades of Harvest Gold #F5BB60
Tints of Harvest Gold #F5BB60
RGB
CMYK
RGB Variations
Color information
#F5BB60 (or 0xF5BB60) is known color: Harvest Gold. HEX triplet: F5, BB and 60. RGB value is (245,187,96). Sum of RGB (Red+Green+Blue) = 245+187+96=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BB60 is #0A449F. Grayscale: #C2C2C2. Windows color (decimal): -672928 or 6339573. OLE color: 6339573.
HSL color Cylindrical-coordinate representation of color #F5BB60: hue angle of 36.64º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5BB60 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 96 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.04 |
| HSL | 36.64º | 0.88% | 0.67% | - |
| HSV(B) | 36.64º | 0.61% | 0.96% | - |
| XYZ | 57.54 | 55.8 | 18.8 | - |
| YUV | 193.97 | 72.72 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 96 | 0 | 0.24 | 0.61 | 0.04 | 36.64 | 0.88 | 0.67 |
| Hex | F5 | BB | 60 | 0 | 18 | 3D | 4 | 25 | 58 | 43 |
| Octal | 365 | 273 | 140 | 0 | 30 | 75 | 4 | 45 | 130 | 103 |
| Binary | 11110101 | 10111011 | 1100000 | 0 | 11000 | 111101 | 100 | 100101 | 1011000 | 1000011 |
Color Harmonies of #F5BB60
Complementary color
Monochromatic Colors of #F5BB60
Black with #F5BB60
Text Example
Text Example
White with #F5BB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BB60; }
p { color: rgb(245,187,96); }
H1.HeaderClassName
{
color: #F5BB60;
}
.AnyTagClassName
{
color: #F5BB60;
}
</style>
background-color css
<style>
a { background-color: #F5BB60; }
a { background-color: rgb(245,187,96); }
div.DivClassName
{
background-color: #F5BB60;
}
.BgClassName
{
background-color: #F5BB60;
}
</style>
border-color css
<style>
span { border-color: #F5BB60; }
span { border-color: rgb(245,187,96); }
td.TdClassName
{
border-color: #F5BB60;
}
.TagClassName
{
border-color: #F5BB60;
}
</style>