Shades of Harvest Gold #F2B965
Tints of Harvest Gold #F2B965
RGB
CMYK
RGB Variations
Color information
#F2B965 (or 0xF2B965) is known color: Harvest Gold. HEX triplet: F2, B9 and 65. RGB value is (242,185,101). Sum of RGB (Red+Green+Blue) = 242+185+101=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B965 is #0D469A. Grayscale: #C0C0C0. Windows color (decimal): -870043 or 6666738. OLE color: 6666738.
HSL color Cylindrical-coordinate representation of color #F2B965: hue angle of 35.74º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2B965 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 101 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.05 |
| HSL | 35.74º | 0.84% | 0.67% | - |
| HSV(B) | 35.74º | 0.58% | 0.95% | - |
| XYZ | 56.32 | 54.51 | 19.87 | - |
| YUV | 192.47 | 76.38 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 101 | 0 | 0.24 | 0.58 | 0.05 | 35.74 | 0.84 | 0.67 |
| Hex | F2 | B9 | 65 | 0 | 18 | 3A | 5 | 24 | 54 | 43 |
| Octal | 362 | 271 | 145 | 0 | 30 | 72 | 5 | 44 | 124 | 103 |
| Binary | 11110010 | 10111001 | 1100101 | 0 | 11000 | 111010 | 101 | 100100 | 1010100 | 1000011 |
Color Harmonies of #F2B965
Complementary color
Monochromatic Colors of #F2B965
Black with #F2B965
Text Example
Text Example
White with #F2B965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B965; }
p { color: rgb(242,185,101); }
H1.HeaderClassName
{
color: #F2B965;
}
.AnyTagClassName
{
color: #F2B965;
}
</style>
background-color css
<style>
a { background-color: #F2B965; }
a { background-color: rgb(242,185,101); }
div.DivClassName
{
background-color: #F2B965;
}
.BgClassName
{
background-color: #F2B965;
}
</style>
border-color css
<style>
span { border-color: #F2B965; }
span { border-color: rgb(242,185,101); }
td.TdClassName
{
border-color: #F2B965;
}
.TagClassName
{
border-color: #F2B965;
}
</style>