Shades of Tacao #F3B077
Tints of Tacao #F3B077
RGB
CMYK
RGB Variations
Color information
#F3B077 (or 0xF3B077) is known color: Tacao. HEX triplet: F3, B0 and 77. RGB value is (243,176,119). Sum of RGB (Red+Green+Blue) = 243+176+119=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 119 (46.88% from 255 or 22.12% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B077 is #0C4F88. Grayscale: #BDBDBD. Windows color (decimal): -806793 or 7844083. OLE color: 7844083.
HSL color Cylindrical-coordinate representation of color #F3B077: hue angle of 27.58º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F3B077 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 119 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.05 |
| HSL | 27.58º | 0.84% | 0.71% | - |
| HSV(B) | 27.58º | 0.51% | 0.95% | - |
| XYZ | 55.82 | 51.44 | 24.44 | - |
| YUV | 189.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 119 | 0 | 0.28 | 0.51 | 0.05 | 27.58 | 0.84 | 0.71 |
| Hex | F3 | B0 | 77 | 0 | 1C | 33 | 5 | 1C | 54 | 47 |
| Octal | 363 | 260 | 167 | 0 | 34 | 63 | 5 | 34 | 124 | 107 |
| Binary | 11110011 | 10110000 | 1110111 | 0 | 11100 | 110011 | 101 | 11100 | 1010100 | 1000111 |
Color Harmonies of #F3B077
Complementary color
Monochromatic Colors of #F3B077
Black with #F3B077
Text Example
Text Example
White with #F3B077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B077; }
p { color: rgb(243,176,119); }
H1.HeaderClassName
{
color: #F3B077;
}
.AnyTagClassName
{
color: #F3B077;
}
</style>
background-color css
<style>
a { background-color: #F3B077; }
a { background-color: rgb(243,176,119); }
div.DivClassName
{
background-color: #F3B077;
}
.BgClassName
{
background-color: #F3B077;
}
</style>
border-color css
<style>
span { border-color: #F3B077; }
span { border-color: rgb(243,176,119); }
td.TdClassName
{
border-color: #F3B077;
}
.TagClassName
{
border-color: #F3B077;
}
</style>