Shades of Harvest Gold #F8BB68
Tints of Harvest Gold #F8BB68
RGB
CMYK
RGB Variations
Color information
#F8BB68 (or 0xF8BB68) is known color: Harvest Gold. HEX triplet: F8, BB and 68. RGB value is (248,187,104). Sum of RGB (Red+Green+Blue) = 248+187+104=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BB68 is #074497. Grayscale: #C4C4C4. Windows color (decimal): -476312 or 6863864. OLE color: 6863864.
HSL color Cylindrical-coordinate representation of color #F8BB68: hue angle of 34.58º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8BB68 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 104 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.03 |
| HSL | 34.58º | 0.91% | 0.69% | - |
| HSV(B) | 34.58º | 0.58% | 0.97% | - |
| XYZ | 58.98 | 56.5 | 20.89 | - |
| YUV | 195.78 | 76.21 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 104 | 0 | 0.25 | 0.58 | 0.03 | 34.58 | 0.91 | 0.69 |
| Hex | F8 | BB | 68 | 0 | 19 | 3A | 3 | 23 | 5B | 45 |
| Octal | 370 | 273 | 150 | 0 | 31 | 72 | 3 | 43 | 133 | 105 |
| Binary | 11111000 | 10111011 | 1101000 | 0 | 11001 | 111010 | 11 | 100011 | 1011011 | 1000101 |
Color Harmonies of #F8BB68
Complementary color
Monochromatic Colors of #F8BB68
Black with #F8BB68
Text Example
Text Example
White with #F8BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BB68; }
p { color: rgb(248,187,104); }
H1.HeaderClassName
{
color: #F8BB68;
}
.AnyTagClassName
{
color: #F8BB68;
}
</style>
background-color css
<style>
a { background-color: #F8BB68; }
a { background-color: rgb(248,187,104); }
div.DivClassName
{
background-color: #F8BB68;
}
.BgClassName
{
background-color: #F8BB68;
}
</style>
border-color css
<style>
span { border-color: #F8BB68; }
span { border-color: rgb(248,187,104); }
td.TdClassName
{
border-color: #F8BB68;
}
.TagClassName
{
border-color: #F8BB68;
}
</style>