Shades of Harvest Gold #F2BD68
Tints of Harvest Gold #F2BD68
RGB
CMYK
RGB Variations
Color information
#F2BD68 (or 0xF2BD68) is known color: Harvest Gold. HEX triplet: F2, BD and 68. RGB value is (242,189,104). Sum of RGB (Red+Green+Blue) = 242+189+104=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD68 is #0D4297. Grayscale: #C3C3C3. Windows color (decimal): -869016 or 6864370. OLE color: 6864370.
HSL color Cylindrical-coordinate representation of color #F2BD68: hue angle of 36.96º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2BD68 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 104 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.05 |
| HSL | 36.96º | 0.84% | 0.68% | - |
| HSV(B) | 36.96º | 0.57% | 0.95% | - |
| XYZ | 57.31 | 56.27 | 20.94 | - |
| YUV | 195.16 | 76.56 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 104 | 0 | 0.22 | 0.57 | 0.05 | 36.96 | 0.84 | 0.68 |
| Hex | F2 | BD | 68 | 0 | 16 | 39 | 5 | 25 | 54 | 44 |
| Octal | 362 | 275 | 150 | 0 | 26 | 71 | 5 | 45 | 124 | 104 |
| Binary | 11110010 | 10111101 | 1101000 | 0 | 10110 | 111001 | 101 | 100101 | 1010100 | 1000100 |
Color Harmonies of #F2BD68
Complementary color
Monochromatic Colors of #F2BD68
Black with #F2BD68
Text Example
Text Example
White with #F2BD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD68; }
p { color: rgb(242,189,104); }
H1.HeaderClassName
{
color: #F2BD68;
}
.AnyTagClassName
{
color: #F2BD68;
}
</style>
background-color css
<style>
a { background-color: #F2BD68; }
a { background-color: rgb(242,189,104); }
div.DivClassName
{
background-color: #F2BD68;
}
.BgClassName
{
background-color: #F2BD68;
}
</style>
border-color css
<style>
span { border-color: #F2BD68; }
span { border-color: rgb(242,189,104); }
td.TdClassName
{
border-color: #F2BD68;
}
.TagClassName
{
border-color: #F2BD68;
}
</style>