Shades of Harvest Gold #F2B369
Tints of Harvest Gold #F2B369
RGB
CMYK
RGB Variations
Color information
#F2B369 (or 0xF2B369) is known color: Harvest Gold. HEX triplet: F2, B3 and 69. RGB value is (242,179,105). Sum of RGB (Red+Green+Blue) = 242+179+105=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B369 is #0D4C96. Grayscale: #BDBDBD. Windows color (decimal): -871575 or 6927346. OLE color: 6927346.
HSL color Cylindrical-coordinate representation of color #F2B369: hue angle of 32.41º 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 #F2B369 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 105 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.05 |
| HSL | 32.41º | 0.84% | 0.68% | - |
| HSV(B) | 32.41º | 0.57% | 0.95% | - |
| XYZ | 55.29 | 52.14 | 20.51 | - |
| YUV | 189.4 | 80.37 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 105 | 0 | 0.26 | 0.57 | 0.05 | 32.41 | 0.84 | 0.68 |
| Hex | F2 | B3 | 69 | 0 | 1A | 39 | 5 | 20 | 54 | 44 |
| Octal | 362 | 263 | 151 | 0 | 32 | 71 | 5 | 40 | 124 | 104 |
| Binary | 11110010 | 10110011 | 1101001 | 0 | 11010 | 111001 | 101 | 100000 | 1010100 | 1000100 |
Color Harmonies of #F2B369
Complementary color
Monochromatic Colors of #F2B369
Black with #F2B369
Text Example
Text Example
White with #F2B369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B369; }
p { color: rgb(242,179,105); }
H1.HeaderClassName
{
color: #F2B369;
}
.AnyTagClassName
{
color: #F2B369;
}
</style>
background-color css
<style>
a { background-color: #F2B369; }
a { background-color: rgb(242,179,105); }
div.DivClassName
{
background-color: #F2B369;
}
.BgClassName
{
background-color: #F2B369;
}
</style>
border-color css
<style>
span { border-color: #F2B369; }
span { border-color: rgb(242,179,105); }
td.TdClassName
{
border-color: #F2B369;
}
.TagClassName
{
border-color: #F2B369;
}
</style>