Shades of Tacao #FDB076
Tints of Tacao #FDB076
RGB
CMYK
RGB Variations
Color information
#FDB076 (or 0xFDB076) is known color: Tacao. HEX triplet: FD, B0 and 76. RGB value is (253,176,118). Sum of RGB (Red+Green+Blue) = 253+176+118=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB076 is #024F89. Grayscale: #C0C0C0. Windows color (decimal): -151434 or 7778557. OLE color: 7778557.
HSL color Cylindrical-coordinate representation of color #FDB076: hue angle of 25.78º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDB076 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 118 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.01 |
| HSL | 25.78º | 0.97% | 0.73% | - |
| HSV(B) | 25.78º | 0.53% | 0.99% | - |
| XYZ | 59.3 | 53.24 | 24.29 | - |
| YUV | 192.41 | 86.01 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 118 | 0 | 0.30 | 0.53 | 0.01 | 25.78 | 0.97 | 0.73 |
| Hex | FD | B0 | 76 | 0 | 1E | 35 | 1 | 1A | 61 | 49 |
| Octal | 375 | 260 | 166 | 0 | 36 | 65 | 1 | 32 | 141 | 111 |
| Binary | 11111101 | 10110000 | 1110110 | 0 | 11110 | 110101 | 1 | 11010 | 1100001 | 1001001 |
Color Harmonies of #FDB076
Complementary color
Monochromatic Colors of #FDB076
Black with #FDB076
Text Example
Text Example
White with #FDB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB076; }
p { color: rgb(253,176,118); }
H1.HeaderClassName
{
color: #FDB076;
}
.AnyTagClassName
{
color: #FDB076;
}
</style>
background-color css
<style>
a { background-color: #FDB076; }
a { background-color: rgb(253,176,118); }
div.DivClassName
{
background-color: #FDB076;
}
.BgClassName
{
background-color: #FDB076;
}
</style>
border-color css
<style>
span { border-color: #FDB076; }
span { border-color: rgb(253,176,118); }
td.TdClassName
{
border-color: #FDB076;
}
.TagClassName
{
border-color: #FDB076;
}
</style>