Shades of Harvest Gold #F3C264
Tints of Harvest Gold #F3C264
RGB
CMYK
RGB Variations
Color information
#F3C264 (or 0xF3C264) is known color: Harvest Gold. HEX triplet: F3, C2 and 64. RGB value is (243,194,100). Sum of RGB (Red+Green+Blue) = 243+194+100=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C264 is #0C3D9B. Grayscale: #C6C6C6. Windows color (decimal): -802204 or 6603507. OLE color: 6603507.
HSL color Cylindrical-coordinate representation of color #F3C264: hue angle of 39.44º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F3C264 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 100 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.05 |
| HSL | 39.44º | 0.86% | 0.67% | - |
| HSV(B) | 39.44º | 0.59% | 0.95% | - |
| XYZ | 58.55 | 58.56 | 20.27 | - |
| YUV | 197.94 | 72.73 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 100 | 0 | 0.20 | 0.59 | 0.05 | 39.44 | 0.86 | 0.67 |
| Hex | F3 | C2 | 64 | 0 | 14 | 3B | 5 | 27 | 56 | 43 |
| Octal | 363 | 302 | 144 | 0 | 24 | 73 | 5 | 47 | 126 | 103 |
| Binary | 11110011 | 11000010 | 1100100 | 0 | 10100 | 111011 | 101 | 100111 | 1010110 | 1000011 |
Color Harmonies of #F3C264
Complementary color
Monochromatic Colors of #F3C264
Black with #F3C264
Text Example
Text Example
White with #F3C264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C264; }
p { color: rgb(243,194,100); }
H1.HeaderClassName
{
color: #F3C264;
}
.AnyTagClassName
{
color: #F3C264;
}
</style>
background-color css
<style>
a { background-color: #F3C264; }
a { background-color: rgb(243,194,100); }
div.DivClassName
{
background-color: #F3C264;
}
.BgClassName
{
background-color: #F3C264;
}
</style>
border-color css
<style>
span { border-color: #F3C264; }
span { border-color: rgb(243,194,100); }
td.TdClassName
{
border-color: #F3C264;
}
.TagClassName
{
border-color: #F3C264;
}
</style>