Shades of Tacao #FDAA7C
Tints of Tacao #FDAA7C
RGB
CMYK
RGB Variations
Color information
#FDAA7C (or 0xFDAA7C) is known color: Tacao. HEX triplet: FD, AA and 7C. RGB value is (253,170,124). Sum of RGB (Red+Green+Blue) = 253+170+124=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAA7C is #025583. Grayscale: #BDBDBD. Windows color (decimal): -152964 or 8170237. OLE color: 8170237.
HSL color Cylindrical-coordinate representation of color #FDAA7C: hue angle of 21.4º 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 #FDAA7C is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 124 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.01 |
| HSL | 21.4º | 0.97% | 0.74% | - |
| HSV(B) | 21.4º | 0.51% | 0.99% | - |
| XYZ | 58.52 | 51.09 | 25.85 | - |
| YUV | 189.57 | 91 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 124 | 0 | 0.33 | 0.51 | 0.01 | 21.4 | 0.97 | 0.74 |
| Hex | FD | AA | 7C | 0 | 21 | 33 | 1 | 15 | 61 | 4A |
| Octal | 375 | 252 | 174 | 0 | 41 | 63 | 1 | 25 | 141 | 112 |
| Binary | 11111101 | 10101010 | 1111100 | 0 | 100001 | 110011 | 1 | 10101 | 1100001 | 1001010 |
Color Harmonies of #FDAA7C
Complementary color
Monochromatic Colors of #FDAA7C
Black with #FDAA7C
Text Example
Text Example
White with #FDAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA7C; }
p { color: rgb(253,170,124); }
H1.HeaderClassName
{
color: #FDAA7C;
}
.AnyTagClassName
{
color: #FDAA7C;
}
</style>
background-color css
<style>
a { background-color: #FDAA7C; }
a { background-color: rgb(253,170,124); }
div.DivClassName
{
background-color: #FDAA7C;
}
.BgClassName
{
background-color: #FDAA7C;
}
</style>
border-color css
<style>
span { border-color: #FDAA7C; }
span { border-color: rgb(253,170,124); }
td.TdClassName
{
border-color: #FDAA7C;
}
.TagClassName
{
border-color: #FDAA7C;
}
</style>