Shades of Tacao #F3B775
Tints of Tacao #F3B775
RGB
CMYK
RGB Variations
Color information
#F3B775 (or 0xF3B775) is known color: Tacao. HEX triplet: F3, B7 and 75. RGB value is (243,183,117). Sum of RGB (Red+Green+Blue) = 243+183+117=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B775 is #0C488A. Grayscale: #C1C1C1. Windows color (decimal): -805003 or 7714803. OLE color: 7714803.
HSL color Cylindrical-coordinate representation of color #F3B775: hue angle of 31.43º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F3B775 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 183 | 117 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.05 |
| HSL | 31.43º | 0.84% | 0.71% | - |
| HSV(B) | 31.43º | 0.52% | 0.95% | - |
| XYZ | 57.11 | 54.21 | 24.28 | - |
| YUV | 193.42 | 84.88 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 183 | 117 | 0 | 0.25 | 0.52 | 0.05 | 31.43 | 0.84 | 0.71 |
| Hex | F3 | B7 | 75 | 0 | 19 | 34 | 5 | 1F | 54 | 47 |
| Octal | 363 | 267 | 165 | 0 | 31 | 64 | 5 | 37 | 124 | 107 |
| Binary | 11110011 | 10110111 | 1110101 | 0 | 11001 | 110100 | 101 | 11111 | 1010100 | 1000111 |
Color Harmonies of #F3B775
Complementary color
Monochromatic Colors of #F3B775
Black with #F3B775
Text Example
Text Example
White with #F3B775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B775; }
p { color: rgb(243,183,117); }
H1.HeaderClassName
{
color: #F3B775;
}
.AnyTagClassName
{
color: #F3B775;
}
</style>
background-color css
<style>
a { background-color: #F3B775; }
a { background-color: rgb(243,183,117); }
div.DivClassName
{
background-color: #F3B775;
}
.BgClassName
{
background-color: #F3B775;
}
</style>
border-color css
<style>
span { border-color: #F3B775; }
span { border-color: rgb(243,183,117); }
td.TdClassName
{
border-color: #F3B775;
}
.TagClassName
{
border-color: #F3B775;
}
</style>