Shades of Harvest Gold #F3BD5F
Tints of Harvest Gold #F3BD5F
RGB
CMYK
RGB Variations
Color information
#F3BD5F (or 0xF3BD5F) is known color: Harvest Gold. HEX triplet: F3, BD and 5F. RGB value is (243,189,95). Sum of RGB (Red+Green+Blue) = 243+189+95=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BD5F is #0C42A0. Grayscale: #C2C2C2. Windows color (decimal): -803489 or 6274547. OLE color: 6274547.
HSL color Cylindrical-coordinate representation of color #F3BD5F: hue angle of 38.11º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F3BD5F is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 95 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.05 |
| HSL | 38.11º | 0.86% | 0.66% | - |
| HSV(B) | 38.11º | 0.61% | 0.95% | - |
| XYZ | 57.23 | 56.28 | 18.67 | - |
| YUV | 194.43 | 71.89 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 95 | 0 | 0.22 | 0.61 | 0.05 | 38.11 | 0.86 | 0.66 |
| Hex | F3 | BD | 5F | 0 | 16 | 3D | 5 | 26 | 56 | 42 |
| Octal | 363 | 275 | 137 | 0 | 26 | 75 | 5 | 46 | 126 | 102 |
| Binary | 11110011 | 10111101 | 1011111 | 0 | 10110 | 111101 | 101 | 100110 | 1010110 | 1000010 |
Color Harmonies of #F3BD5F
Complementary color
Monochromatic Colors of #F3BD5F
Black with #F3BD5F
Text Example
Text Example
White with #F3BD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BD5F; }
p { color: rgb(243,189,95); }
H1.HeaderClassName
{
color: #F3BD5F;
}
.AnyTagClassName
{
color: #F3BD5F;
}
</style>
background-color css
<style>
a { background-color: #F3BD5F; }
a { background-color: rgb(243,189,95); }
div.DivClassName
{
background-color: #F3BD5F;
}
.BgClassName
{
background-color: #F3BD5F;
}
</style>
border-color css
<style>
span { border-color: #F3BD5F; }
span { border-color: rgb(243,189,95); }
td.TdClassName
{
border-color: #F3BD5F;
}
.TagClassName
{
border-color: #F3BD5F;
}
</style>