Shades of Harvest Gold #F2C364
Tints of Harvest Gold #F2C364
RGB
CMYK
RGB Variations
Color information
#F2C364 (or 0xF2C364) is known color: Harvest Gold. HEX triplet: F2, C3 and 64. RGB value is (242,195,100). Sum of RGB (Red+Green+Blue) = 242+195+100=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C364 is #0D3C9B. Grayscale: #C6C6C6. Windows color (decimal): -867484 or 6603762. OLE color: 6603762.
HSL color Cylindrical-coordinate representation of color #F2C364: hue angle of 40.14º 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 #F2C364 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 100 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.05 |
| HSL | 40.14º | 0.85% | 0.67% | - |
| HSV(B) | 40.14º | 0.59% | 0.95% | - |
| XYZ | 58.43 | 58.83 | 20.33 | - |
| YUV | 198.22 | 72.57 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 100 | 0 | 0.19 | 0.59 | 0.05 | 40.14 | 0.85 | 0.67 |
| Hex | F2 | C3 | 64 | 0 | 13 | 3B | 5 | 28 | 55 | 43 |
| Octal | 362 | 303 | 144 | 0 | 23 | 73 | 5 | 50 | 125 | 103 |
| Binary | 11110010 | 11000011 | 1100100 | 0 | 10011 | 111011 | 101 | 101000 | 1010101 | 1000011 |
Color Harmonies of #F2C364
Complementary color
Monochromatic Colors of #F2C364
Black with #F2C364
Text Example
Text Example
White with #F2C364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C364; }
p { color: rgb(242,195,100); }
H1.HeaderClassName
{
color: #F2C364;
}
.AnyTagClassName
{
color: #F2C364;
}
</style>
background-color css
<style>
a { background-color: #F2C364; }
a { background-color: rgb(242,195,100); }
div.DivClassName
{
background-color: #F2C364;
}
.BgClassName
{
background-color: #F2C364;
}
</style>
border-color css
<style>
span { border-color: #F2C364; }
span { border-color: rgb(242,195,100); }
td.TdClassName
{
border-color: #F2C364;
}
.TagClassName
{
border-color: #F2C364;
}
</style>