Shades of Harvest Gold #F2BE6B
Tints of Harvest Gold #F2BE6B
RGB
CMYK
RGB Variations
Color information
#F2BE6B (or 0xF2BE6B) is known color: Harvest Gold. HEX triplet: F2, BE and 6B. RGB value is (242,190,107). Sum of RGB (Red+Green+Blue) = 242+190+107=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BE6B is #0D4194. Grayscale: #C4C4C4. Windows color (decimal): -868757 or 7061234. OLE color: 7061234.
HSL color Cylindrical-coordinate representation of color #F2BE6B: hue angle of 36.89º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2BE6B is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 107 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.05 |
| HSL | 36.89º | 0.84% | 0.68% | - |
| HSV(B) | 36.89º | 0.56% | 0.95% | - |
| XYZ | 57.69 | 56.77 | 21.83 | - |
| YUV | 196.09 | 77.73 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 107 | 0 | 0.21 | 0.56 | 0.05 | 36.89 | 0.84 | 0.68 |
| Hex | F2 | BE | 6B | 0 | 15 | 38 | 5 | 25 | 54 | 44 |
| Octal | 362 | 276 | 153 | 0 | 25 | 70 | 5 | 45 | 124 | 104 |
| Binary | 11110010 | 10111110 | 1101011 | 0 | 10101 | 111000 | 101 | 100101 | 1010100 | 1000100 |
Color Harmonies of #F2BE6B
Complementary color
Monochromatic Colors of #F2BE6B
Black with #F2BE6B
Text Example
Text Example
White with #F2BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BE6B; }
p { color: rgb(242,190,107); }
H1.HeaderClassName
{
color: #F2BE6B;
}
.AnyTagClassName
{
color: #F2BE6B;
}
</style>
background-color css
<style>
a { background-color: #F2BE6B; }
a { background-color: rgb(242,190,107); }
div.DivClassName
{
background-color: #F2BE6B;
}
.BgClassName
{
background-color: #F2BE6B;
}
</style>
border-color css
<style>
span { border-color: #F2BE6B; }
span { border-color: rgb(242,190,107); }
td.TdClassName
{
border-color: #F2BE6B;
}
.TagClassName
{
border-color: #F2BE6B;
}
</style>