Shades of Harvest Gold #F2B366
Tints of Harvest Gold #F2B366
RGB
CMYK
RGB Variations
Color information
#F2B366 (or 0xF2B366) is known color: Harvest Gold. HEX triplet: F2, B3 and 66. RGB value is (242,179,102). Sum of RGB (Red+Green+Blue) = 242+179+102=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B366 is #0D4C99. Grayscale: #BDBDBD. Windows color (decimal): -871578 or 6730738. OLE color: 6730738.
HSL color Cylindrical-coordinate representation of color #F2B366: hue angle of 33º 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 #F2B366 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 102 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.05 |
| HSL | 33º | 0.84% | 0.67% | - |
| HSV(B) | 33º | 0.58% | 0.95% | - |
| XYZ | 55.14 | 52.08 | 19.72 | - |
| YUV | 189.06 | 78.87 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 102 | 0 | 0.26 | 0.58 | 0.05 | 33 | 0.84 | 0.67 |
| Hex | F2 | B3 | 66 | 0 | 1A | 3A | 5 | 21 | 54 | 43 |
| Octal | 362 | 263 | 146 | 0 | 32 | 72 | 5 | 41 | 124 | 103 |
| Binary | 11110010 | 10110011 | 1100110 | 0 | 11010 | 111010 | 101 | 100001 | 1010100 | 1000011 |
Color Harmonies of #F2B366
Complementary color
Monochromatic Colors of #F2B366
Black with #F2B366
Text Example
Text Example
White with #F2B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B366; }
p { color: rgb(242,179,102); }
H1.HeaderClassName
{
color: #F2B366;
}
.AnyTagClassName
{
color: #F2B366;
}
</style>
background-color css
<style>
a { background-color: #F2B366; }
a { background-color: rgb(242,179,102); }
div.DivClassName
{
background-color: #F2B366;
}
.BgClassName
{
background-color: #F2B366;
}
</style>
border-color css
<style>
span { border-color: #F2B366; }
span { border-color: rgb(242,179,102); }
td.TdClassName
{
border-color: #F2B366;
}
.TagClassName
{
border-color: #F2B366;
}
</style>