Shades of Harvest Gold #F5BE60
Tints of Harvest Gold #F5BE60
RGB
CMYK
RGB Variations
Color information
#F5BE60 (or 0xF5BE60) is known color: Harvest Gold. HEX triplet: F5, BE and 60. RGB value is (245,190,96). Sum of RGB (Red+Green+Blue) = 245+190+96=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BE60 is #0A419F. Grayscale: #C4C4C4. Windows color (decimal): -672160 or 6340341. OLE color: 6340341.
HSL color Cylindrical-coordinate representation of color #F5BE60: hue angle of 37.85º 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 #F5BE60 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 96 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.04 |
| HSL | 37.85º | 0.88% | 0.67% | - |
| HSV(B) | 37.85º | 0.61% | 0.96% | - |
| XYZ | 58.18 | 57.08 | 19.02 | - |
| YUV | 195.73 | 71.72 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 96 | 0 | 0.22 | 0.61 | 0.04 | 37.85 | 0.88 | 0.67 |
| Hex | F5 | BE | 60 | 0 | 16 | 3D | 4 | 26 | 58 | 43 |
| Octal | 365 | 276 | 140 | 0 | 26 | 75 | 4 | 46 | 130 | 103 |
| Binary | 11110101 | 10111110 | 1100000 | 0 | 10110 | 111101 | 100 | 100110 | 1011000 | 1000011 |
Color Harmonies of #F5BE60
Complementary color
Monochromatic Colors of #F5BE60
Black with #F5BE60
Text Example
Text Example
White with #F5BE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BE60; }
p { color: rgb(245,190,96); }
H1.HeaderClassName
{
color: #F5BE60;
}
.AnyTagClassName
{
color: #F5BE60;
}
</style>
background-color css
<style>
a { background-color: #F5BE60; }
a { background-color: rgb(245,190,96); }
div.DivClassName
{
background-color: #F5BE60;
}
.BgClassName
{
background-color: #F5BE60;
}
</style>
border-color css
<style>
span { border-color: #F5BE60; }
span { border-color: rgb(245,190,96); }
td.TdClassName
{
border-color: #F5BE60;
}
.TagClassName
{
border-color: #F5BE60;
}
</style>