Shades of Harvest Gold #F2B66D
Tints of Harvest Gold #F2B66D
RGB
CMYK
RGB Variations
Color information
#F2B66D (or 0xF2B66D) is known color: Harvest Gold. HEX triplet: F2, B6 and 6D. RGB value is (242,182,109). Sum of RGB (Red+Green+Blue) = 242+182+109=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B66D is #0D4992. Grayscale: #BFBFBF. Windows color (decimal): -870803 or 7190258. OLE color: 7190258.
HSL color Cylindrical-coordinate representation of color #F2B66D: hue angle of 32.93º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2B66D is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 182 | 109 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.05 |
| HSL | 32.93º | 0.84% | 0.69% | - |
| HSV(B) | 32.93º | 0.55% | 0.95% | - |
| XYZ | 56.11 | 53.44 | 21.83 | - |
| YUV | 191.62 | 81.38 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 182 | 109 | 0 | 0.25 | 0.55 | 0.05 | 32.93 | 0.84 | 0.69 |
| Hex | F2 | B6 | 6D | 0 | 19 | 37 | 5 | 21 | 54 | 45 |
| Octal | 362 | 266 | 155 | 0 | 31 | 67 | 5 | 41 | 124 | 105 |
| Binary | 11110010 | 10110110 | 1101101 | 0 | 11001 | 110111 | 101 | 100001 | 1010100 | 1000101 |
Color Harmonies of #F2B66D
Complementary color
Monochromatic Colors of #F2B66D
Black with #F2B66D
Text Example
Text Example
White with #F2B66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B66D; }
p { color: rgb(242,182,109); }
H1.HeaderClassName
{
color: #F2B66D;
}
.AnyTagClassName
{
color: #F2B66D;
}
</style>
background-color css
<style>
a { background-color: #F2B66D; }
a { background-color: rgb(242,182,109); }
div.DivClassName
{
background-color: #F2B66D;
}
.BgClassName
{
background-color: #F2B66D;
}
</style>
border-color css
<style>
span { border-color: #F2B66D; }
span { border-color: rgb(242,182,109); }
td.TdClassName
{
border-color: #F2B66D;
}
.TagClassName
{
border-color: #F2B66D;
}
</style>