Shades of Harvest Gold #F2BD65
Tints of Harvest Gold #F2BD65
RGB
CMYK
RGB Variations
Color information
#F2BD65 (or 0xF2BD65) is known color: Harvest Gold. HEX triplet: F2, BD and 65. RGB value is (242,189,101). Sum of RGB (Red+Green+Blue) = 242+189+101=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD65 is #0D429A. Grayscale: #C3C3C3. Windows color (decimal): -869019 or 6667762. OLE color: 6667762.
HSL color Cylindrical-coordinate representation of color #F2BD65: hue angle of 37.45º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2BD65 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 101 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.05 |
| HSL | 37.45º | 0.84% | 0.67% | - |
| HSV(B) | 37.45º | 0.58% | 0.95% | - |
| XYZ | 57.16 | 56.21 | 20.15 | - |
| YUV | 194.82 | 75.06 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 101 | 0 | 0.22 | 0.58 | 0.05 | 37.45 | 0.84 | 0.67 |
| Hex | F2 | BD | 65 | 0 | 16 | 3A | 5 | 25 | 54 | 43 |
| Octal | 362 | 275 | 145 | 0 | 26 | 72 | 5 | 45 | 124 | 103 |
| Binary | 11110010 | 10111101 | 1100101 | 0 | 10110 | 111010 | 101 | 100101 | 1010100 | 1000011 |
Color Harmonies of #F2BD65
Complementary color
Monochromatic Colors of #F2BD65
Black with #F2BD65
Text Example
Text Example
White with #F2BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD65; }
p { color: rgb(242,189,101); }
H1.HeaderClassName
{
color: #F2BD65;
}
.AnyTagClassName
{
color: #F2BD65;
}
</style>
background-color css
<style>
a { background-color: #F2BD65; }
a { background-color: rgb(242,189,101); }
div.DivClassName
{
background-color: #F2BD65;
}
.BgClassName
{
background-color: #F2BD65;
}
</style>
border-color css
<style>
span { border-color: #F2BD65; }
span { border-color: rgb(242,189,101); }
td.TdClassName
{
border-color: #F2BD65;
}
.TagClassName
{
border-color: #F2BD65;
}
</style>