Shades of Tacao #FCAF85
Tints of Tacao #FCAF85
RGB
CMYK
RGB Variations
Color information
#FCAF85 (or 0xFCAF85) is known color: Tacao. HEX triplet: FC, AF and 85. RGB value is (252,175,133). Sum of RGB (Red+Green+Blue) = 252+175+133=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAF85 is #03507A. Grayscale: #C1C1C1. Windows color (decimal): -217211 or 8761340. OLE color: 8761340.
HSL color Cylindrical-coordinate representation of color #FCAF85: hue angle of 21.18º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCAF85 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 133 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.01 |
| HSL | 21.18º | 0.95% | 0.75% | - |
| HSV(B) | 21.18º | 0.47% | 0.99% | - |
| XYZ | 59.71 | 53.05 | 29.28 | - |
| YUV | 193.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 133 | 0 | 0.31 | 0.47 | 0.01 | 21.18 | 0.95 | 0.75 |
| Hex | FC | AF | 85 | 0 | 1F | 2F | 1 | 15 | 5F | 4B |
| Octal | 374 | 257 | 205 | 0 | 37 | 57 | 1 | 25 | 137 | 113 |
| Binary | 11111100 | 10101111 | 10000101 | 0 | 11111 | 101111 | 1 | 10101 | 1011111 | 1001011 |
Color Harmonies of #FCAF85
Complementary color
Monochromatic Colors of #FCAF85
Black with #FCAF85
Text Example
Text Example
White with #FCAF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF85; }
p { color: rgb(252,175,133); }
H1.HeaderClassName
{
color: #FCAF85;
}
.AnyTagClassName
{
color: #FCAF85;
}
</style>
background-color css
<style>
a { background-color: #FCAF85; }
a { background-color: rgb(252,175,133); }
div.DivClassName
{
background-color: #FCAF85;
}
.BgClassName
{
background-color: #FCAF85;
}
</style>
border-color css
<style>
span { border-color: #FCAF85; }
span { border-color: rgb(252,175,133); }
td.TdClassName
{
border-color: #FCAF85;
}
.TagClassName
{
border-color: #FCAF85;
}
</style>