Shades of Harvest Gold #F2B464
Tints of Harvest Gold #F2B464
RGB
CMYK
RGB Variations
Color information
#F2B464 (or 0xF2B464) is known color: Harvest Gold. HEX triplet: F2, B4 and 64. RGB value is (242,180,100). Sum of RGB (Red+Green+Blue) = 242+180+100=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B464 is #0D4B9B. Grayscale: #BDBDBD. Windows color (decimal): -871324 or 6599922. OLE color: 6599922.
HSL color Cylindrical-coordinate representation of color #F2B464: hue angle of 33.8º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2B464 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 100 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.05 |
| HSL | 33.8º | 0.85% | 0.67% | - |
| HSV(B) | 33.8º | 0.59% | 0.95% | - |
| XYZ | 55.24 | 52.44 | 19.27 | - |
| YUV | 189.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 100 | 0 | 0.26 | 0.59 | 0.05 | 33.8 | 0.85 | 0.67 |
| Hex | F2 | B4 | 64 | 0 | 1A | 3B | 5 | 22 | 55 | 43 |
| Octal | 362 | 264 | 144 | 0 | 32 | 73 | 5 | 42 | 125 | 103 |
| Binary | 11110010 | 10110100 | 1100100 | 0 | 11010 | 111011 | 101 | 100010 | 1010101 | 1000011 |
Color Harmonies of #F2B464
Complementary color
Monochromatic Colors of #F2B464
Black with #F2B464
Text Example
Text Example
White with #F2B464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B464; }
p { color: rgb(242,180,100); }
H1.HeaderClassName
{
color: #F2B464;
}
.AnyTagClassName
{
color: #F2B464;
}
</style>
background-color css
<style>
a { background-color: #F2B464; }
a { background-color: rgb(242,180,100); }
div.DivClassName
{
background-color: #F2B464;
}
.BgClassName
{
background-color: #F2B464;
}
</style>
border-color css
<style>
span { border-color: #F2B464; }
span { border-color: rgb(242,180,100); }
td.TdClassName
{
border-color: #F2B464;
}
.TagClassName
{
border-color: #F2B464;
}
</style>