Shades of Harvest Gold #F3C067
Tints of Harvest Gold #F3C067
RGB
CMYK
RGB Variations
Color information
#F3C067 (or 0xF3C067) is known color: Harvest Gold. HEX triplet: F3, C0 and 67. RGB value is (243,192,103). Sum of RGB (Red+Green+Blue) = 243+192+103=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C067 is #0C3F98. Grayscale: #C5C5C5. Windows color (decimal): -802713 or 6799603. OLE color: 6799603.
HSL color Cylindrical-coordinate representation of color #F3C067: hue angle of 38.14º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3C067 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 103 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.05 |
| HSL | 38.14º | 0.85% | 0.68% | - |
| HSV(B) | 38.14º | 0.58% | 0.95% | - |
| XYZ | 58.26 | 57.73 | 20.9 | - |
| YUV | 197.1 | 74.9 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 103 | 0 | 0.21 | 0.58 | 0.05 | 38.14 | 0.85 | 0.68 |
| Hex | F3 | C0 | 67 | 0 | 15 | 3A | 5 | 26 | 55 | 44 |
| Octal | 363 | 300 | 147 | 0 | 25 | 72 | 5 | 46 | 125 | 104 |
| Binary | 11110011 | 11000000 | 1100111 | 0 | 10101 | 111010 | 101 | 100110 | 1010101 | 1000100 |
Color Harmonies of #F3C067
Complementary color
Monochromatic Colors of #F3C067
Black with #F3C067
Text Example
Text Example
White with #F3C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C067; }
p { color: rgb(243,192,103); }
H1.HeaderClassName
{
color: #F3C067;
}
.AnyTagClassName
{
color: #F3C067;
}
</style>
background-color css
<style>
a { background-color: #F3C067; }
a { background-color: rgb(243,192,103); }
div.DivClassName
{
background-color: #F3C067;
}
.BgClassName
{
background-color: #F3C067;
}
</style>
border-color css
<style>
span { border-color: #F3C067; }
span { border-color: rgb(243,192,103); }
td.TdClassName
{
border-color: #F3C067;
}
.TagClassName
{
border-color: #F3C067;
}
</style>