Shades of Tacao #F2B077
Tints of Tacao #F2B077
RGB
CMYK
RGB Variations
Color information
#F2B077 (or 0xF2B077) is known color: Tacao. HEX triplet: F2, B0 and 77. RGB value is (242,176,119). Sum of RGB (Red+Green+Blue) = 242+176+119=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B077 is #0D4F88. Grayscale: #BDBDBD. Windows color (decimal): -872329 or 7844082. OLE color: 7844082.
HSL color Cylindrical-coordinate representation of color #F2B077: hue angle of 27.8º degrees, saturation: 0.83, 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 #F2B077 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 119 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.05 |
| HSL | 27.8º | 0.83% | 0.71% | - |
| HSV(B) | 27.8º | 0.51% | 0.95% | - |
| XYZ | 55.47 | 51.26 | 24.42 | - |
| YUV | 189.24 | 88.37 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 119 | 0 | 0.27 | 0.51 | 0.05 | 27.8 | 0.83 | 0.71 |
| Hex | F2 | B0 | 77 | 0 | 1B | 33 | 5 | 1C | 53 | 47 |
| Octal | 362 | 260 | 167 | 0 | 33 | 63 | 5 | 34 | 123 | 107 |
| Binary | 11110010 | 10110000 | 1110111 | 0 | 11011 | 110011 | 101 | 11100 | 1010011 | 1000111 |
Color Harmonies of #F2B077
Complementary color
Monochromatic Colors of #F2B077
Black with #F2B077
Text Example
Text Example
White with #F2B077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B077; }
p { color: rgb(242,176,119); }
H1.HeaderClassName
{
color: #F2B077;
}
.AnyTagClassName
{
color: #F2B077;
}
</style>
background-color css
<style>
a { background-color: #F2B077; }
a { background-color: rgb(242,176,119); }
div.DivClassName
{
background-color: #F2B077;
}
.BgClassName
{
background-color: #F2B077;
}
</style>
border-color css
<style>
span { border-color: #F2B077; }
span { border-color: rgb(242,176,119); }
td.TdClassName
{
border-color: #F2B077;
}
.TagClassName
{
border-color: #F2B077;
}
</style>