Shades of Harvest Gold #F5C06F
Tints of Harvest Gold #F5C06F
RGB
CMYK
RGB Variations
Color information
#F5C06F (or 0xF5C06F) is known color: Harvest Gold. HEX triplet: F5, C0 and 6F. RGB value is (245,192,111). Sum of RGB (Red+Green+Blue) = 245+192+111=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 111 (43.75% from 255 or 20.26% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C06F is #0A3F90. Grayscale: #C6C6C6. Windows color (decimal): -671633 or 7323893. OLE color: 7323893.
HSL color Cylindrical-coordinate representation of color #F5C06F: hue angle of 36.27º 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 #F5C06F is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 111 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.04 |
| HSL | 36.27º | 0.87% | 0.7% | - |
| HSV(B) | 36.27º | 0.55% | 0.96% | - |
| XYZ | 59.38 | 58.26 | 23.15 | - |
| YUV | 198.61 | 78.56 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 111 | 0 | 0.22 | 0.55 | 0.04 | 36.27 | 0.87 | 0.7 |
| Hex | F5 | C0 | 6F | 0 | 16 | 37 | 4 | 24 | 57 | 46 |
| Octal | 365 | 300 | 157 | 0 | 26 | 67 | 4 | 44 | 127 | 106 |
| Binary | 11110101 | 11000000 | 1101111 | 0 | 10110 | 110111 | 100 | 100100 | 1010111 | 1000110 |
Color Harmonies of #F5C06F
Complementary color
Monochromatic Colors of #F5C06F
Black with #F5C06F
Text Example
Text Example
White with #F5C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C06F; }
p { color: rgb(245,192,111); }
H1.HeaderClassName
{
color: #F5C06F;
}
.AnyTagClassName
{
color: #F5C06F;
}
</style>
background-color css
<style>
a { background-color: #F5C06F; }
a { background-color: rgb(245,192,111); }
div.DivClassName
{
background-color: #F5C06F;
}
.BgClassName
{
background-color: #F5C06F;
}
</style>
border-color css
<style>
span { border-color: #F5C06F; }
span { border-color: rgb(245,192,111); }
td.TdClassName
{
border-color: #F5C06F;
}
.TagClassName
{
border-color: #F5C06F;
}
</style>