Shades of Harvest Gold #F3C072
Tints of Harvest Gold #F3C072
RGB
CMYK
RGB Variations
Color information
#F3C072 (or 0xF3C072) is known color: Harvest Gold. HEX triplet: F3, C0 and 72. RGB value is (243,192,114). Sum of RGB (Red+Green+Blue) = 243+192+114=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C072 is #0C3F8D. Grayscale: #C6C6C6. Windows color (decimal): -802702 or 7520499. OLE color: 7520499.
HSL color Cylindrical-coordinate representation of color #F3C072: hue angle of 36.28º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F3C072 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 114 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.05 |
| HSL | 36.28º | 0.84% | 0.7% | - |
| HSV(B) | 36.28º | 0.53% | 0.95% | - |
| XYZ | 58.85 | 57.97 | 24.01 | - |
| YUV | 198.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 114 | 0 | 0.21 | 0.53 | 0.05 | 36.28 | 0.84 | 0.7 |
| Hex | F3 | C0 | 72 | 0 | 15 | 35 | 5 | 24 | 54 | 46 |
| Octal | 363 | 300 | 162 | 0 | 25 | 65 | 5 | 44 | 124 | 106 |
| Binary | 11110011 | 11000000 | 1110010 | 0 | 10101 | 110101 | 101 | 100100 | 1010100 | 1000110 |
Color Harmonies of #F3C072
Complementary color
Monochromatic Colors of #F3C072
Black with #F3C072
Text Example
Text Example
White with #F3C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C072; }
p { color: rgb(243,192,114); }
H1.HeaderClassName
{
color: #F3C072;
}
.AnyTagClassName
{
color: #F3C072;
}
</style>
background-color css
<style>
a { background-color: #F3C072; }
a { background-color: rgb(243,192,114); }
div.DivClassName
{
background-color: #F3C072;
}
.BgClassName
{
background-color: #F3C072;
}
</style>
border-color css
<style>
span { border-color: #F3C072; }
span { border-color: rgb(243,192,114); }
td.TdClassName
{
border-color: #F3C072;
}
.TagClassName
{
border-color: #F3C072;
}
</style>