Shades of Harvest Gold #F2B461
Tints of Harvest Gold #F2B461
RGB
CMYK
RGB Variations
Color information
#F2B461 (or 0xF2B461) is known color: Harvest Gold. HEX triplet: F2, B4 and 61. RGB value is (242,180,97). Sum of RGB (Red+Green+Blue) = 242+180+97=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B461 is #0D4B9E. Grayscale: #BDBDBD. Windows color (decimal): -871327 or 6403314. OLE color: 6403314.
HSL color Cylindrical-coordinate representation of color #F2B461: hue angle of 34.34º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2B461 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 97 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.05 |
| HSL | 34.34º | 0.85% | 0.66% | - |
| HSV(B) | 34.34º | 0.6% | 0.95% | - |
| XYZ | 55.1 | 52.38 | 18.52 | - |
| YUV | 189.08 | 76.04 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 97 | 0 | 0.26 | 0.60 | 0.05 | 34.34 | 0.85 | 0.66 |
| Hex | F2 | B4 | 61 | 0 | 1A | 3C | 5 | 22 | 55 | 42 |
| Octal | 362 | 264 | 141 | 0 | 32 | 74 | 5 | 42 | 125 | 102 |
| Binary | 11110010 | 10110100 | 1100001 | 0 | 11010 | 111100 | 101 | 100010 | 1010101 | 1000010 |
Color Harmonies of #F2B461
Complementary color
Monochromatic Colors of #F2B461
Black with #F2B461
Text Example
Text Example
White with #F2B461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B461; }
p { color: rgb(242,180,97); }
H1.HeaderClassName
{
color: #F2B461;
}
.AnyTagClassName
{
color: #F2B461;
}
</style>
background-color css
<style>
a { background-color: #F2B461; }
a { background-color: rgb(242,180,97); }
div.DivClassName
{
background-color: #F2B461;
}
.BgClassName
{
background-color: #F2B461;
}
</style>
border-color css
<style>
span { border-color: #F2B461; }
span { border-color: rgb(242,180,97); }
td.TdClassName
{
border-color: #F2B461;
}
.TagClassName
{
border-color: #F2B461;
}
</style>