Shades of Tacao #FDAC7B
Tints of Tacao #FDAC7B
RGB
CMYK
RGB Variations
Color information
#FDAC7B (or 0xFDAC7B) is known color: Tacao. HEX triplet: FD, AC and 7B. RGB value is (253,172,123). Sum of RGB (Red+Green+Blue) = 253+172+123=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC7B is #025384. Grayscale: #BEBEBE. Windows color (decimal): -152453 or 8105213. OLE color: 8105213.
HSL color Cylindrical-coordinate representation of color #FDAC7B: hue angle of 22.62º 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 #FDAC7B is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 123 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.01 |
| HSL | 22.62º | 0.97% | 0.74% | - |
| HSV(B) | 22.62º | 0.51% | 0.99% | - |
| XYZ | 58.84 | 51.82 | 25.64 | - |
| YUV | 190.63 | 89.84 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 123 | 0 | 0.32 | 0.51 | 0.01 | 22.62 | 0.97 | 0.74 |
| Hex | FD | AC | 7B | 0 | 20 | 33 | 1 | 17 | 61 | 4A |
| Octal | 375 | 254 | 173 | 0 | 40 | 63 | 1 | 27 | 141 | 112 |
| Binary | 11111101 | 10101100 | 1111011 | 0 | 100000 | 110011 | 1 | 10111 | 1100001 | 1001010 |
Color Harmonies of #FDAC7B
Complementary color
Monochromatic Colors of #FDAC7B
Black with #FDAC7B
Text Example
Text Example
White with #FDAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC7B; }
p { color: rgb(253,172,123); }
H1.HeaderClassName
{
color: #FDAC7B;
}
.AnyTagClassName
{
color: #FDAC7B;
}
</style>
background-color css
<style>
a { background-color: #FDAC7B; }
a { background-color: rgb(253,172,123); }
div.DivClassName
{
background-color: #FDAC7B;
}
.BgClassName
{
background-color: #FDAC7B;
}
</style>
border-color css
<style>
span { border-color: #FDAC7B; }
span { border-color: rgb(253,172,123); }
td.TdClassName
{
border-color: #FDAC7B;
}
.TagClassName
{
border-color: #FDAC7B;
}
</style>