Shades of Harvest Gold #F3BD63
Tints of Harvest Gold #F3BD63
RGB
CMYK
RGB Variations
Color information
#F3BD63 (or 0xF3BD63) is known color: Harvest Gold. HEX triplet: F3, BD and 63. RGB value is (243,189,99). Sum of RGB (Red+Green+Blue) = 243+189+99=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BD63 is #0C429C. Grayscale: #C3C3C3. Windows color (decimal): -803485 or 6536691. OLE color: 6536691.
HSL color Cylindrical-coordinate representation of color #F3BD63: hue angle of 37.5º degrees, saturation: 0.86, 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 #F3BD63 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 99 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.05 |
| HSL | 37.5º | 0.86% | 0.67% | - |
| HSV(B) | 37.5º | 0.59% | 0.95% | - |
| XYZ | 57.41 | 56.35 | 19.66 | - |
| YUV | 194.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 99 | 0 | 0.22 | 0.59 | 0.05 | 37.5 | 0.86 | 0.67 |
| Hex | F3 | BD | 63 | 0 | 16 | 3B | 5 | 26 | 56 | 43 |
| Octal | 363 | 275 | 143 | 0 | 26 | 73 | 5 | 46 | 126 | 103 |
| Binary | 11110011 | 10111101 | 1100011 | 0 | 10110 | 111011 | 101 | 100110 | 1010110 | 1000011 |
Color Harmonies of #F3BD63
Complementary color
Monochromatic Colors of #F3BD63
Black with #F3BD63
Text Example
Text Example
White with #F3BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BD63; }
p { color: rgb(243,189,99); }
H1.HeaderClassName
{
color: #F3BD63;
}
.AnyTagClassName
{
color: #F3BD63;
}
</style>
background-color css
<style>
a { background-color: #F3BD63; }
a { background-color: rgb(243,189,99); }
div.DivClassName
{
background-color: #F3BD63;
}
.BgClassName
{
background-color: #F3BD63;
}
</style>
border-color css
<style>
span { border-color: #F3BD63; }
span { border-color: rgb(243,189,99); }
td.TdClassName
{
border-color: #F3BD63;
}
.TagClassName
{
border-color: #F3BD63;
}
</style>