Shades of Tacao #FDAA7B
Tints of Tacao #FDAA7B
RGB
CMYK
RGB Variations
Color information
#FDAA7B (or 0xFDAA7B) is known color: Tacao. HEX triplet: FD, AA and 7B. RGB value is (253,170,123). Sum of RGB (Red+Green+Blue) = 253+170+123=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAA7B is #025584. Grayscale: #BDBDBD. Windows color (decimal): -152965 or 8104701. OLE color: 8104701.
HSL color Cylindrical-coordinate representation of color #FDAA7B: hue angle of 21.69º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDAA7B is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 123 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.01 |
| HSL | 21.69º | 0.97% | 0.74% | - |
| HSV(B) | 21.69º | 0.51% | 0.99% | - |
| XYZ | 58.46 | 51.06 | 25.51 | - |
| YUV | 189.46 | 90.5 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 123 | 0 | 0.33 | 0.51 | 0.01 | 21.69 | 0.97 | 0.74 |
| Hex | FD | AA | 7B | 0 | 21 | 33 | 1 | 16 | 61 | 4A |
| Octal | 375 | 252 | 173 | 0 | 41 | 63 | 1 | 26 | 141 | 112 |
| Binary | 11111101 | 10101010 | 1111011 | 0 | 100001 | 110011 | 1 | 10110 | 1100001 | 1001010 |
Color Harmonies of #FDAA7B
Complementary color
Monochromatic Colors of #FDAA7B
Black with #FDAA7B
Text Example
Text Example
White with #FDAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA7B; }
p { color: rgb(253,170,123); }
H1.HeaderClassName
{
color: #FDAA7B;
}
.AnyTagClassName
{
color: #FDAA7B;
}
</style>
background-color css
<style>
a { background-color: #FDAA7B; }
a { background-color: rgb(253,170,123); }
div.DivClassName
{
background-color: #FDAA7B;
}
.BgClassName
{
background-color: #FDAA7B;
}
</style>
border-color css
<style>
span { border-color: #FDAA7B; }
span { border-color: rgb(253,170,123); }
td.TdClassName
{
border-color: #FDAA7B;
}
.TagClassName
{
border-color: #FDAA7B;
}
</style>