Shades of Harvest Gold #F2C36E
Tints of Harvest Gold #F2C36E
RGB
CMYK
RGB Variations
Color information
#F2C36E (or 0xF2C36E) is known color: Harvest Gold. HEX triplet: F2, C3 and 6E. RGB value is (242,195,110). Sum of RGB (Red+Green+Blue) = 242+195+110=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C36E is #0D3C91. Grayscale: #C7C7C7. Windows color (decimal): -867474 or 7259122. OLE color: 7259122.
HSL color Cylindrical-coordinate representation of color #F2C36E: hue angle of 38.64º 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 #F2C36E is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 110 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.05 |
| HSL | 38.64º | 0.84% | 0.69% | - |
| HSV(B) | 38.64º | 0.55% | 0.95% | - |
| XYZ | 58.95 | 59.03 | 23.04 | - |
| YUV | 199.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 110 | 0 | 0.19 | 0.55 | 0.05 | 38.64 | 0.84 | 0.69 |
| Hex | F2 | C3 | 6E | 0 | 13 | 37 | 5 | 27 | 54 | 45 |
| Octal | 362 | 303 | 156 | 0 | 23 | 67 | 5 | 47 | 124 | 105 |
| Binary | 11110010 | 11000011 | 1101110 | 0 | 10011 | 110111 | 101 | 100111 | 1010100 | 1000101 |
Color Harmonies of #F2C36E
Complementary color
Monochromatic Colors of #F2C36E
Black with #F2C36E
Text Example
Text Example
White with #F2C36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C36E; }
p { color: rgb(242,195,110); }
H1.HeaderClassName
{
color: #F2C36E;
}
.AnyTagClassName
{
color: #F2C36E;
}
</style>
background-color css
<style>
a { background-color: #F2C36E; }
a { background-color: rgb(242,195,110); }
div.DivClassName
{
background-color: #F2C36E;
}
.BgClassName
{
background-color: #F2C36E;
}
</style>
border-color css
<style>
span { border-color: #F2C36E; }
span { border-color: rgb(242,195,110); }
td.TdClassName
{
border-color: #F2C36E;
}
.TagClassName
{
border-color: #F2C36E;
}
</style>