Shades of Harvest Gold #F5C366
Tints of Harvest Gold #F5C366
RGB
CMYK
RGB Variations
Color information
#F5C366 (or 0xF5C366) is known color: Harvest Gold. HEX triplet: F5, C3 and 66. RGB value is (245,195,102). Sum of RGB (Red+Green+Blue) = 245+195+102=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C366 is #0A3C99. Grayscale: #C7C7C7. Windows color (decimal): -670874 or 6734837. OLE color: 6734837.
HSL color Cylindrical-coordinate representation of color #F5C366: hue angle of 39.02º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5C366 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 195 | 102 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.04 |
| HSL | 39.02º | 0.88% | 0.68% | - |
| HSV(B) | 39.02º | 0.58% | 0.96% | - |
| XYZ | 59.57 | 59.4 | 20.9 | - |
| YUV | 199.35 | 73.07 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 195 | 102 | 0 | 0.20 | 0.58 | 0.04 | 39.02 | 0.88 | 0.68 |
| Hex | F5 | C3 | 66 | 0 | 14 | 3A | 4 | 27 | 58 | 44 |
| Octal | 365 | 303 | 146 | 0 | 24 | 72 | 4 | 47 | 130 | 104 |
| Binary | 11110101 | 11000011 | 1100110 | 0 | 10100 | 111010 | 100 | 100111 | 1011000 | 1000100 |
Color Harmonies of #F5C366
Complementary color
Monochromatic Colors of #F5C366
Black with #F5C366
Text Example
Text Example
White with #F5C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C366; }
p { color: rgb(245,195,102); }
H1.HeaderClassName
{
color: #F5C366;
}
.AnyTagClassName
{
color: #F5C366;
}
</style>
background-color css
<style>
a { background-color: #F5C366; }
a { background-color: rgb(245,195,102); }
div.DivClassName
{
background-color: #F5C366;
}
.BgClassName
{
background-color: #F5C366;
}
</style>
border-color css
<style>
span { border-color: #F5C366; }
span { border-color: rgb(245,195,102); }
td.TdClassName
{
border-color: #F5C366;
}
.TagClassName
{
border-color: #F5C366;
}
</style>