Shades of Harvest Gold #F8BA6B
Tints of Harvest Gold #F8BA6B
RGB
CMYK
RGB Variations
Color information
#F8BA6B (or 0xF8BA6B) is known color: Harvest Gold. HEX triplet: F8, BA and 6B. RGB value is (248,186,107). Sum of RGB (Red+Green+Blue) = 248+186+107=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BA6B is #074594. Grayscale: #C3C3C3. Windows color (decimal): -476565 or 7060216. OLE color: 7060216.
HSL color Cylindrical-coordinate representation of color #F8BA6B: hue angle of 33.62º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8BA6B is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 107 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.03 |
| HSL | 33.62º | 0.91% | 0.7% | - |
| HSV(B) | 33.62º | 0.57% | 0.97% | - |
| XYZ | 58.92 | 56.14 | 21.64 | - |
| YUV | 195.53 | 78.04 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 107 | 0 | 0.25 | 0.57 | 0.03 | 33.62 | 0.91 | 0.7 |
| Hex | F8 | BA | 6B | 0 | 19 | 39 | 3 | 22 | 5B | 46 |
| Octal | 370 | 272 | 153 | 0 | 31 | 71 | 3 | 42 | 133 | 106 |
| Binary | 11111000 | 10111010 | 1101011 | 0 | 11001 | 111001 | 11 | 100010 | 1011011 | 1000110 |
Color Harmonies of #F8BA6B
Complementary color
Monochromatic Colors of #F8BA6B
Black with #F8BA6B
Text Example
Text Example
White with #F8BA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA6B; }
p { color: rgb(248,186,107); }
H1.HeaderClassName
{
color: #F8BA6B;
}
.AnyTagClassName
{
color: #F8BA6B;
}
</style>
background-color css
<style>
a { background-color: #F8BA6B; }
a { background-color: rgb(248,186,107); }
div.DivClassName
{
background-color: #F8BA6B;
}
.BgClassName
{
background-color: #F8BA6B;
}
</style>
border-color css
<style>
span { border-color: #F8BA6B; }
span { border-color: rgb(248,186,107); }
td.TdClassName
{
border-color: #F8BA6B;
}
.TagClassName
{
border-color: #F8BA6B;
}
</style>