Shades of Harvest Gold #F5B668
Tints of Harvest Gold #F5B668
RGB
CMYK
RGB Variations
Color information
#F5B668 (or 0xF5B668) is known color: Harvest Gold. HEX triplet: F5, B6 and 68. RGB value is (245,182,104). Sum of RGB (Red+Green+Blue) = 245+182+104=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B668 is #0A4997. Grayscale: #C0C0C0. Windows color (decimal): -674200 or 6862581. OLE color: 6862581.
HSL color Cylindrical-coordinate representation of color #F5B668: hue angle of 33.19º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5B668 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 182 | 104 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.04 |
| HSL | 33.19º | 0.88% | 0.68% | - |
| HSV(B) | 33.19º | 0.58% | 0.96% | - |
| XYZ | 56.88 | 53.87 | 20.5 | - |
| YUV | 191.95 | 78.37 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 182 | 104 | 0 | 0.26 | 0.58 | 0.04 | 33.19 | 0.88 | 0.68 |
| Hex | F5 | B6 | 68 | 0 | 1A | 3A | 4 | 21 | 58 | 44 |
| Octal | 365 | 266 | 150 | 0 | 32 | 72 | 4 | 41 | 130 | 104 |
| Binary | 11110101 | 10110110 | 1101000 | 0 | 11010 | 111010 | 100 | 100001 | 1011000 | 1000100 |
Color Harmonies of #F5B668
Complementary color
Monochromatic Colors of #F5B668
Black with #F5B668
Text Example
Text Example
White with #F5B668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B668; }
p { color: rgb(245,182,104); }
H1.HeaderClassName
{
color: #F5B668;
}
.AnyTagClassName
{
color: #F5B668;
}
</style>
background-color css
<style>
a { background-color: #F5B668; }
a { background-color: rgb(245,182,104); }
div.DivClassName
{
background-color: #F5B668;
}
.BgClassName
{
background-color: #F5B668;
}
</style>
border-color css
<style>
span { border-color: #F5B668; }
span { border-color: rgb(245,182,104); }
td.TdClassName
{
border-color: #F5B668;
}
.TagClassName
{
border-color: #F5B668;
}
</style>