Shades of Harvest Gold #F3C265
Tints of Harvest Gold #F3C265
RGB
CMYK
RGB Variations
Color information
#F3C265 (or 0xF3C265) is known color: Harvest Gold. HEX triplet: F3, C2 and 65. RGB value is (243,194,101). Sum of RGB (Red+Green+Blue) = 243+194+101=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C265 is #0C3D9A. Grayscale: #C6C6C6. Windows color (decimal): -802203 or 6669043. OLE color: 6669043.
HSL color Cylindrical-coordinate representation of color #F3C265: hue angle of 39.3º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3C265 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 101 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.05 |
| HSL | 39.3º | 0.86% | 0.67% | - |
| HSV(B) | 39.3º | 0.58% | 0.95% | - |
| XYZ | 58.6 | 58.58 | 20.53 | - |
| YUV | 198.05 | 73.23 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 101 | 0 | 0.20 | 0.58 | 0.05 | 39.3 | 0.86 | 0.67 |
| Hex | F3 | C2 | 65 | 0 | 14 | 3A | 5 | 27 | 56 | 43 |
| Octal | 363 | 302 | 145 | 0 | 24 | 72 | 5 | 47 | 126 | 103 |
| Binary | 11110011 | 11000010 | 1100101 | 0 | 10100 | 111010 | 101 | 100111 | 1010110 | 1000011 |
Color Harmonies of #F3C265
Complementary color
Monochromatic Colors of #F3C265
Black with #F3C265
Text Example
Text Example
White with #F3C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C265; }
p { color: rgb(243,194,101); }
H1.HeaderClassName
{
color: #F3C265;
}
.AnyTagClassName
{
color: #F3C265;
}
</style>
background-color css
<style>
a { background-color: #F3C265; }
a { background-color: rgb(243,194,101); }
div.DivClassName
{
background-color: #F3C265;
}
.BgClassName
{
background-color: #F3C265;
}
</style>
border-color css
<style>
span { border-color: #F3C265; }
span { border-color: rgb(243,194,101); }
td.TdClassName
{
border-color: #F3C265;
}
.TagClassName
{
border-color: #F3C265;
}
</style>