Shades of Harvest Gold #F2C363
Tints of Harvest Gold #F2C363
RGB
CMYK
RGB Variations
Color information
#F2C363 (or 0xF2C363) is known color: Harvest Gold. HEX triplet: F2, C3 and 63. RGB value is (242,195,99). Sum of RGB (Red+Green+Blue) = 242+195+99=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C363 is #0D3C9C. Grayscale: #C6C6C6. Windows color (decimal): -867485 or 6538226. OLE color: 6538226.
HSL color Cylindrical-coordinate representation of color #F2C363: hue angle of 40.28º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2C363 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 99 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.05 |
| HSL | 40.28º | 0.85% | 0.67% | - |
| HSV(B) | 40.28º | 0.59% | 0.95% | - |
| XYZ | 58.39 | 58.81 | 20.08 | - |
| YUV | 198.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 99 | 0 | 0.19 | 0.59 | 0.05 | 40.28 | 0.85 | 0.67 |
| Hex | F2 | C3 | 63 | 0 | 13 | 3B | 5 | 28 | 55 | 43 |
| Octal | 362 | 303 | 143 | 0 | 23 | 73 | 5 | 50 | 125 | 103 |
| Binary | 11110010 | 11000011 | 1100011 | 0 | 10011 | 111011 | 101 | 101000 | 1010101 | 1000011 |
Color Harmonies of #F2C363
Complementary color
Monochromatic Colors of #F2C363
Black with #F2C363
Text Example
Text Example
White with #F2C363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C363; }
p { color: rgb(242,195,99); }
H1.HeaderClassName
{
color: #F2C363;
}
.AnyTagClassName
{
color: #F2C363;
}
</style>
background-color css
<style>
a { background-color: #F2C363; }
a { background-color: rgb(242,195,99); }
div.DivClassName
{
background-color: #F2C363;
}
.BgClassName
{
background-color: #F2C363;
}
</style>
border-color css
<style>
span { border-color: #F2C363; }
span { border-color: rgb(242,195,99); }
td.TdClassName
{
border-color: #F2C363;
}
.TagClassName
{
border-color: #F2C363;
}
</style>