Shades of Tacao #F3B071
Tints of Tacao #F3B071
RGB
CMYK
RGB Variations
Color information
#F3B071 (or 0xF3B071) is known color: Tacao. HEX triplet: F3, B0 and 71. RGB value is (243,176,113). Sum of RGB (Red+Green+Blue) = 243+176+113=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B071 is #0C4F8E. Grayscale: #BDBDBD. Windows color (decimal): -806799 or 7450867. OLE color: 7450867.
HSL color Cylindrical-coordinate representation of color #F3B071: hue angle of 29.08º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F3B071 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 113 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.05 |
| HSL | 29.08º | 0.84% | 0.7% | - |
| HSV(B) | 29.08º | 0.53% | 0.95% | - |
| XYZ | 55.47 | 51.3 | 22.6 | - |
| YUV | 188.85 | 85.2 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 113 | 0 | 0.28 | 0.53 | 0.05 | 29.08 | 0.84 | 0.7 |
| Hex | F3 | B0 | 71 | 0 | 1C | 35 | 5 | 1D | 54 | 46 |
| Octal | 363 | 260 | 161 | 0 | 34 | 65 | 5 | 35 | 124 | 106 |
| Binary | 11110011 | 10110000 | 1110001 | 0 | 11100 | 110101 | 101 | 11101 | 1010100 | 1000110 |
Color Harmonies of #F3B071
Complementary color
Monochromatic Colors of #F3B071
Black with #F3B071
Text Example
Text Example
White with #F3B071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B071; }
p { color: rgb(243,176,113); }
H1.HeaderClassName
{
color: #F3B071;
}
.AnyTagClassName
{
color: #F3B071;
}
</style>
background-color css
<style>
a { background-color: #F3B071; }
a { background-color: rgb(243,176,113); }
div.DivClassName
{
background-color: #F3B071;
}
.BgClassName
{
background-color: #F3B071;
}
</style>
border-color css
<style>
span { border-color: #F3B071; }
span { border-color: rgb(243,176,113); }
td.TdClassName
{
border-color: #F3B071;
}
.TagClassName
{
border-color: #F3B071;
}
</style>