Shades of Harvest Gold #F6C366
Tints of Harvest Gold #F6C366
RGB
CMYK
RGB Variations
Color information
#F6C366 (or 0xF6C366) is known color: Harvest Gold. HEX triplet: F6, C3 and 66. RGB value is (246,195,102). Sum of RGB (Red+Green+Blue) = 246+195+102=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C366 is #093C99. Grayscale: #C8C8C8. Windows color (decimal): -605338 or 6734838. OLE color: 6734838.
HSL color Cylindrical-coordinate representation of color #F6C366: hue angle of 38.75º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6C366 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 102 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.04 |
| HSL | 38.75º | 0.89% | 0.68% | - |
| HSV(B) | 38.75º | 0.59% | 0.96% | - |
| XYZ | 59.92 | 59.58 | 20.91 | - |
| YUV | 199.65 | 72.9 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 102 | 0 | 0.21 | 0.59 | 0.04 | 38.75 | 0.89 | 0.68 |
| Hex | F6 | C3 | 66 | 0 | 15 | 3B | 4 | 27 | 59 | 44 |
| Octal | 366 | 303 | 146 | 0 | 25 | 73 | 4 | 47 | 131 | 104 |
| Binary | 11110110 | 11000011 | 1100110 | 0 | 10101 | 111011 | 100 | 100111 | 1011001 | 1000100 |
Color Harmonies of #F6C366
Complementary color
Monochromatic Colors of #F6C366
Black with #F6C366
Text Example
Text Example
White with #F6C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C366; }
p { color: rgb(246,195,102); }
H1.HeaderClassName
{
color: #F6C366;
}
.AnyTagClassName
{
color: #F6C366;
}
</style>
background-color css
<style>
a { background-color: #F6C366; }
a { background-color: rgb(246,195,102); }
div.DivClassName
{
background-color: #F6C366;
}
.BgClassName
{
background-color: #F6C366;
}
</style>
border-color css
<style>
span { border-color: #F6C366; }
span { border-color: rgb(246,195,102); }
td.TdClassName
{
border-color: #F6C366;
}
.TagClassName
{
border-color: #F6C366;
}
</style>