Shades of Harvest Gold #F5C06C
Tints of Harvest Gold #F5C06C
RGB
CMYK
RGB Variations
Color information
#F5C06C (or 0xF5C06C) is known color: Harvest Gold. HEX triplet: F5, C0 and 6C. RGB value is (245,192,108). Sum of RGB (Red+Green+Blue) = 245+192+108=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C06C is #0A3F93. Grayscale: #C6C6C6. Windows color (decimal): -671636 or 7127285. OLE color: 7127285.
HSL color Cylindrical-coordinate representation of color #F5C06C: hue angle of 36.79º 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 #F5C06C is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 108 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.04 |
| HSL | 36.79º | 0.87% | 0.69% | - |
| HSV(B) | 36.79º | 0.56% | 0.96% | - |
| XYZ | 59.21 | 58.19 | 22.3 | - |
| YUV | 198.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 108 | 0 | 0.22 | 0.56 | 0.04 | 36.79 | 0.87 | 0.69 |
| Hex | F5 | C0 | 6C | 0 | 16 | 38 | 4 | 25 | 57 | 45 |
| Octal | 365 | 300 | 154 | 0 | 26 | 70 | 4 | 45 | 127 | 105 |
| Binary | 11110101 | 11000000 | 1101100 | 0 | 10110 | 111000 | 100 | 100101 | 1010111 | 1000101 |
Color Harmonies of #F5C06C
Complementary color
Monochromatic Colors of #F5C06C
Black with #F5C06C
Text Example
Text Example
White with #F5C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C06C; }
p { color: rgb(245,192,108); }
H1.HeaderClassName
{
color: #F5C06C;
}
.AnyTagClassName
{
color: #F5C06C;
}
</style>
background-color css
<style>
a { background-color: #F5C06C; }
a { background-color: rgb(245,192,108); }
div.DivClassName
{
background-color: #F5C06C;
}
.BgClassName
{
background-color: #F5C06C;
}
</style>
border-color css
<style>
span { border-color: #F5C06C; }
span { border-color: rgb(245,192,108); }
td.TdClassName
{
border-color: #F5C06C;
}
.TagClassName
{
border-color: #F5C06C;
}
</style>