Shades of Harvest Gold #F2B967
Tints of Harvest Gold #F2B967
RGB
CMYK
RGB Variations
Color information
#F2B967 (or 0xF2B967) is known color: Harvest Gold. HEX triplet: F2, B9 and 67. RGB value is (242,185,103). Sum of RGB (Red+Green+Blue) = 242+185+103=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B967 is #0D4698. Grayscale: #C1C1C1. Windows color (decimal): -870041 or 6797810. OLE color: 6797810.
HSL color Cylindrical-coordinate representation of color #F2B967: hue angle of 35.4º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2B967 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 103 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.05 |
| HSL | 35.4º | 0.84% | 0.68% | - |
| HSV(B) | 35.4º | 0.57% | 0.95% | - |
| XYZ | 56.42 | 54.55 | 20.39 | - |
| YUV | 192.7 | 77.38 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 103 | 0 | 0.24 | 0.57 | 0.05 | 35.4 | 0.84 | 0.68 |
| Hex | F2 | B9 | 67 | 0 | 18 | 39 | 5 | 23 | 54 | 44 |
| Octal | 362 | 271 | 147 | 0 | 30 | 71 | 5 | 43 | 124 | 104 |
| Binary | 11110010 | 10111001 | 1100111 | 0 | 11000 | 111001 | 101 | 100011 | 1010100 | 1000100 |
Color Harmonies of #F2B967
Complementary color
Monochromatic Colors of #F2B967
Black with #F2B967
Text Example
Text Example
White with #F2B967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B967; }
p { color: rgb(242,185,103); }
H1.HeaderClassName
{
color: #F2B967;
}
.AnyTagClassName
{
color: #F2B967;
}
</style>
background-color css
<style>
a { background-color: #F2B967; }
a { background-color: rgb(242,185,103); }
div.DivClassName
{
background-color: #F2B967;
}
.BgClassName
{
background-color: #F2B967;
}
</style>
border-color css
<style>
span { border-color: #F2B967; }
span { border-color: rgb(242,185,103); }
td.TdClassName
{
border-color: #F2B967;
}
.TagClassName
{
border-color: #F2B967;
}
</style>