Shades of Harvest Gold #F3BB6C
Tints of Harvest Gold #F3BB6C
RGB
CMYK
RGB Variations
Color information
#F3BB6C (or 0xF3BB6C) is known color: Harvest Gold. HEX triplet: F3, BB and 6C. RGB value is (243,187,108). Sum of RGB (Red+Green+Blue) = 243+187+108=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BB6C is #0C4493. Grayscale: #C3C3C3. Windows color (decimal): -803988 or 7126003. OLE color: 7126003.
HSL color Cylindrical-coordinate representation of color #F3BB6C: hue angle of 35.11º 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 #F3BB6C is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 108 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.05 |
| HSL | 35.11º | 0.85% | 0.69% | - |
| HSV(B) | 35.11º | 0.56% | 0.95% | - |
| XYZ | 57.44 | 55.68 | 21.91 | - |
| YUV | 194.74 | 79.05 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 108 | 0 | 0.23 | 0.56 | 0.05 | 35.11 | 0.85 | 0.69 |
| Hex | F3 | BB | 6C | 0 | 17 | 38 | 5 | 23 | 55 | 45 |
| Octal | 363 | 273 | 154 | 0 | 27 | 70 | 5 | 43 | 125 | 105 |
| Binary | 11110011 | 10111011 | 1101100 | 0 | 10111 | 111000 | 101 | 100011 | 1010101 | 1000101 |
Color Harmonies of #F3BB6C
Complementary color
Monochromatic Colors of #F3BB6C
Black with #F3BB6C
Text Example
Text Example
White with #F3BB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BB6C; }
p { color: rgb(243,187,108); }
H1.HeaderClassName
{
color: #F3BB6C;
}
.AnyTagClassName
{
color: #F3BB6C;
}
</style>
background-color css
<style>
a { background-color: #F3BB6C; }
a { background-color: rgb(243,187,108); }
div.DivClassName
{
background-color: #F3BB6C;
}
.BgClassName
{
background-color: #F3BB6C;
}
</style>
border-color css
<style>
span { border-color: #F3BB6C; }
span { border-color: rgb(243,187,108); }
td.TdClassName
{
border-color: #F3BB6C;
}
.TagClassName
{
border-color: #F3BB6C;
}
</style>