Shades of Harvest Gold #F8B66D
Tints of Harvest Gold #F8B66D
RGB
CMYK
RGB Variations
Color information
#F8B66D (or 0xF8B66D) is known color: Harvest Gold. HEX triplet: F8, B6 and 6D. RGB value is (248,182,109). Sum of RGB (Red+Green+Blue) = 248+182+109=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B66D is #074992. Grayscale: #C1C1C1. Windows color (decimal): -477587 or 7190264. OLE color: 7190264.
HSL color Cylindrical-coordinate representation of color #F8B66D: hue angle of 31.51º 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 #F8B66D is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 182 | 109 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.03 |
| HSL | 31.51º | 0.91% | 0.7% | - |
| HSV(B) | 31.51º | 0.56% | 0.97% | - |
| XYZ | 58.2 | 54.52 | 21.92 | - |
| YUV | 193.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 182 | 109 | 0 | 0.27 | 0.56 | 0.03 | 31.51 | 0.91 | 0.7 |
| Hex | F8 | B6 | 6D | 0 | 1B | 38 | 3 | 20 | 5B | 46 |
| Octal | 370 | 266 | 155 | 0 | 33 | 70 | 3 | 40 | 133 | 106 |
| Binary | 11111000 | 10110110 | 1101101 | 0 | 11011 | 111000 | 11 | 100000 | 1011011 | 1000110 |
Color Harmonies of #F8B66D
Complementary color
Monochromatic Colors of #F8B66D
Black with #F8B66D
Text Example
Text Example
White with #F8B66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B66D; }
p { color: rgb(248,182,109); }
H1.HeaderClassName
{
color: #F8B66D;
}
.AnyTagClassName
{
color: #F8B66D;
}
</style>
background-color css
<style>
a { background-color: #F8B66D; }
a { background-color: rgb(248,182,109); }
div.DivClassName
{
background-color: #F8B66D;
}
.BgClassName
{
background-color: #F8B66D;
}
</style>
border-color css
<style>
span { border-color: #F8B66D; }
span { border-color: rgb(248,182,109); }
td.TdClassName
{
border-color: #F8B66D;
}
.TagClassName
{
border-color: #F8B66D;
}
</style>