Shades of Harvest Gold #F5C06D
Tints of Harvest Gold #F5C06D
RGB
CMYK
RGB Variations
Color information
#F5C06D (or 0xF5C06D) is known color: Harvest Gold. HEX triplet: F5, C0 and 6D. RGB value is (245,192,109). Sum of RGB (Red+Green+Blue) = 245+192+109=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C06D is #0A3F92. Grayscale: #C6C6C6. Windows color (decimal): -671635 or 7192821. OLE color: 7192821.
HSL color Cylindrical-coordinate representation of color #F5C06D: hue angle of 36.62º 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 #F5C06D is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 109 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.04 |
| HSL | 36.62º | 0.87% | 0.69% | - |
| HSV(B) | 36.62º | 0.56% | 0.96% | - |
| XYZ | 59.27 | 58.22 | 22.58 | - |
| YUV | 198.39 | 77.56 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 109 | 0 | 0.22 | 0.56 | 0.04 | 36.62 | 0.87 | 0.69 |
| Hex | F5 | C0 | 6D | 0 | 16 | 38 | 4 | 25 | 57 | 45 |
| Octal | 365 | 300 | 155 | 0 | 26 | 70 | 4 | 45 | 127 | 105 |
| Binary | 11110101 | 11000000 | 1101101 | 0 | 10110 | 111000 | 100 | 100101 | 1010111 | 1000101 |
Color Harmonies of #F5C06D
Complementary color
Monochromatic Colors of #F5C06D
Black with #F5C06D
Text Example
Text Example
White with #F5C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C06D; }
p { color: rgb(245,192,109); }
H1.HeaderClassName
{
color: #F5C06D;
}
.AnyTagClassName
{
color: #F5C06D;
}
</style>
background-color css
<style>
a { background-color: #F5C06D; }
a { background-color: rgb(245,192,109); }
div.DivClassName
{
background-color: #F5C06D;
}
.BgClassName
{
background-color: #F5C06D;
}
</style>
border-color css
<style>
span { border-color: #F5C06D; }
span { border-color: rgb(245,192,109); }
td.TdClassName
{
border-color: #F5C06D;
}
.TagClassName
{
border-color: #F5C06D;
}
</style>