Shades of Tacao #FCAF77
Tints of Tacao #FCAF77
RGB
CMYK
RGB Variations
Color information
#FCAF77 (or 0xFCAF77) is known color: Tacao. HEX triplet: FC, AF and 77. RGB value is (252,175,119). Sum of RGB (Red+Green+Blue) = 252+175+119=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 119 (46.88% from 255 or 21.79% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF77 is #035088. Grayscale: #BFBFBF. Windows color (decimal): -217225 or 7843836. OLE color: 7843836.
HSL color Cylindrical-coordinate representation of color #FCAF77: hue angle of 25.26º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCAF77 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 119 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.01 |
| HSL | 25.26º | 0.96% | 0.73% | - |
| HSV(B) | 25.26º | 0.53% | 0.99% | - |
| XYZ | 58.8 | 52.69 | 24.52 | - |
| YUV | 191.64 | 87.01 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 119 | 0 | 0.31 | 0.53 | 0.01 | 25.26 | 0.96 | 0.73 |
| Hex | FC | AF | 77 | 0 | 1F | 35 | 1 | 19 | 60 | 49 |
| Octal | 374 | 257 | 167 | 0 | 37 | 65 | 1 | 31 | 140 | 111 |
| Binary | 11111100 | 10101111 | 1110111 | 0 | 11111 | 110101 | 1 | 11001 | 1100000 | 1001001 |
Color Harmonies of #FCAF77
Complementary color
Monochromatic Colors of #FCAF77
Black with #FCAF77
Text Example
Text Example
White with #FCAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF77; }
p { color: rgb(252,175,119); }
H1.HeaderClassName
{
color: #FCAF77;
}
.AnyTagClassName
{
color: #FCAF77;
}
</style>
background-color css
<style>
a { background-color: #FCAF77; }
a { background-color: rgb(252,175,119); }
div.DivClassName
{
background-color: #FCAF77;
}
.BgClassName
{
background-color: #FCAF77;
}
</style>
border-color css
<style>
span { border-color: #FCAF77; }
span { border-color: rgb(252,175,119); }
td.TdClassName
{
border-color: #FCAF77;
}
.TagClassName
{
border-color: #FCAF77;
}
</style>