Shades of Harvest Gold #F5C26D
Tints of Harvest Gold #F5C26D
RGB
CMYK
RGB Variations
Color information
#F5C26D (or 0xF5C26D) is known color: Harvest Gold. HEX triplet: F5, C2 and 6D. RGB value is (245,194,109). Sum of RGB (Red+Green+Blue) = 245+194+109=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C26D is #0A3D92. Grayscale: #C7C7C7. Windows color (decimal): -671123 or 7193333. OLE color: 7193333.
HSL color Cylindrical-coordinate representation of color #F5C26D: hue angle of 37.5º 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 #F5C26D is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 194 | 109 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.04 |
| HSL | 37.5º | 0.87% | 0.69% | - |
| HSV(B) | 37.5º | 0.56% | 0.96% | - |
| XYZ | 59.71 | 59.1 | 22.73 | - |
| YUV | 199.56 | 76.9 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 109 | 0 | 0.21 | 0.56 | 0.04 | 37.5 | 0.87 | 0.69 |
| Hex | F5 | C2 | 6D | 0 | 15 | 38 | 4 | 26 | 57 | 45 |
| Octal | 365 | 302 | 155 | 0 | 25 | 70 | 4 | 46 | 127 | 105 |
| Binary | 11110101 | 11000010 | 1101101 | 0 | 10101 | 111000 | 100 | 100110 | 1010111 | 1000101 |
Color Harmonies of #F5C26D
Complementary color
Monochromatic Colors of #F5C26D
Black with #F5C26D
Text Example
Text Example
White with #F5C26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C26D; }
p { color: rgb(245,194,109); }
H1.HeaderClassName
{
color: #F5C26D;
}
.AnyTagClassName
{
color: #F5C26D;
}
</style>
background-color css
<style>
a { background-color: #F5C26D; }
a { background-color: rgb(245,194,109); }
div.DivClassName
{
background-color: #F5C26D;
}
.BgClassName
{
background-color: #F5C26D;
}
</style>
border-color css
<style>
span { border-color: #F5C26D; }
span { border-color: rgb(245,194,109); }
td.TdClassName
{
border-color: #F5C26D;
}
.TagClassName
{
border-color: #F5C26D;
}
</style>