Shades of Harvest Gold #F1BB61
Tints of Harvest Gold #F1BB61
RGB
CMYK
RGB Variations
Color information
#F1BB61 (or 0xF1BB61) is known color: Harvest Gold. HEX triplet: F1, BB and 61. RGB value is (241,187,97). Sum of RGB (Red+Green+Blue) = 241+187+97=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BB61 is #0E449E. Grayscale: #C1C1C1. Windows color (decimal): -935071 or 6405105. OLE color: 6405105.
HSL color Cylindrical-coordinate representation of color #F1BB61: hue angle of 37.5º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1BB61 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 97 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.05 |
| HSL | 37.5º | 0.84% | 0.66% | - |
| HSV(B) | 37.5º | 0.6% | 0.95% | - |
| XYZ | 56.2 | 55.1 | 18.98 | - |
| YUV | 192.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 97 | 0 | 0.22 | 0.60 | 0.05 | 37.5 | 0.84 | 0.66 |
| Hex | F1 | BB | 61 | 0 | 16 | 3C | 5 | 26 | 54 | 42 |
| Octal | 361 | 273 | 141 | 0 | 26 | 74 | 5 | 46 | 124 | 102 |
| Binary | 11110001 | 10111011 | 1100001 | 0 | 10110 | 111100 | 101 | 100110 | 1010100 | 1000010 |
Color Harmonies of #F1BB61
Complementary color
Monochromatic Colors of #F1BB61
Black with #F1BB61
Text Example
Text Example
White with #F1BB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BB61; }
p { color: rgb(241,187,97); }
H1.HeaderClassName
{
color: #F1BB61;
}
.AnyTagClassName
{
color: #F1BB61;
}
</style>
background-color css
<style>
a { background-color: #F1BB61; }
a { background-color: rgb(241,187,97); }
div.DivClassName
{
background-color: #F1BB61;
}
.BgClassName
{
background-color: #F1BB61;
}
</style>
border-color css
<style>
span { border-color: #F1BB61; }
span { border-color: rgb(241,187,97); }
td.TdClassName
{
border-color: #F1BB61;
}
.TagClassName
{
border-color: #F1BB61;
}
</style>