Shades of Harvest Gold #F5C16E
Tints of Harvest Gold #F5C16E
RGB
CMYK
RGB Variations
Color information
#F5C16E (or 0xF5C16E) is known color: Harvest Gold. HEX triplet: F5, C1 and 6E. RGB value is (245,193,110). Sum of RGB (Red+Green+Blue) = 245+193+110=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C16E is #0A3E91. Grayscale: #C7C7C7. Windows color (decimal): -671378 or 7258613. OLE color: 7258613.
HSL color Cylindrical-coordinate representation of color #F5C16E: hue angle of 36.89º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5C16E is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 110 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.04 |
| HSL | 36.89º | 0.87% | 0.7% | - |
| HSV(B) | 36.89º | 0.55% | 0.96% | - |
| XYZ | 59.54 | 58.68 | 22.94 | - |
| YUV | 199.09 | 77.73 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 110 | 0 | 0.21 | 0.55 | 0.04 | 36.89 | 0.87 | 0.7 |
| Hex | F5 | C1 | 6E | 0 | 15 | 37 | 4 | 25 | 57 | 46 |
| Octal | 365 | 301 | 156 | 0 | 25 | 67 | 4 | 45 | 127 | 106 |
| Binary | 11110101 | 11000001 | 1101110 | 0 | 10101 | 110111 | 100 | 100101 | 1010111 | 1000110 |
Color Harmonies of #F5C16E
Complementary color
Monochromatic Colors of #F5C16E
Black with #F5C16E
Text Example
Text Example
White with #F5C16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C16E; }
p { color: rgb(245,193,110); }
H1.HeaderClassName
{
color: #F5C16E;
}
.AnyTagClassName
{
color: #F5C16E;
}
</style>
background-color css
<style>
a { background-color: #F5C16E; }
a { background-color: rgb(245,193,110); }
div.DivClassName
{
background-color: #F5C16E;
}
.BgClassName
{
background-color: #F5C16E;
}
</style>
border-color css
<style>
span { border-color: #F5C16E; }
span { border-color: rgb(245,193,110); }
td.TdClassName
{
border-color: #F5C16E;
}
.TagClassName
{
border-color: #F5C16E;
}
</style>