Shades of Harvest Gold #F2B46D
Tints of Harvest Gold #F2B46D
RGB
CMYK
RGB Variations
Color information
#F2B46D (or 0xF2B46D) is known color: Harvest Gold. HEX triplet: F2, B4 and 6D. RGB value is (242,180,109). Sum of RGB (Red+Green+Blue) = 242+180+109=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B46D is #0D4B92. Grayscale: #BEBEBE. Windows color (decimal): -871315 or 7189746. OLE color: 7189746.
HSL color Cylindrical-coordinate representation of color #F2B46D: hue angle of 32.03º 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 #F2B46D is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 109 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.05 |
| HSL | 32.03º | 0.84% | 0.69% | - |
| HSV(B) | 32.03º | 0.55% | 0.95% | - |
| XYZ | 55.7 | 52.62 | 21.69 | - |
| YUV | 190.44 | 82.04 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 109 | 0 | 0.26 | 0.55 | 0.05 | 32.03 | 0.84 | 0.69 |
| Hex | F2 | B4 | 6D | 0 | 1A | 37 | 5 | 20 | 54 | 45 |
| Octal | 362 | 264 | 155 | 0 | 32 | 67 | 5 | 40 | 124 | 105 |
| Binary | 11110010 | 10110100 | 1101101 | 0 | 11010 | 110111 | 101 | 100000 | 1010100 | 1000101 |
Color Harmonies of #F2B46D
Complementary color
Monochromatic Colors of #F2B46D
Black with #F2B46D
Text Example
Text Example
White with #F2B46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B46D; }
p { color: rgb(242,180,109); }
H1.HeaderClassName
{
color: #F2B46D;
}
.AnyTagClassName
{
color: #F2B46D;
}
</style>
background-color css
<style>
a { background-color: #F2B46D; }
a { background-color: rgb(242,180,109); }
div.DivClassName
{
background-color: #F2B46D;
}
.BgClassName
{
background-color: #F2B46D;
}
</style>
border-color css
<style>
span { border-color: #F2B46D; }
span { border-color: rgb(242,180,109); }
td.TdClassName
{
border-color: #F2B46D;
}
.TagClassName
{
border-color: #F2B46D;
}
</style>