Shades of Harvest Gold #F2BE6D
Tints of Harvest Gold #F2BE6D
RGB
CMYK
RGB Variations
Color information
#F2BE6D (or 0xF2BE6D) is known color: Harvest Gold. HEX triplet: F2, BE and 6D. RGB value is (242,190,109). Sum of RGB (Red+Green+Blue) = 242+190+109=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BE6D is #0D4192. Grayscale: #C4C4C4. Windows color (decimal): -868755 or 7192306. OLE color: 7192306.
HSL color Cylindrical-coordinate representation of color #F2BE6D: hue angle of 36.54º 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 #F2BE6D is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 109 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.05 |
| HSL | 36.54º | 0.84% | 0.69% | - |
| HSV(B) | 36.54º | 0.55% | 0.95% | - |
| XYZ | 57.79 | 56.81 | 22.39 | - |
| YUV | 196.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 109 | 0 | 0.21 | 0.55 | 0.05 | 36.54 | 0.84 | 0.69 |
| Hex | F2 | BE | 6D | 0 | 15 | 37 | 5 | 25 | 54 | 45 |
| Octal | 362 | 276 | 155 | 0 | 25 | 67 | 5 | 45 | 124 | 105 |
| Binary | 11110010 | 10111110 | 1101101 | 0 | 10101 | 110111 | 101 | 100101 | 1010100 | 1000101 |
Color Harmonies of #F2BE6D
Complementary color
Monochromatic Colors of #F2BE6D
Black with #F2BE6D
Text Example
Text Example
White with #F2BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BE6D; }
p { color: rgb(242,190,109); }
H1.HeaderClassName
{
color: #F2BE6D;
}
.AnyTagClassName
{
color: #F2BE6D;
}
</style>
background-color css
<style>
a { background-color: #F2BE6D; }
a { background-color: rgb(242,190,109); }
div.DivClassName
{
background-color: #F2BE6D;
}
.BgClassName
{
background-color: #F2BE6D;
}
</style>
border-color css
<style>
span { border-color: #F2BE6D; }
span { border-color: rgb(242,190,109); }
td.TdClassName
{
border-color: #F2BE6D;
}
.TagClassName
{
border-color: #F2BE6D;
}
</style>