Shades of Harvest Gold #F2B367
Tints of Harvest Gold #F2B367
RGB
CMYK
RGB Variations
Color information
#F2B367 (or 0xF2B367) is known color: Harvest Gold. HEX triplet: F2, B3 and 67. RGB value is (242,179,103). Sum of RGB (Red+Green+Blue) = 242+179+103=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B367 is #0D4C98. Grayscale: #BDBDBD. Windows color (decimal): -871577 or 6796274. OLE color: 6796274.
HSL color Cylindrical-coordinate representation of color #F2B367: hue angle of 32.81º 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 #F2B367 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 103 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.05 |
| HSL | 32.81º | 0.84% | 0.68% | - |
| HSV(B) | 32.81º | 0.57% | 0.95% | - |
| XYZ | 55.19 | 52.1 | 19.98 | - |
| YUV | 189.17 | 79.37 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 103 | 0 | 0.26 | 0.57 | 0.05 | 32.81 | 0.84 | 0.68 |
| Hex | F2 | B3 | 67 | 0 | 1A | 39 | 5 | 21 | 54 | 44 |
| Octal | 362 | 263 | 147 | 0 | 32 | 71 | 5 | 41 | 124 | 104 |
| Binary | 11110010 | 10110011 | 1100111 | 0 | 11010 | 111001 | 101 | 100001 | 1010100 | 1000100 |
Color Harmonies of #F2B367
Complementary color
Monochromatic Colors of #F2B367
Black with #F2B367
Text Example
Text Example
White with #F2B367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B367; }
p { color: rgb(242,179,103); }
H1.HeaderClassName
{
color: #F2B367;
}
.AnyTagClassName
{
color: #F2B367;
}
</style>
background-color css
<style>
a { background-color: #F2B367; }
a { background-color: rgb(242,179,103); }
div.DivClassName
{
background-color: #F2B367;
}
.BgClassName
{
background-color: #F2B367;
}
</style>
border-color css
<style>
span { border-color: #F2B367; }
span { border-color: rgb(242,179,103); }
td.TdClassName
{
border-color: #F2B367;
}
.TagClassName
{
border-color: #F2B367;
}
</style>