Shades of Harvest Gold #F1BD63
Tints of Harvest Gold #F1BD63
RGB
CMYK
RGB Variations
Color information
#F1BD63 (or 0xF1BD63) is known color: Harvest Gold. HEX triplet: F1, BD and 63. RGB value is (241,189,99). Sum of RGB (Red+Green+Blue) = 241+189+99=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BD63 is #0E429C. Grayscale: #C2C2C2. Windows color (decimal): -934557 or 6536689. OLE color: 6536689.
HSL color Cylindrical-coordinate representation of color #F1BD63: hue angle of 38.03º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1BD63 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 99 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.05 |
| HSL | 38.03º | 0.84% | 0.67% | - |
| HSV(B) | 38.03º | 0.59% | 0.95% | - |
| XYZ | 56.73 | 56 | 19.62 | - |
| YUV | 194.29 | 74.23 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 99 | 0 | 0.22 | 0.59 | 0.05 | 38.03 | 0.84 | 0.67 |
| Hex | F1 | BD | 63 | 0 | 16 | 3B | 5 | 26 | 54 | 43 |
| Octal | 361 | 275 | 143 | 0 | 26 | 73 | 5 | 46 | 124 | 103 |
| Binary | 11110001 | 10111101 | 1100011 | 0 | 10110 | 111011 | 101 | 100110 | 1010100 | 1000011 |
Color Harmonies of #F1BD63
Complementary color
Monochromatic Colors of #F1BD63
Black with #F1BD63
Text Example
Text Example
White with #F1BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BD63; }
p { color: rgb(241,189,99); }
H1.HeaderClassName
{
color: #F1BD63;
}
.AnyTagClassName
{
color: #F1BD63;
}
</style>
background-color css
<style>
a { background-color: #F1BD63; }
a { background-color: rgb(241,189,99); }
div.DivClassName
{
background-color: #F1BD63;
}
.BgClassName
{
background-color: #F1BD63;
}
</style>
border-color css
<style>
span { border-color: #F1BD63; }
span { border-color: rgb(241,189,99); }
td.TdClassName
{
border-color: #F1BD63;
}
.TagClassName
{
border-color: #F1BD63;
}
</style>