Shades of Harvest Gold #F2B265
Tints of Harvest Gold #F2B265
RGB
CMYK
RGB Variations
Color information
#F2B265 (or 0xF2B265) is known color: Harvest Gold. HEX triplet: F2, B2 and 65. RGB value is (242,178,101). Sum of RGB (Red+Green+Blue) = 242+178+101=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B265 is #0D4D9A. Grayscale: #BCBCBC. Windows color (decimal): -871835 or 6664946. OLE color: 6664946.
HSL color Cylindrical-coordinate representation of color #F2B265: hue angle of 32.77º 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 #F2B265 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 101 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.05 |
| HSL | 32.77º | 0.84% | 0.67% | - |
| HSV(B) | 32.77º | 0.58% | 0.95% | - |
| XYZ | 54.89 | 51.66 | 19.39 | - |
| YUV | 188.36 | 78.7 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 101 | 0 | 0.26 | 0.58 | 0.05 | 32.77 | 0.84 | 0.67 |
| Hex | F2 | B2 | 65 | 0 | 1A | 3A | 5 | 21 | 54 | 43 |
| Octal | 362 | 262 | 145 | 0 | 32 | 72 | 5 | 41 | 124 | 103 |
| Binary | 11110010 | 10110010 | 1100101 | 0 | 11010 | 111010 | 101 | 100001 | 1010100 | 1000011 |
Color Harmonies of #F2B265
Complementary color
Monochromatic Colors of #F2B265
Black with #F2B265
Text Example
Text Example
White with #F2B265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B265; }
p { color: rgb(242,178,101); }
H1.HeaderClassName
{
color: #F2B265;
}
.AnyTagClassName
{
color: #F2B265;
}
</style>
background-color css
<style>
a { background-color: #F2B265; }
a { background-color: rgb(242,178,101); }
div.DivClassName
{
background-color: #F2B265;
}
.BgClassName
{
background-color: #F2B265;
}
</style>
border-color css
<style>
span { border-color: #F2B265; }
span { border-color: rgb(242,178,101); }
td.TdClassName
{
border-color: #F2B265;
}
.TagClassName
{
border-color: #F2B265;
}
</style>