Shades of Harvest Gold #F5C067
Tints of Harvest Gold #F5C067
RGB
CMYK
RGB Variations
Color information
#F5C067 (or 0xF5C067) is known color: Harvest Gold. HEX triplet: F5, C0 and 67. RGB value is (245,192,103). Sum of RGB (Red+Green+Blue) = 245+192+103=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C067 is #0A3F98. Grayscale: #C6C6C6. Windows color (decimal): -671641 or 6799605. OLE color: 6799605.
HSL color Cylindrical-coordinate representation of color #F5C067: hue angle of 37.61º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5C067 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 103 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.04 |
| HSL | 37.61º | 0.88% | 0.68% | - |
| HSV(B) | 37.61º | 0.58% | 0.96% | - |
| XYZ | 58.95 | 58.09 | 20.94 | - |
| YUV | 197.7 | 74.56 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 103 | 0 | 0.22 | 0.58 | 0.04 | 37.61 | 0.88 | 0.68 |
| Hex | F5 | C0 | 67 | 0 | 16 | 3A | 4 | 26 | 58 | 44 |
| Octal | 365 | 300 | 147 | 0 | 26 | 72 | 4 | 46 | 130 | 104 |
| Binary | 11110101 | 11000000 | 1100111 | 0 | 10110 | 111010 | 100 | 100110 | 1011000 | 1000100 |
Color Harmonies of #F5C067
Complementary color
Monochromatic Colors of #F5C067
Black with #F5C067
Text Example
Text Example
White with #F5C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C067; }
p { color: rgb(245,192,103); }
H1.HeaderClassName
{
color: #F5C067;
}
.AnyTagClassName
{
color: #F5C067;
}
</style>
background-color css
<style>
a { background-color: #F5C067; }
a { background-color: rgb(245,192,103); }
div.DivClassName
{
background-color: #F5C067;
}
.BgClassName
{
background-color: #F5C067;
}
</style>
border-color css
<style>
span { border-color: #F5C067; }
span { border-color: rgb(245,192,103); }
td.TdClassName
{
border-color: #F5C067;
}
.TagClassName
{
border-color: #F5C067;
}
</style>