Shades of Tacao #FCAF80
Tints of Tacao #FCAF80
RGB
CMYK
RGB Variations
Color information
#FCAF80 (or 0xFCAF80) is known color: Tacao. HEX triplet: FC, AF and 80. RGB value is (252,175,128). Sum of RGB (Red+Green+Blue) = 252+175+128=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAF80 is #03507F. Grayscale: #C0C0C0. Windows color (decimal): -217216 or 8433660. OLE color: 8433660.
HSL color Cylindrical-coordinate representation of color #FCAF80: hue angle of 22.74º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCAF80 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 128 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.01 |
| HSL | 22.74º | 0.95% | 0.75% | - |
| HSV(B) | 22.74º | 0.49% | 0.99% | - |
| XYZ | 59.37 | 52.91 | 27.51 | - |
| YUV | 192.67 | 91.51 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 128 | 0 | 0.31 | 0.49 | 0.01 | 22.74 | 0.95 | 0.75 |
| Hex | FC | AF | 80 | 0 | 1F | 31 | 1 | 17 | 5F | 4B |
| Octal | 374 | 257 | 200 | 0 | 37 | 61 | 1 | 27 | 137 | 113 |
| Binary | 11111100 | 10101111 | 10000000 | 0 | 11111 | 110001 | 1 | 10111 | 1011111 | 1001011 |
Color Harmonies of #FCAF80
Complementary color
Monochromatic Colors of #FCAF80
Black with #FCAF80
Text Example
Text Example
White with #FCAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF80; }
p { color: rgb(252,175,128); }
H1.HeaderClassName
{
color: #FCAF80;
}
.AnyTagClassName
{
color: #FCAF80;
}
</style>
background-color css
<style>
a { background-color: #FCAF80; }
a { background-color: rgb(252,175,128); }
div.DivClassName
{
background-color: #FCAF80;
}
.BgClassName
{
background-color: #FCAF80;
}
</style>
border-color css
<style>
span { border-color: #FCAF80; }
span { border-color: rgb(252,175,128); }
td.TdClassName
{
border-color: #FCAF80;
}
.TagClassName
{
border-color: #FCAF80;
}
</style>