Shades of Harvest Gold #F3C06F
Tints of Harvest Gold #F3C06F
RGB
CMYK
RGB Variations
Color information
#F3C06F (or 0xF3C06F) is known color: Harvest Gold. HEX triplet: F3, C0 and 6F. RGB value is (243,192,111). Sum of RGB (Red+Green+Blue) = 243+192+111=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C06F is #0C3F90. Grayscale: #C6C6C6. Windows color (decimal): -802705 or 7323891. OLE color: 7323891.
HSL color Cylindrical-coordinate representation of color #F3C06F: hue angle of 36.82º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3C06F is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 111 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.05 |
| HSL | 36.82º | 0.85% | 0.69% | - |
| HSV(B) | 36.82º | 0.54% | 0.95% | - |
| XYZ | 58.68 | 57.9 | 23.12 | - |
| YUV | 198.02 | 78.9 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 111 | 0 | 0.21 | 0.54 | 0.05 | 36.82 | 0.85 | 0.69 |
| Hex | F3 | C0 | 6F | 0 | 15 | 36 | 5 | 25 | 55 | 45 |
| Octal | 363 | 300 | 157 | 0 | 25 | 66 | 5 | 45 | 125 | 105 |
| Binary | 11110011 | 11000000 | 1101111 | 0 | 10101 | 110110 | 101 | 100101 | 1010101 | 1000101 |
Color Harmonies of #F3C06F
Complementary color
Monochromatic Colors of #F3C06F
Black with #F3C06F
Text Example
Text Example
White with #F3C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C06F; }
p { color: rgb(243,192,111); }
H1.HeaderClassName
{
color: #F3C06F;
}
.AnyTagClassName
{
color: #F3C06F;
}
</style>
background-color css
<style>
a { background-color: #F3C06F; }
a { background-color: rgb(243,192,111); }
div.DivClassName
{
background-color: #F3C06F;
}
.BgClassName
{
background-color: #F3C06F;
}
</style>
border-color css
<style>
span { border-color: #F3C06F; }
span { border-color: rgb(243,192,111); }
td.TdClassName
{
border-color: #F3C06F;
}
.TagClassName
{
border-color: #F3C06F;
}
</style>