Shades of Harvest Gold #F3C06D
Tints of Harvest Gold #F3C06D
RGB
CMYK
RGB Variations
Color information
#F3C06D (or 0xF3C06D) is known color: Harvest Gold. HEX triplet: F3, C0 and 6D. RGB value is (243,192,109). Sum of RGB (Red+Green+Blue) = 243+192+109=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 109 (42.97% from 255 or 20.04% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C06D is #0C3F92. Grayscale: #C6C6C6. Windows color (decimal): -802707 or 7192819. OLE color: 7192819.
HSL color Cylindrical-coordinate representation of color #F3C06D: hue angle of 37.16º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3C06D is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 109 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.05 |
| HSL | 37.16º | 0.85% | 0.69% | - |
| HSV(B) | 37.16º | 0.55% | 0.95% | - |
| XYZ | 58.57 | 57.86 | 22.55 | - |
| YUV | 197.79 | 77.9 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 109 | 0 | 0.21 | 0.55 | 0.05 | 37.16 | 0.85 | 0.69 |
| Hex | F3 | C0 | 6D | 0 | 15 | 37 | 5 | 25 | 55 | 45 |
| Octal | 363 | 300 | 155 | 0 | 25 | 67 | 5 | 45 | 125 | 105 |
| Binary | 11110011 | 11000000 | 1101101 | 0 | 10101 | 110111 | 101 | 100101 | 1010101 | 1000101 |
Color Harmonies of #F3C06D
Complementary color
Monochromatic Colors of #F3C06D
Black with #F3C06D
Text Example
Text Example
White with #F3C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C06D; }
p { color: rgb(243,192,109); }
H1.HeaderClassName
{
color: #F3C06D;
}
.AnyTagClassName
{
color: #F3C06D;
}
</style>
background-color css
<style>
a { background-color: #F3C06D; }
a { background-color: rgb(243,192,109); }
div.DivClassName
{
background-color: #F3C06D;
}
.BgClassName
{
background-color: #F3C06D;
}
</style>
border-color css
<style>
span { border-color: #F3C06D; }
span { border-color: rgb(243,192,109); }
td.TdClassName
{
border-color: #F3C06D;
}
.TagClassName
{
border-color: #F3C06D;
}
</style>