Shades of Harvest Gold #F2B76A
Tints of Harvest Gold #F2B76A
RGB
CMYK
RGB Variations
Color information
#F2B76A (or 0xF2B76A) is known color: Harvest Gold. HEX triplet: F2, B7 and 6A. RGB value is (242,183,106). Sum of RGB (Red+Green+Blue) = 242+183+106=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B76A is #0D4895. Grayscale: #C0C0C0. Windows color (decimal): -870550 or 6993906. OLE color: 6993906.
HSL color Cylindrical-coordinate representation of color #F2B76A: hue angle of 33.97º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2B76A is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 106 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.05 |
| HSL | 33.97º | 0.84% | 0.68% | - |
| HSV(B) | 33.97º | 0.56% | 0.95% | - |
| XYZ | 56.15 | 53.78 | 21.06 | - |
| YUV | 191.86 | 79.55 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 106 | 0 | 0.24 | 0.56 | 0.05 | 33.97 | 0.84 | 0.68 |
| Hex | F2 | B7 | 6A | 0 | 18 | 38 | 5 | 22 | 54 | 44 |
| Octal | 362 | 267 | 152 | 0 | 30 | 70 | 5 | 42 | 124 | 104 |
| Binary | 11110010 | 10110111 | 1101010 | 0 | 11000 | 111000 | 101 | 100010 | 1010100 | 1000100 |
Color Harmonies of #F2B76A
Complementary color
Monochromatic Colors of #F2B76A
Black with #F2B76A
Text Example
Text Example
White with #F2B76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B76A; }
p { color: rgb(242,183,106); }
H1.HeaderClassName
{
color: #F2B76A;
}
.AnyTagClassName
{
color: #F2B76A;
}
</style>
background-color css
<style>
a { background-color: #F2B76A; }
a { background-color: rgb(242,183,106); }
div.DivClassName
{
background-color: #F2B76A;
}
.BgClassName
{
background-color: #F2B76A;
}
</style>
border-color css
<style>
span { border-color: #F2B76A; }
span { border-color: rgb(242,183,106); }
td.TdClassName
{
border-color: #F2B76A;
}
.TagClassName
{
border-color: #F2B76A;
}
</style>