Shades of Harvest Gold #F8BA6E
Tints of Harvest Gold #F8BA6E
RGB
CMYK
RGB Variations
Color information
#F8BA6E (or 0xF8BA6E) is known color: Harvest Gold. HEX triplet: F8, BA and 6E. RGB value is (248,186,110). Sum of RGB (Red+Green+Blue) = 248+186+110=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BA6E is #074591. Grayscale: #C4C4C4. Windows color (decimal): -476562 or 7256824. OLE color: 7256824.
HSL color Cylindrical-coordinate representation of color #F8BA6E: hue angle of 33.04º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8BA6E is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 110 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.03 |
| HSL | 33.04º | 0.91% | 0.7% | - |
| HSV(B) | 33.04º | 0.56% | 0.97% | - |
| XYZ | 59.08 | 56.2 | 22.49 | - |
| YUV | 195.87 | 79.54 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 110 | 0 | 0.25 | 0.56 | 0.03 | 33.04 | 0.91 | 0.7 |
| Hex | F8 | BA | 6E | 0 | 19 | 38 | 3 | 21 | 5B | 46 |
| Octal | 370 | 272 | 156 | 0 | 31 | 70 | 3 | 41 | 133 | 106 |
| Binary | 11111000 | 10111010 | 1101110 | 0 | 11001 | 111000 | 11 | 100001 | 1011011 | 1000110 |
Color Harmonies of #F8BA6E
Complementary color
Monochromatic Colors of #F8BA6E
Black with #F8BA6E
Text Example
Text Example
White with #F8BA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA6E; }
p { color: rgb(248,186,110); }
H1.HeaderClassName
{
color: #F8BA6E;
}
.AnyTagClassName
{
color: #F8BA6E;
}
</style>
background-color css
<style>
a { background-color: #F8BA6E; }
a { background-color: rgb(248,186,110); }
div.DivClassName
{
background-color: #F8BA6E;
}
.BgClassName
{
background-color: #F8BA6E;
}
</style>
border-color css
<style>
span { border-color: #F8BA6E; }
span { border-color: rgb(248,186,110); }
td.TdClassName
{
border-color: #F8BA6E;
}
.TagClassName
{
border-color: #F8BA6E;
}
</style>