Shades of Harvest Gold #F2B06C
Tints of Harvest Gold #F2B06C
RGB
CMYK
RGB Variations
Color information
#F2B06C (or 0xF2B06C) is known color: Harvest Gold. HEX triplet: F2, B0 and 6C. RGB value is (242,176,108). Sum of RGB (Red+Green+Blue) = 242+176+108=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B06C is #0D4F93. Grayscale: #BCBCBC. Windows color (decimal): -872340 or 7123186. OLE color: 7123186.
HSL color Cylindrical-coordinate representation of color #F2B06C: hue angle of 30.45º 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 #F2B06C is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 108 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.05 |
| HSL | 30.45º | 0.84% | 0.69% | - |
| HSV(B) | 30.45º | 0.55% | 0.95% | - |
| XYZ | 54.85 | 51.01 | 21.14 | - |
| YUV | 187.98 | 82.87 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 108 | 0 | 0.27 | 0.55 | 0.05 | 30.45 | 0.84 | 0.69 |
| Hex | F2 | B0 | 6C | 0 | 1B | 37 | 5 | 1E | 54 | 45 |
| Octal | 362 | 260 | 154 | 0 | 33 | 67 | 5 | 36 | 124 | 105 |
| Binary | 11110010 | 10110000 | 1101100 | 0 | 11011 | 110111 | 101 | 11110 | 1010100 | 1000101 |
Color Harmonies of #F2B06C
Complementary color
Monochromatic Colors of #F2B06C
Black with #F2B06C
Text Example
Text Example
White with #F2B06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B06C; }
p { color: rgb(242,176,108); }
H1.HeaderClassName
{
color: #F2B06C;
}
.AnyTagClassName
{
color: #F2B06C;
}
</style>
background-color css
<style>
a { background-color: #F2B06C; }
a { background-color: rgb(242,176,108); }
div.DivClassName
{
background-color: #F2B06C;
}
.BgClassName
{
background-color: #F2B06C;
}
</style>
border-color css
<style>
span { border-color: #F2B06C; }
span { border-color: rgb(242,176,108); }
td.TdClassName
{
border-color: #F2B06C;
}
.TagClassName
{
border-color: #F2B06C;
}
</style>