Shades of Tacao #FDAC7A
Tints of Tacao #FDAC7A
RGB
CMYK
RGB Variations
Color information
#FDAC7A (or 0xFDAC7A) is known color: Tacao. HEX triplet: FD, AC and 7A. RGB value is (253,172,122). Sum of RGB (Red+Green+Blue) = 253+172+122=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC7A is #025385. Grayscale: #BEBEBE. Windows color (decimal): -152454 or 8039677. OLE color: 8039677.
HSL color Cylindrical-coordinate representation of color #FDAC7A: hue angle of 22.9º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDAC7A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 122 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.01 |
| HSL | 22.9º | 0.97% | 0.74% | - |
| HSV(B) | 22.9º | 0.52% | 0.99% | - |
| XYZ | 58.77 | 51.79 | 25.31 | - |
| YUV | 190.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 122 | 0 | 0.32 | 0.52 | 0.01 | 22.9 | 0.97 | 0.74 |
| Hex | FD | AC | 7A | 0 | 20 | 34 | 1 | 17 | 61 | 4A |
| Octal | 375 | 254 | 172 | 0 | 40 | 64 | 1 | 27 | 141 | 112 |
| Binary | 11111101 | 10101100 | 1111010 | 0 | 100000 | 110100 | 1 | 10111 | 1100001 | 1001010 |
Color Harmonies of #FDAC7A
Complementary color
Monochromatic Colors of #FDAC7A
Black with #FDAC7A
Text Example
Text Example
White with #FDAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC7A; }
p { color: rgb(253,172,122); }
H1.HeaderClassName
{
color: #FDAC7A;
}
.AnyTagClassName
{
color: #FDAC7A;
}
</style>
background-color css
<style>
a { background-color: #FDAC7A; }
a { background-color: rgb(253,172,122); }
div.DivClassName
{
background-color: #FDAC7A;
}
.BgClassName
{
background-color: #FDAC7A;
}
</style>
border-color css
<style>
span { border-color: #FDAC7A; }
span { border-color: rgb(253,172,122); }
td.TdClassName
{
border-color: #FDAC7A;
}
.TagClassName
{
border-color: #FDAC7A;
}
</style>