Shades of Harvest Gold #F2B16C
Tints of Harvest Gold #F2B16C
RGB
CMYK
RGB Variations
Color information
#F2B16C (or 0xF2B16C) is known color: Harvest Gold. HEX triplet: F2, B1 and 6C. RGB value is (242,177,108). Sum of RGB (Red+Green+Blue) = 242+177+108=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B16C is #0D4E93. Grayscale: #BCBCBC. Windows color (decimal): -872084 or 7123442. OLE color: 7123442.
HSL color Cylindrical-coordinate representation of color #F2B16C: hue angle of 30.9º 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 #F2B16C is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 108 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.05 |
| HSL | 30.9º | 0.84% | 0.69% | - |
| HSV(B) | 30.9º | 0.55% | 0.95% | - |
| XYZ | 55.05 | 51.4 | 21.21 | - |
| YUV | 188.57 | 82.53 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 108 | 0 | 0.27 | 0.55 | 0.05 | 30.9 | 0.84 | 0.69 |
| Hex | F2 | B1 | 6C | 0 | 1B | 37 | 5 | 1F | 54 | 45 |
| Octal | 362 | 261 | 154 | 0 | 33 | 67 | 5 | 37 | 124 | 105 |
| Binary | 11110010 | 10110001 | 1101100 | 0 | 11011 | 110111 | 101 | 11111 | 1010100 | 1000101 |
Color Harmonies of #F2B16C
Complementary color
Monochromatic Colors of #F2B16C
Black with #F2B16C
Text Example
Text Example
White with #F2B16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B16C; }
p { color: rgb(242,177,108); }
H1.HeaderClassName
{
color: #F2B16C;
}
.AnyTagClassName
{
color: #F2B16C;
}
</style>
background-color css
<style>
a { background-color: #F2B16C; }
a { background-color: rgb(242,177,108); }
div.DivClassName
{
background-color: #F2B16C;
}
.BgClassName
{
background-color: #F2B16C;
}
</style>
border-color css
<style>
span { border-color: #F2B16C; }
span { border-color: rgb(242,177,108); }
td.TdClassName
{
border-color: #F2B16C;
}
.TagClassName
{
border-color: #F2B16C;
}
</style>