Shades of Harvest Gold #F2B470
Tints of Harvest Gold #F2B470
RGB
CMYK
RGB Variations
Color information
#F2B470 (or 0xF2B470) is known color: Harvest Gold. HEX triplet: F2, B4 and 70. RGB value is (242,180,112). Sum of RGB (Red+Green+Blue) = 242+180+112=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B470 is #0D4B8F. Grayscale: #BFBFBF. Windows color (decimal): -871312 or 7386354. OLE color: 7386354.
HSL color Cylindrical-coordinate representation of color #F2B470: hue angle of 31.38º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2B470 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 112 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.05 |
| HSL | 31.38º | 0.83% | 0.69% | - |
| HSV(B) | 31.38º | 0.54% | 0.95% | - |
| XYZ | 55.86 | 52.69 | 22.56 | - |
| YUV | 190.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 112 | 0 | 0.26 | 0.54 | 0.05 | 31.38 | 0.83 | 0.69 |
| Hex | F2 | B4 | 70 | 0 | 1A | 36 | 5 | 1F | 53 | 45 |
| Octal | 362 | 264 | 160 | 0 | 32 | 66 | 5 | 37 | 123 | 105 |
| Binary | 11110010 | 10110100 | 1110000 | 0 | 11010 | 110110 | 101 | 11111 | 1010011 | 1000101 |
Color Harmonies of #F2B470
Complementary color
Monochromatic Colors of #F2B470
Black with #F2B470
Text Example
Text Example
White with #F2B470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B470; }
p { color: rgb(242,180,112); }
H1.HeaderClassName
{
color: #F2B470;
}
.AnyTagClassName
{
color: #F2B470;
}
</style>
background-color css
<style>
a { background-color: #F2B470; }
a { background-color: rgb(242,180,112); }
div.DivClassName
{
background-color: #F2B470;
}
.BgClassName
{
background-color: #F2B470;
}
</style>
border-color css
<style>
span { border-color: #F2B470; }
span { border-color: rgb(242,180,112); }
td.TdClassName
{
border-color: #F2B470;
}
.TagClassName
{
border-color: #F2B470;
}
</style>