Shades of Harvest Gold #F8BC63
Tints of Harvest Gold #F8BC63
RGB
CMYK
RGB Variations
Color information
#F8BC63 (or 0xF8BC63) is known color: Harvest Gold. HEX triplet: F8, BC and 63. RGB value is (248,188,99). Sum of RGB (Red+Green+Blue) = 248+188+99=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BC63 is #07439C. Grayscale: #C4C4C4. Windows color (decimal): -476061 or 6536440. OLE color: 6536440.
HSL color Cylindrical-coordinate representation of color #F8BC63: hue angle of 35.84º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8BC63 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 99 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.03 |
| HSL | 35.84º | 0.91% | 0.68% | - |
| HSV(B) | 35.84º | 0.6% | 0.97% | - |
| XYZ | 58.95 | 56.82 | 19.67 | - |
| YUV | 195.79 | 73.38 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 99 | 0 | 0.24 | 0.60 | 0.03 | 35.84 | 0.91 | 0.68 |
| Hex | F8 | BC | 63 | 0 | 18 | 3C | 3 | 24 | 5B | 44 |
| Octal | 370 | 274 | 143 | 0 | 30 | 74 | 3 | 44 | 133 | 104 |
| Binary | 11111000 | 10111100 | 1100011 | 0 | 11000 | 111100 | 11 | 100100 | 1011011 | 1000100 |
Color Harmonies of #F8BC63
Complementary color
Monochromatic Colors of #F8BC63
Black with #F8BC63
Text Example
Text Example
White with #F8BC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BC63; }
p { color: rgb(248,188,99); }
H1.HeaderClassName
{
color: #F8BC63;
}
.AnyTagClassName
{
color: #F8BC63;
}
</style>
background-color css
<style>
a { background-color: #F8BC63; }
a { background-color: rgb(248,188,99); }
div.DivClassName
{
background-color: #F8BC63;
}
.BgClassName
{
background-color: #F8BC63;
}
</style>
border-color css
<style>
span { border-color: #F8BC63; }
span { border-color: rgb(248,188,99); }
td.TdClassName
{
border-color: #F8BC63;
}
.TagClassName
{
border-color: #F8BC63;
}
</style>