Shades of Harvest Gold #F2C46D
Tints of Harvest Gold #F2C46D
RGB
CMYK
RGB Variations
Color information
#F2C46D (or 0xF2C46D) is known color: Harvest Gold. HEX triplet: F2, C4 and 6D. RGB value is (242,196,109). Sum of RGB (Red+Green+Blue) = 242+196+109=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C46D is #0D3B92. Grayscale: #C8C8C8. Windows color (decimal): -867219 or 7193842. OLE color: 7193842.
HSL color Cylindrical-coordinate representation of color #F2C46D: hue angle of 39.25º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2C46D is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 109 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.05 |
| HSL | 39.25º | 0.84% | 0.69% | - |
| HSV(B) | 39.25º | 0.55% | 0.95% | - |
| XYZ | 59.12 | 59.46 | 22.83 | - |
| YUV | 199.84 | 76.74 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 109 | 0 | 0.19 | 0.55 | 0.05 | 39.25 | 0.84 | 0.69 |
| Hex | F2 | C4 | 6D | 0 | 13 | 37 | 5 | 27 | 54 | 45 |
| Octal | 362 | 304 | 155 | 0 | 23 | 67 | 5 | 47 | 124 | 105 |
| Binary | 11110010 | 11000100 | 1101101 | 0 | 10011 | 110111 | 101 | 100111 | 1010100 | 1000101 |
Color Harmonies of #F2C46D
Complementary color
Monochromatic Colors of #F2C46D
Black with #F2C46D
Text Example
Text Example
White with #F2C46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C46D; }
p { color: rgb(242,196,109); }
H1.HeaderClassName
{
color: #F2C46D;
}
.AnyTagClassName
{
color: #F2C46D;
}
</style>
background-color css
<style>
a { background-color: #F2C46D; }
a { background-color: rgb(242,196,109); }
div.DivClassName
{
background-color: #F2C46D;
}
.BgClassName
{
background-color: #F2C46D;
}
</style>
border-color css
<style>
span { border-color: #F2C46D; }
span { border-color: rgb(242,196,109); }
td.TdClassName
{
border-color: #F2C46D;
}
.TagClassName
{
border-color: #F2C46D;
}
</style>