Shades of Harvest Gold #F2B268
Tints of Harvest Gold #F2B268
RGB
CMYK
RGB Variations
Color information
#F2B268 (or 0xF2B268) is known color: Harvest Gold. HEX triplet: F2, B2 and 68. RGB value is (242,178,104). Sum of RGB (Red+Green+Blue) = 242+178+104=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B268 is #0D4D97. Grayscale: #BDBDBD. Windows color (decimal): -871832 or 6861554. OLE color: 6861554.
HSL color Cylindrical-coordinate representation of color #F2B268: hue angle of 32.17º 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 #F2B268 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 104 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.05 |
| HSL | 32.17º | 0.84% | 0.68% | - |
| HSV(B) | 32.17º | 0.57% | 0.95% | - |
| XYZ | 55.04 | 51.72 | 20.18 | - |
| YUV | 188.7 | 80.2 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 104 | 0 | 0.26 | 0.57 | 0.05 | 32.17 | 0.84 | 0.68 |
| Hex | F2 | B2 | 68 | 0 | 1A | 39 | 5 | 20 | 54 | 44 |
| Octal | 362 | 262 | 150 | 0 | 32 | 71 | 5 | 40 | 124 | 104 |
| Binary | 11110010 | 10110010 | 1101000 | 0 | 11010 | 111001 | 101 | 100000 | 1010100 | 1000100 |
Color Harmonies of #F2B268
Complementary color
Monochromatic Colors of #F2B268
Black with #F2B268
Text Example
Text Example
White with #F2B268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B268; }
p { color: rgb(242,178,104); }
H1.HeaderClassName
{
color: #F2B268;
}
.AnyTagClassName
{
color: #F2B268;
}
</style>
background-color css
<style>
a { background-color: #F2B268; }
a { background-color: rgb(242,178,104); }
div.DivClassName
{
background-color: #F2B268;
}
.BgClassName
{
background-color: #F2B268;
}
</style>
border-color css
<style>
span { border-color: #F2B268; }
span { border-color: rgb(242,178,104); }
td.TdClassName
{
border-color: #F2B268;
}
.TagClassName
{
border-color: #F2B268;
}
</style>