Shades of Tacao #FFB076
Tints of Tacao #FFB076
RGB
CMYK
RGB Variations
Color information
#FFB076 (or 0xFFB076) is known color: Tacao. HEX triplet: FF, B0 and 76. RGB value is (255,176,118). Sum of RGB (Red+Green+Blue) = 255+176+118=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB076 is #004F89. Grayscale: #C1C1C1. Windows color (decimal): -20362 or 7778559. OLE color: 7778559.
HSL color Cylindrical-coordinate representation of color #FFB076: hue angle of 25.4º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFB076 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 118 | - |
| CMYK | 0 | 0.31 | 0.54 | 0 |
| HSL | 25.4º | 1% | 0.73% | - |
| HSV(B) | 25.4º | 0.54% | 1% | - |
| XYZ | 60.04 | 53.62 | 24.32 | - |
| YUV | 193.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 118 | 0 | 0.31 | 0.54 | 0 | 25.4 | 1 | 0.73 |
| Hex | FF | B0 | 76 | 0 | 1F | 36 | 0 | 19 | 64 | 49 |
| Octal | 377 | 260 | 166 | 0 | 37 | 66 | 0 | 31 | 144 | 111 |
| Binary | 11111111 | 10110000 | 1110110 | 0 | 11111 | 110110 | 0 | 11001 | 1100100 | 1001001 |
Color Harmonies of #FFB076
Complementary color
Monochromatic Colors of #FFB076
Black with #FFB076
Text Example
Text Example
White with #FFB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB076; }
p { color: rgb(255,176,118); }
H1.HeaderClassName
{
color: #FFB076;
}
.AnyTagClassName
{
color: #FFB076;
}
</style>
background-color css
<style>
a { background-color: #FFB076; }
a { background-color: rgb(255,176,118); }
div.DivClassName
{
background-color: #FFB076;
}
.BgClassName
{
background-color: #FFB076;
}
</style>
border-color css
<style>
span { border-color: #FFB076; }
span { border-color: rgb(255,176,118); }
td.TdClassName
{
border-color: #FFB076;
}
.TagClassName
{
border-color: #FFB076;
}
</style>