Shades of Harvest Gold #F9BB68
Tints of Harvest Gold #F9BB68
RGB
CMYK
RGB Variations
Color information
#F9BB68 (or 0xF9BB68) is known color: Harvest Gold. HEX triplet: F9, BB and 68. RGB value is (249,187,104). Sum of RGB (Red+Green+Blue) = 249+187+104=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BB68 is #064497. Grayscale: #C4C4C4. Windows color (decimal): -410776 or 6863865. OLE color: 6863865.
HSL color Cylindrical-coordinate representation of color #F9BB68: hue angle of 34.34º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9BB68 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 104 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.02 |
| HSL | 34.34º | 0.92% | 0.69% | - |
| HSV(B) | 34.34º | 0.58% | 0.98% | - |
| XYZ | 59.34 | 56.68 | 20.91 | - |
| YUV | 196.08 | 76.04 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 104 | 0 | 0.25 | 0.58 | 0.02 | 34.34 | 0.92 | 0.69 |
| Hex | F9 | BB | 68 | 0 | 19 | 3A | 2 | 22 | 5C | 45 |
| Octal | 371 | 273 | 150 | 0 | 31 | 72 | 2 | 42 | 134 | 105 |
| Binary | 11111001 | 10111011 | 1101000 | 0 | 11001 | 111010 | 10 | 100010 | 1011100 | 1000101 |
Color Harmonies of #F9BB68
Complementary color
Monochromatic Colors of #F9BB68
Black with #F9BB68
Text Example
Text Example
White with #F9BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BB68; }
p { color: rgb(249,187,104); }
H1.HeaderClassName
{
color: #F9BB68;
}
.AnyTagClassName
{
color: #F9BB68;
}
</style>
background-color css
<style>
a { background-color: #F9BB68; }
a { background-color: rgb(249,187,104); }
div.DivClassName
{
background-color: #F9BB68;
}
.BgClassName
{
background-color: #F9BB68;
}
</style>
border-color css
<style>
span { border-color: #F9BB68; }
span { border-color: rgb(249,187,104); }
td.TdClassName
{
border-color: #F9BB68;
}
.TagClassName
{
border-color: #F9BB68;
}
</style>