Shades of Harvest Gold #F2B565
Tints of Harvest Gold #F2B565
RGB
CMYK
RGB Variations
Color information
#F2B565 (or 0xF2B565) is known color: Harvest Gold. HEX triplet: F2, B5 and 65. RGB value is (242,181,101). Sum of RGB (Red+Green+Blue) = 242+181+101=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B565 is #0D4A9A. Grayscale: #BEBEBE. Windows color (decimal): -871067 or 6665714. OLE color: 6665714.
HSL color Cylindrical-coordinate representation of color #F2B565: hue angle of 34.04º 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 #F2B565 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 101 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.05 |
| HSL | 34.04º | 0.84% | 0.67% | - |
| HSV(B) | 34.04º | 0.58% | 0.95% | - |
| XYZ | 55.49 | 52.86 | 19.59 | - |
| YUV | 190.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 101 | 0 | 0.25 | 0.58 | 0.05 | 34.04 | 0.84 | 0.67 |
| Hex | F2 | B5 | 65 | 0 | 19 | 3A | 5 | 22 | 54 | 43 |
| Octal | 362 | 265 | 145 | 0 | 31 | 72 | 5 | 42 | 124 | 103 |
| Binary | 11110010 | 10110101 | 1100101 | 0 | 11001 | 111010 | 101 | 100010 | 1010100 | 1000011 |
Color Harmonies of #F2B565
Complementary color
Monochromatic Colors of #F2B565
Black with #F2B565
Text Example
Text Example
White with #F2B565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B565; }
p { color: rgb(242,181,101); }
H1.HeaderClassName
{
color: #F2B565;
}
.AnyTagClassName
{
color: #F2B565;
}
</style>
background-color css
<style>
a { background-color: #F2B565; }
a { background-color: rgb(242,181,101); }
div.DivClassName
{
background-color: #F2B565;
}
.BgClassName
{
background-color: #F2B565;
}
</style>
border-color css
<style>
span { border-color: #F2B565; }
span { border-color: rgb(242,181,101); }
td.TdClassName
{
border-color: #F2B565;
}
.TagClassName
{
border-color: #F2B565;
}
</style>