Shades of Harvest Gold #F3C068
Tints of Harvest Gold #F3C068
RGB
CMYK
RGB Variations
Color information
#F3C068 (or 0xF3C068) is known color: Harvest Gold. HEX triplet: F3, C0 and 68. RGB value is (243,192,104). Sum of RGB (Red+Green+Blue) = 243+192+104=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C068 is #0C3F97. Grayscale: #C5C5C5. Windows color (decimal): -802712 or 6865139. OLE color: 6865139.
HSL color Cylindrical-coordinate representation of color #F3C068: hue angle of 37.99º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F3C068 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 104 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.05 |
| HSL | 37.99º | 0.85% | 0.68% | - |
| HSV(B) | 37.99º | 0.57% | 0.95% | - |
| XYZ | 58.31 | 57.75 | 21.17 | - |
| YUV | 197.22 | 75.4 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 104 | 0 | 0.21 | 0.57 | 0.05 | 37.99 | 0.85 | 0.68 |
| Hex | F3 | C0 | 68 | 0 | 15 | 39 | 5 | 26 | 55 | 44 |
| Octal | 363 | 300 | 150 | 0 | 25 | 71 | 5 | 46 | 125 | 104 |
| Binary | 11110011 | 11000000 | 1101000 | 0 | 10101 | 111001 | 101 | 100110 | 1010101 | 1000100 |
Color Harmonies of #F3C068
Complementary color
Monochromatic Colors of #F3C068
Black with #F3C068
Text Example
Text Example
White with #F3C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C068; }
p { color: rgb(243,192,104); }
H1.HeaderClassName
{
color: #F3C068;
}
.AnyTagClassName
{
color: #F3C068;
}
</style>
background-color css
<style>
a { background-color: #F3C068; }
a { background-color: rgb(243,192,104); }
div.DivClassName
{
background-color: #F3C068;
}
.BgClassName
{
background-color: #F3C068;
}
</style>
border-color css
<style>
span { border-color: #F3C068; }
span { border-color: rgb(243,192,104); }
td.TdClassName
{
border-color: #F3C068;
}
.TagClassName
{
border-color: #F3C068;
}
</style>