Shades of Tacao #F2B076
Tints of Tacao #F2B076
RGB
CMYK
RGB Variations
Color information
#F2B076 (or 0xF2B076) is known color: Tacao. HEX triplet: F2, B0 and 76. RGB value is (242,176,118). Sum of RGB (Red+Green+Blue) = 242+176+118=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B076 is #0D4F89. Grayscale: #BDBDBD. Windows color (decimal): -872330 or 7778546. OLE color: 7778546.
HSL color Cylindrical-coordinate representation of color #F2B076: hue angle of 28.06º 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 #F2B076 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 118 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.05 |
| HSL | 28.06º | 0.83% | 0.71% | - |
| HSV(B) | 28.06º | 0.51% | 0.95% | - |
| XYZ | 55.41 | 51.24 | 24.11 | - |
| YUV | 189.12 | 87.87 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 118 | 0 | 0.27 | 0.51 | 0.05 | 28.06 | 0.83 | 0.71 |
| Hex | F2 | B0 | 76 | 0 | 1B | 33 | 5 | 1C | 53 | 47 |
| Octal | 362 | 260 | 166 | 0 | 33 | 63 | 5 | 34 | 123 | 107 |
| Binary | 11110010 | 10110000 | 1110110 | 0 | 11011 | 110011 | 101 | 11100 | 1010011 | 1000111 |
Color Harmonies of #F2B076
Complementary color
Monochromatic Colors of #F2B076
Black with #F2B076
Text Example
Text Example
White with #F2B076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B076; }
p { color: rgb(242,176,118); }
H1.HeaderClassName
{
color: #F2B076;
}
.AnyTagClassName
{
color: #F2B076;
}
</style>
background-color css
<style>
a { background-color: #F2B076; }
a { background-color: rgb(242,176,118); }
div.DivClassName
{
background-color: #F2B076;
}
.BgClassName
{
background-color: #F2B076;
}
</style>
border-color css
<style>
span { border-color: #F2B076; }
span { border-color: rgb(242,176,118); }
td.TdClassName
{
border-color: #F2B076;
}
.TagClassName
{
border-color: #F2B076;
}
</style>