Shades of Harvest Gold #F1BD61
Tints of Harvest Gold #F1BD61
RGB
CMYK
RGB Variations
Color information
#F1BD61 (or 0xF1BD61) is known color: Harvest Gold. HEX triplet: F1, BD and 61. RGB value is (241,189,97). Sum of RGB (Red+Green+Blue) = 241+189+97=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BD61 is #0E429E. Grayscale: #C2C2C2. Windows color (decimal): -934559 or 6405617. OLE color: 6405617.
HSL color Cylindrical-coordinate representation of color #F1BD61: hue angle of 38.33º 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 #F1BD61 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 97 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.05 |
| HSL | 38.33º | 0.84% | 0.66% | - |
| HSV(B) | 38.33º | 0.6% | 0.95% | - |
| XYZ | 56.63 | 55.96 | 19.13 | - |
| YUV | 194.06 | 73.23 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 97 | 0 | 0.22 | 0.60 | 0.05 | 38.33 | 0.84 | 0.66 |
| Hex | F1 | BD | 61 | 0 | 16 | 3C | 5 | 26 | 54 | 42 |
| Octal | 361 | 275 | 141 | 0 | 26 | 74 | 5 | 46 | 124 | 102 |
| Binary | 11110001 | 10111101 | 1100001 | 0 | 10110 | 111100 | 101 | 100110 | 1010100 | 1000010 |
Color Harmonies of #F1BD61
Complementary color
Monochromatic Colors of #F1BD61
Black with #F1BD61
Text Example
Text Example
White with #F1BD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BD61; }
p { color: rgb(241,189,97); }
H1.HeaderClassName
{
color: #F1BD61;
}
.AnyTagClassName
{
color: #F1BD61;
}
</style>
background-color css
<style>
a { background-color: #F1BD61; }
a { background-color: rgb(241,189,97); }
div.DivClassName
{
background-color: #F1BD61;
}
.BgClassName
{
background-color: #F1BD61;
}
</style>
border-color css
<style>
span { border-color: #F1BD61; }
span { border-color: rgb(241,189,97); }
td.TdClassName
{
border-color: #F1BD61;
}
.TagClassName
{
border-color: #F1BD61;
}
</style>