Shades of Harvest Gold #F2B567
Tints of Harvest Gold #F2B567
RGB
CMYK
RGB Variations
Color information
#F2B567 (or 0xF2B567) is known color: Harvest Gold. HEX triplet: F2, B5 and 67. RGB value is (242,181,103). Sum of RGB (Red+Green+Blue) = 242+181+103=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B567 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B567 is #0D4A98. Grayscale: #BEBEBE. Windows color (decimal): -871065 or 6796786. OLE color: 6796786.
HSL color Cylindrical-coordinate representation of color #F2B567: hue angle of 33.67º 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 #F2B567 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 103 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.05 |
| HSL | 33.67º | 0.84% | 0.68% | - |
| HSV(B) | 33.67º | 0.57% | 0.95% | - |
| XYZ | 55.59 | 52.9 | 20.11 | - |
| YUV | 190.35 | 78.71 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 103 | 0 | 0.25 | 0.57 | 0.05 | 33.67 | 0.84 | 0.68 |
| Hex | F2 | B5 | 67 | 0 | 19 | 39 | 5 | 22 | 54 | 44 |
| Octal | 362 | 265 | 147 | 0 | 31 | 71 | 5 | 42 | 124 | 104 |
| Binary | 11110010 | 10110101 | 1100111 | 0 | 11001 | 111001 | 101 | 100010 | 1010100 | 1000100 |
Color Harmonies of #F2B567
Complementary color
Monochromatic Colors of #F2B567
Black with #F2B567
Text Example
Text Example
White with #F2B567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B567; }
p { color: rgb(242,181,103); }
H1.HeaderClassName
{
color: #F2B567;
}
.AnyTagClassName
{
color: #F2B567;
}
</style>
background-color css
<style>
a { background-color: #F2B567; }
a { background-color: rgb(242,181,103); }
div.DivClassName
{
background-color: #F2B567;
}
.BgClassName
{
background-color: #F2B567;
}
</style>
border-color css
<style>
span { border-color: #F2B567; }
span { border-color: rgb(242,181,103); }
td.TdClassName
{
border-color: #F2B567;
}
.TagClassName
{
border-color: #F2B567;
}
</style>