Shades of Harvest Gold #F5BD64
Tints of Harvest Gold #F5BD64
RGB
CMYK
RGB Variations
Color information
#F5BD64 (or 0xF5BD64) is known color: Harvest Gold. HEX triplet: F5, BD and 64. RGB value is (245,189,100). Sum of RGB (Red+Green+Blue) = 245+189+100=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BD64 is #0A429B. Grayscale: #C4C4C4. Windows color (decimal): -672412 or 6602229. OLE color: 6602229.
HSL color Cylindrical-coordinate representation of color #F5BD64: hue angle of 36.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5BD64 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 100 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.04 |
| HSL | 36.83º | 0.88% | 0.68% | - |
| HSV(B) | 36.83º | 0.59% | 0.96% | - |
| XYZ | 58.15 | 56.73 | 19.94 | - |
| YUV | 195.6 | 74.05 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 100 | 0 | 0.23 | 0.59 | 0.04 | 36.83 | 0.88 | 0.68 |
| Hex | F5 | BD | 64 | 0 | 17 | 3B | 4 | 25 | 58 | 44 |
| Octal | 365 | 275 | 144 | 0 | 27 | 73 | 4 | 45 | 130 | 104 |
| Binary | 11110101 | 10111101 | 1100100 | 0 | 10111 | 111011 | 100 | 100101 | 1011000 | 1000100 |
Color Harmonies of #F5BD64
Complementary color
Monochromatic Colors of #F5BD64
Black with #F5BD64
Text Example
Text Example
White with #F5BD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BD64; }
p { color: rgb(245,189,100); }
H1.HeaderClassName
{
color: #F5BD64;
}
.AnyTagClassName
{
color: #F5BD64;
}
</style>
background-color css
<style>
a { background-color: #F5BD64; }
a { background-color: rgb(245,189,100); }
div.DivClassName
{
background-color: #F5BD64;
}
.BgClassName
{
background-color: #F5BD64;
}
</style>
border-color css
<style>
span { border-color: #F5BD64; }
span { border-color: rgb(245,189,100); }
td.TdClassName
{
border-color: #F5BD64;
}
.TagClassName
{
border-color: #F5BD64;
}
</style>