Shades of Tacao #FDAB76
Tints of Tacao #FDAB76
RGB
CMYK
RGB Variations
Color information
#FDAB76 (or 0xFDAB76) is known color: Tacao. HEX triplet: FD, AB and 76. RGB value is (253,171,118). Sum of RGB (Red+Green+Blue) = 253+171+118=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB76 is #025489. Grayscale: #BDBDBD. Windows color (decimal): -152714 or 7777277. OLE color: 7777277.
HSL color Cylindrical-coordinate representation of color #FDAB76: hue angle of 23.56º 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 #FDAB76 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 118 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.01 |
| HSL | 23.56º | 0.97% | 0.73% | - |
| HSV(B) | 23.56º | 0.53% | 0.99% | - |
| XYZ | 58.34 | 51.32 | 23.97 | - |
| YUV | 189.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 118 | 0 | 0.32 | 0.53 | 0.01 | 23.56 | 0.97 | 0.73 |
| Hex | FD | AB | 76 | 0 | 20 | 35 | 1 | 18 | 61 | 49 |
| Octal | 375 | 253 | 166 | 0 | 40 | 65 | 1 | 30 | 141 | 111 |
| Binary | 11111101 | 10101011 | 1110110 | 0 | 100000 | 110101 | 1 | 11000 | 1100001 | 1001001 |
Color Harmonies of #FDAB76
Complementary color
Monochromatic Colors of #FDAB76
Black with #FDAB76
Text Example
Text Example
White with #FDAB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB76; }
p { color: rgb(253,171,118); }
H1.HeaderClassName
{
color: #FDAB76;
}
.AnyTagClassName
{
color: #FDAB76;
}
</style>
background-color css
<style>
a { background-color: #FDAB76; }
a { background-color: rgb(253,171,118); }
div.DivClassName
{
background-color: #FDAB76;
}
.BgClassName
{
background-color: #FDAB76;
}
</style>
border-color css
<style>
span { border-color: #FDAB76; }
span { border-color: rgb(253,171,118); }
td.TdClassName
{
border-color: #FDAB76;
}
.TagClassName
{
border-color: #FDAB76;
}
</style>