Shades of Harvest Gold #F7C266
Tints of Harvest Gold #F7C266
RGB
CMYK
RGB Variations
Color information
#F7C266 (or 0xF7C266) is known color: Harvest Gold. HEX triplet: F7, C2 and 66. RGB value is (247,194,102). Sum of RGB (Red+Green+Blue) = 247+194+102=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C266 is #083D99. Grayscale: #C7C7C7. Windows color (decimal): -540058 or 6734583. OLE color: 6734583.
HSL color Cylindrical-coordinate representation of color #F7C266: hue angle of 38.07º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7C266 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 194 | 102 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.03 |
| HSL | 38.07º | 0.9% | 0.68% | - |
| HSV(B) | 38.07º | 0.59% | 0.97% | - |
| XYZ | 60.05 | 59.32 | 20.85 | - |
| YUV | 199.36 | 73.06 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 194 | 102 | 0 | 0.21 | 0.59 | 0.03 | 38.07 | 0.9 | 0.68 |
| Hex | F7 | C2 | 66 | 0 | 15 | 3B | 3 | 26 | 5A | 44 |
| Octal | 367 | 302 | 146 | 0 | 25 | 73 | 3 | 46 | 132 | 104 |
| Binary | 11110111 | 11000010 | 1100110 | 0 | 10101 | 111011 | 11 | 100110 | 1011010 | 1000100 |
Color Harmonies of #F7C266
Complementary color
Monochromatic Colors of #F7C266
Black with #F7C266
Text Example
Text Example
White with #F7C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C266; }
p { color: rgb(247,194,102); }
H1.HeaderClassName
{
color: #F7C266;
}
.AnyTagClassName
{
color: #F7C266;
}
</style>
background-color css
<style>
a { background-color: #F7C266; }
a { background-color: rgb(247,194,102); }
div.DivClassName
{
background-color: #F7C266;
}
.BgClassName
{
background-color: #F7C266;
}
</style>
border-color css
<style>
span { border-color: #F7C266; }
span { border-color: rgb(247,194,102); }
td.TdClassName
{
border-color: #F7C266;
}
.TagClassName
{
border-color: #F7C266;
}
</style>