Shades of Harvest Gold #F2C166
Tints of Harvest Gold #F2C166
RGB
CMYK
RGB Variations
Color information
#F2C166 (or 0xF2C166) is known color: Harvest Gold. HEX triplet: F2, C1 and 66. RGB value is (242,193,102). Sum of RGB (Red+Green+Blue) = 242+193+102=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C166 is #0D3E99. Grayscale: #C5C5C5. Windows color (decimal): -867994 or 6734322. OLE color: 6734322.
HSL color Cylindrical-coordinate representation of color #F2C166: hue angle of 39º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2C166 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 102 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.05 |
| HSL | 39º | 0.84% | 0.67% | - |
| HSV(B) | 39º | 0.58% | 0.95% | - |
| XYZ | 58.09 | 57.98 | 20.7 | - |
| YUV | 197.28 | 74.23 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 102 | 0 | 0.20 | 0.58 | 0.05 | 39 | 0.84 | 0.67 |
| Hex | F2 | C1 | 66 | 0 | 14 | 3A | 5 | 27 | 54 | 43 |
| Octal | 362 | 301 | 146 | 0 | 24 | 72 | 5 | 47 | 124 | 103 |
| Binary | 11110010 | 11000001 | 1100110 | 0 | 10100 | 111010 | 101 | 100111 | 1010100 | 1000011 |
Color Harmonies of #F2C166
Complementary color
Monochromatic Colors of #F2C166
Black with #F2C166
Text Example
Text Example
White with #F2C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C166; }
p { color: rgb(242,193,102); }
H1.HeaderClassName
{
color: #F2C166;
}
.AnyTagClassName
{
color: #F2C166;
}
</style>
background-color css
<style>
a { background-color: #F2C166; }
a { background-color: rgb(242,193,102); }
div.DivClassName
{
background-color: #F2C166;
}
.BgClassName
{
background-color: #F2C166;
}
</style>
border-color css
<style>
span { border-color: #F2C166; }
span { border-color: rgb(242,193,102); }
td.TdClassName
{
border-color: #F2C166;
}
.TagClassName
{
border-color: #F2C166;
}
</style>