Shades of Harvest Gold #F3BD6C
Tints of Harvest Gold #F3BD6C
RGB
CMYK
RGB Variations
Color information
#F3BD6C (or 0xF3BD6C) is known color: Harvest Gold. HEX triplet: F3, BD and 6C. RGB value is (243,189,108). Sum of RGB (Red+Green+Blue) = 243+189+108=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BD6C is #0C4293. Grayscale: #C4C4C4. Windows color (decimal): -803476 or 7126515. OLE color: 7126515.
HSL color Cylindrical-coordinate representation of color #F3BD6C: hue angle of 36º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3BD6C is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 108 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.05 |
| HSL | 36º | 0.85% | 0.69% | - |
| HSV(B) | 36º | 0.56% | 0.95% | - |
| XYZ | 57.87 | 56.53 | 22.05 | - |
| YUV | 195.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 108 | 0 | 0.22 | 0.56 | 0.05 | 36 | 0.85 | 0.69 |
| Hex | F3 | BD | 6C | 0 | 16 | 38 | 5 | 24 | 55 | 45 |
| Octal | 363 | 275 | 154 | 0 | 26 | 70 | 5 | 44 | 125 | 105 |
| Binary | 11110011 | 10111101 | 1101100 | 0 | 10110 | 111000 | 101 | 100100 | 1010101 | 1000101 |
Color Harmonies of #F3BD6C
Complementary color
Monochromatic Colors of #F3BD6C
Black with #F3BD6C
Text Example
Text Example
White with #F3BD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BD6C; }
p { color: rgb(243,189,108); }
H1.HeaderClassName
{
color: #F3BD6C;
}
.AnyTagClassName
{
color: #F3BD6C;
}
</style>
background-color css
<style>
a { background-color: #F3BD6C; }
a { background-color: rgb(243,189,108); }
div.DivClassName
{
background-color: #F3BD6C;
}
.BgClassName
{
background-color: #F3BD6C;
}
</style>
border-color css
<style>
span { border-color: #F3BD6C; }
span { border-color: rgb(243,189,108); }
td.TdClassName
{
border-color: #F3BD6C;
}
.TagClassName
{
border-color: #F3BD6C;
}
</style>