Shades of Tacao #FCAB78
Tints of Tacao #FCAB78
RGB
CMYK
RGB Variations
Color information
#FCAB78 (or 0xFCAB78) is known color: Tacao. HEX triplet: FC, AB and 78. RGB value is (252,171,120). Sum of RGB (Red+Green+Blue) = 252+171+120=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB78 is #035487. Grayscale: #BDBDBD. Windows color (decimal): -218248 or 7908348. OLE color: 7908348.
HSL color Cylindrical-coordinate representation of color #FCAB78: hue angle of 23.18º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCAB78 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 120 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.01 |
| HSL | 23.18º | 0.96% | 0.73% | - |
| HSV(B) | 23.18º | 0.52% | 0.99% | - |
| XYZ | 58.1 | 51.18 | 24.59 | - |
| YUV | 189.41 | 88.84 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 120 | 0 | 0.32 | 0.52 | 0.01 | 23.18 | 0.96 | 0.73 |
| Hex | FC | AB | 78 | 0 | 20 | 34 | 1 | 17 | 60 | 49 |
| Octal | 374 | 253 | 170 | 0 | 40 | 64 | 1 | 27 | 140 | 111 |
| Binary | 11111100 | 10101011 | 1111000 | 0 | 100000 | 110100 | 1 | 10111 | 1100000 | 1001001 |
Color Harmonies of #FCAB78
Complementary color
Monochromatic Colors of #FCAB78
Black with #FCAB78
Text Example
Text Example
White with #FCAB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB78; }
p { color: rgb(252,171,120); }
H1.HeaderClassName
{
color: #FCAB78;
}
.AnyTagClassName
{
color: #FCAB78;
}
</style>
background-color css
<style>
a { background-color: #FCAB78; }
a { background-color: rgb(252,171,120); }
div.DivClassName
{
background-color: #FCAB78;
}
.BgClassName
{
background-color: #FCAB78;
}
</style>
border-color css
<style>
span { border-color: #FCAB78; }
span { border-color: rgb(252,171,120); }
td.TdClassName
{
border-color: #FCAB78;
}
.TagClassName
{
border-color: #FCAB78;
}
</style>