Shades of Harvest Gold #F3BF6E
Tints of Harvest Gold #F3BF6E
RGB
CMYK
RGB Variations
Color information
#F3BF6E (or 0xF3BF6E) is known color: Harvest Gold. HEX triplet: F3, BF and 6E. RGB value is (243,191,110). Sum of RGB (Red+Green+Blue) = 243+191+110=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BF6E is #0C4091. Grayscale: #C5C5C5. Windows color (decimal): -802962 or 7258099. OLE color: 7258099.
HSL color Cylindrical-coordinate representation of color #F3BF6E: hue angle of 36.54º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3BF6E is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 191 | 110 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.05 |
| HSL | 36.54º | 0.85% | 0.69% | - |
| HSV(B) | 36.54º | 0.55% | 0.95% | - |
| XYZ | 58.41 | 57.44 | 22.76 | - |
| YUV | 197.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 191 | 110 | 0 | 0.21 | 0.55 | 0.05 | 36.54 | 0.85 | 0.69 |
| Hex | F3 | BF | 6E | 0 | 15 | 37 | 5 | 25 | 55 | 45 |
| Octal | 363 | 277 | 156 | 0 | 25 | 67 | 5 | 45 | 125 | 105 |
| Binary | 11110011 | 10111111 | 1101110 | 0 | 10101 | 110111 | 101 | 100101 | 1010101 | 1000101 |
Color Harmonies of #F3BF6E
Complementary color
Monochromatic Colors of #F3BF6E
Black with #F3BF6E
Text Example
Text Example
White with #F3BF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BF6E; }
p { color: rgb(243,191,110); }
H1.HeaderClassName
{
color: #F3BF6E;
}
.AnyTagClassName
{
color: #F3BF6E;
}
</style>
background-color css
<style>
a { background-color: #F3BF6E; }
a { background-color: rgb(243,191,110); }
div.DivClassName
{
background-color: #F3BF6E;
}
.BgClassName
{
background-color: #F3BF6E;
}
</style>
border-color css
<style>
span { border-color: #F3BF6E; }
span { border-color: rgb(243,191,110); }
td.TdClassName
{
border-color: #F3BF6E;
}
.TagClassName
{
border-color: #F3BF6E;
}
</style>