Shades of Harvest Gold #F2B16D
Tints of Harvest Gold #F2B16D
RGB
CMYK
RGB Variations
Color information
#F2B16D (or 0xF2B16D) is known color: Harvest Gold. HEX triplet: F2, B1 and 6D. RGB value is (242,177,109). Sum of RGB (Red+Green+Blue) = 242+177+109=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B16D is #0D4E92. Grayscale: #BDBDBD. Windows color (decimal): -872083 or 7188978. OLE color: 7188978.
HSL color Cylindrical-coordinate representation of color #F2B16D: hue angle of 30.68º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2B16D is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 109 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.05 |
| HSL | 30.68º | 0.84% | 0.69% | - |
| HSV(B) | 30.68º | 0.55% | 0.95% | - |
| XYZ | 55.1 | 51.43 | 21.49 | - |
| YUV | 188.68 | 83.03 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 109 | 0 | 0.27 | 0.55 | 0.05 | 30.68 | 0.84 | 0.69 |
| Hex | F2 | B1 | 6D | 0 | 1B | 37 | 5 | 1F | 54 | 45 |
| Octal | 362 | 261 | 155 | 0 | 33 | 67 | 5 | 37 | 124 | 105 |
| Binary | 11110010 | 10110001 | 1101101 | 0 | 11011 | 110111 | 101 | 11111 | 1010100 | 1000101 |
Color Harmonies of #F2B16D
Complementary color
Monochromatic Colors of #F2B16D
Black with #F2B16D
Text Example
Text Example
White with #F2B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B16D; }
p { color: rgb(242,177,109); }
H1.HeaderClassName
{
color: #F2B16D;
}
.AnyTagClassName
{
color: #F2B16D;
}
</style>
background-color css
<style>
a { background-color: #F2B16D; }
a { background-color: rgb(242,177,109); }
div.DivClassName
{
background-color: #F2B16D;
}
.BgClassName
{
background-color: #F2B16D;
}
</style>
border-color css
<style>
span { border-color: #F2B16D; }
span { border-color: rgb(242,177,109); }
td.TdClassName
{
border-color: #F2B16D;
}
.TagClassName
{
border-color: #F2B16D;
}
</style>