Shades of Harvest Gold #F2B465
Tints of Harvest Gold #F2B465
RGB
CMYK
RGB Variations
Color information
#F2B465 (or 0xF2B465) is known color: Harvest Gold. HEX triplet: F2, B4 and 65. RGB value is (242,180,101). Sum of RGB (Red+Green+Blue) = 242+180+101=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B465 is #0D4B9A. Grayscale: #BDBDBD. Windows color (decimal): -871323 or 6665458. OLE color: 6665458.
HSL color Cylindrical-coordinate representation of color #F2B465: hue angle of 33.62º 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 #F2B465 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 101 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.05 |
| HSL | 33.62º | 0.84% | 0.67% | - |
| HSV(B) | 33.62º | 0.58% | 0.95% | - |
| XYZ | 55.29 | 52.46 | 19.52 | - |
| YUV | 189.53 | 78.04 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 101 | 0 | 0.26 | 0.58 | 0.05 | 33.62 | 0.84 | 0.67 |
| Hex | F2 | B4 | 65 | 0 | 1A | 3A | 5 | 22 | 54 | 43 |
| Octal | 362 | 264 | 145 | 0 | 32 | 72 | 5 | 42 | 124 | 103 |
| Binary | 11110010 | 10110100 | 1100101 | 0 | 11010 | 111010 | 101 | 100010 | 1010100 | 1000011 |
Color Harmonies of #F2B465
Complementary color
Monochromatic Colors of #F2B465
Black with #F2B465
Text Example
Text Example
White with #F2B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B465; }
p { color: rgb(242,180,101); }
H1.HeaderClassName
{
color: #F2B465;
}
.AnyTagClassName
{
color: #F2B465;
}
</style>
background-color css
<style>
a { background-color: #F2B465; }
a { background-color: rgb(242,180,101); }
div.DivClassName
{
background-color: #F2B465;
}
.BgClassName
{
background-color: #F2B465;
}
</style>
border-color css
<style>
span { border-color: #F2B465; }
span { border-color: rgb(242,180,101); }
td.TdClassName
{
border-color: #F2B465;
}
.TagClassName
{
border-color: #F2B465;
}
</style>