Shades of Harvest Gold #F2C362
Tints of Harvest Gold #F2C362
RGB
CMYK
RGB Variations
Color information
#F2C362 (or 0xF2C362) is known color: Harvest Gold. HEX triplet: F2, C3 and 62. RGB value is (242,195,98). Sum of RGB (Red+Green+Blue) = 242+195+98=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C362 is #0D3C9D. Grayscale: #C6C6C6. Windows color (decimal): -867486 or 6472690. OLE color: 6472690.
HSL color Cylindrical-coordinate representation of color #F2C362: hue angle of 40.42º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2C362 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 98 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.05 |
| HSL | 40.42º | 0.85% | 0.67% | - |
| HSV(B) | 40.42º | 0.6% | 0.95% | - |
| XYZ | 58.34 | 58.79 | 19.83 | - |
| YUV | 198 | 71.57 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 98 | 0 | 0.19 | 0.60 | 0.05 | 40.42 | 0.85 | 0.67 |
| Hex | F2 | C3 | 62 | 0 | 13 | 3C | 5 | 28 | 55 | 43 |
| Octal | 362 | 303 | 142 | 0 | 23 | 74 | 5 | 50 | 125 | 103 |
| Binary | 11110010 | 11000011 | 1100010 | 0 | 10011 | 111100 | 101 | 101000 | 1010101 | 1000011 |
Color Harmonies of #F2C362
Complementary color
Monochromatic Colors of #F2C362
Black with #F2C362
Text Example
Text Example
White with #F2C362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C362; }
p { color: rgb(242,195,98); }
H1.HeaderClassName
{
color: #F2C362;
}
.AnyTagClassName
{
color: #F2C362;
}
</style>
background-color css
<style>
a { background-color: #F2C362; }
a { background-color: rgb(242,195,98); }
div.DivClassName
{
background-color: #F2C362;
}
.BgClassName
{
background-color: #F2C362;
}
</style>
border-color css
<style>
span { border-color: #F2C362; }
span { border-color: rgb(242,195,98); }
td.TdClassName
{
border-color: #F2C362;
}
.TagClassName
{
border-color: #F2C362;
}
</style>