Shades of Tacao #FCB174
Tints of Tacao #FCB174
RGB
CMYK
RGB Variations
Color information
#FCB174 (or 0xFCB174) is known color: Tacao. HEX triplet: FC, B1 and 74. RGB value is (252,177,116). Sum of RGB (Red+Green+Blue) = 252+177+116=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB174 is #034E8B. Grayscale: #C0C0C0. Windows color (decimal): -216716 or 7647740. OLE color: 7647740.
HSL color Cylindrical-coordinate representation of color #FCB174: hue angle of 26.91º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCB174 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 116 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.01 |
| HSL | 26.91º | 0.96% | 0.72% | - |
| HSV(B) | 26.91º | 0.54% | 0.99% | - |
| XYZ | 59.02 | 53.4 | 23.72 | - |
| YUV | 192.47 | 84.85 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 116 | 0 | 0.30 | 0.54 | 0.01 | 26.91 | 0.96 | 0.72 |
| Hex | FC | B1 | 74 | 0 | 1E | 36 | 1 | 1B | 60 | 48 |
| Octal | 374 | 261 | 164 | 0 | 36 | 66 | 1 | 33 | 140 | 110 |
| Binary | 11111100 | 10110001 | 1110100 | 0 | 11110 | 110110 | 1 | 11011 | 1100000 | 1001000 |
Color Harmonies of #FCB174
Complementary color
Monochromatic Colors of #FCB174
Black with #FCB174
Text Example
Text Example
White with #FCB174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB174; }
p { color: rgb(252,177,116); }
H1.HeaderClassName
{
color: #FCB174;
}
.AnyTagClassName
{
color: #FCB174;
}
</style>
background-color css
<style>
a { background-color: #FCB174; }
a { background-color: rgb(252,177,116); }
div.DivClassName
{
background-color: #FCB174;
}
.BgClassName
{
background-color: #FCB174;
}
</style>
border-color css
<style>
span { border-color: #FCB174; }
span { border-color: rgb(252,177,116); }
td.TdClassName
{
border-color: #FCB174;
}
.TagClassName
{
border-color: #FCB174;
}
</style>