Shades of Harvest Gold #F2BD6C
Tints of Harvest Gold #F2BD6C
RGB
CMYK
RGB Variations
Color information
#F2BD6C (or 0xF2BD6C) is known color: Harvest Gold. HEX triplet: F2, BD and 6C. RGB value is (242,189,108). Sum of RGB (Red+Green+Blue) = 242+189+108=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD6C is #0D4293. Grayscale: #C3C3C3. Windows color (decimal): -869012 or 7126514. OLE color: 7126514.
HSL color Cylindrical-coordinate representation of color #F2BD6C: hue angle of 36.27º 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 #F2BD6C is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 108 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.05 |
| HSL | 36.27º | 0.84% | 0.69% | - |
| HSV(B) | 36.27º | 0.55% | 0.95% | - |
| XYZ | 57.52 | 56.36 | 22.03 | - |
| YUV | 195.61 | 78.56 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 108 | 0 | 0.22 | 0.55 | 0.05 | 36.27 | 0.84 | 0.69 |
| Hex | F2 | BD | 6C | 0 | 16 | 37 | 5 | 24 | 54 | 45 |
| Octal | 362 | 275 | 154 | 0 | 26 | 67 | 5 | 44 | 124 | 105 |
| Binary | 11110010 | 10111101 | 1101100 | 0 | 10110 | 110111 | 101 | 100100 | 1010100 | 1000101 |
Color Harmonies of #F2BD6C
Complementary color
Monochromatic Colors of #F2BD6C
Black with #F2BD6C
Text Example
Text Example
White with #F2BD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD6C; }
p { color: rgb(242,189,108); }
H1.HeaderClassName
{
color: #F2BD6C;
}
.AnyTagClassName
{
color: #F2BD6C;
}
</style>
background-color css
<style>
a { background-color: #F2BD6C; }
a { background-color: rgb(242,189,108); }
div.DivClassName
{
background-color: #F2BD6C;
}
.BgClassName
{
background-color: #F2BD6C;
}
</style>
border-color css
<style>
span { border-color: #F2BD6C; }
span { border-color: rgb(242,189,108); }
td.TdClassName
{
border-color: #F2BD6C;
}
.TagClassName
{
border-color: #F2BD6C;
}
</style>