Shades of Harvest Gold #F5C16C
Tints of Harvest Gold #F5C16C
RGB
CMYK
RGB Variations
Color information
#F5C16C (or 0xF5C16C) is known color: Harvest Gold. HEX triplet: F5, C1 and 6C. RGB value is (245,193,108). Sum of RGB (Red+Green+Blue) = 245+193+108=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C16C is #0A3E93. Grayscale: #C7C7C7. Windows color (decimal): -671380 or 7127541. OLE color: 7127541.
HSL color Cylindrical-coordinate representation of color #F5C16C: hue angle of 37.23º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5C16C is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 108 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.04 |
| HSL | 37.23º | 0.87% | 0.69% | - |
| HSV(B) | 37.23º | 0.56% | 0.96% | - |
| XYZ | 59.43 | 58.64 | 22.37 | - |
| YUV | 198.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 108 | 0 | 0.21 | 0.56 | 0.04 | 37.23 | 0.87 | 0.69 |
| Hex | F5 | C1 | 6C | 0 | 15 | 38 | 4 | 25 | 57 | 45 |
| Octal | 365 | 301 | 154 | 0 | 25 | 70 | 4 | 45 | 127 | 105 |
| Binary | 11110101 | 11000001 | 1101100 | 0 | 10101 | 111000 | 100 | 100101 | 1010111 | 1000101 |
Color Harmonies of #F5C16C
Complementary color
Monochromatic Colors of #F5C16C
Black with #F5C16C
Text Example
Text Example
White with #F5C16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C16C; }
p { color: rgb(245,193,108); }
H1.HeaderClassName
{
color: #F5C16C;
}
.AnyTagClassName
{
color: #F5C16C;
}
</style>
background-color css
<style>
a { background-color: #F5C16C; }
a { background-color: rgb(245,193,108); }
div.DivClassName
{
background-color: #F5C16C;
}
.BgClassName
{
background-color: #F5C16C;
}
</style>
border-color css
<style>
span { border-color: #F5C16C; }
span { border-color: rgb(245,193,108); }
td.TdClassName
{
border-color: #F5C16C;
}
.TagClassName
{
border-color: #F5C16C;
}
</style>