Shades of Tacao #FCB17A
Tints of Tacao #FCB17A
RGB
CMYK
RGB Variations
Color information
#FCB17A (or 0xFCB17A) is known color: Tacao. HEX triplet: FC, B1 and 7A. RGB value is (252,177,122). Sum of RGB (Red+Green+Blue) = 252+177+122=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB17A is #034E85. Grayscale: #C1C1C1. Windows color (decimal): -216710 or 8040956. OLE color: 8040956.
HSL color Cylindrical-coordinate representation of color #FCB17A: hue angle of 25.38º 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 #FCB17A is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 122 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.01 |
| HSL | 25.38º | 0.96% | 0.73% | - |
| HSV(B) | 25.38º | 0.52% | 0.99% | - |
| XYZ | 59.38 | 53.54 | 25.62 | - |
| YUV | 193.16 | 87.85 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 122 | 0 | 0.30 | 0.52 | 0.01 | 25.38 | 0.96 | 0.73 |
| Hex | FC | B1 | 7A | 0 | 1E | 34 | 1 | 19 | 60 | 49 |
| Octal | 374 | 261 | 172 | 0 | 36 | 64 | 1 | 31 | 140 | 111 |
| Binary | 11111100 | 10110001 | 1111010 | 0 | 11110 | 110100 | 1 | 11001 | 1100000 | 1001001 |
Color Harmonies of #FCB17A
Complementary color
Monochromatic Colors of #FCB17A
Black with #FCB17A
Text Example
Text Example
White with #FCB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB17A; }
p { color: rgb(252,177,122); }
H1.HeaderClassName
{
color: #FCB17A;
}
.AnyTagClassName
{
color: #FCB17A;
}
</style>
background-color css
<style>
a { background-color: #FCB17A; }
a { background-color: rgb(252,177,122); }
div.DivClassName
{
background-color: #FCB17A;
}
.BgClassName
{
background-color: #FCB17A;
}
</style>
border-color css
<style>
span { border-color: #FCB17A; }
span { border-color: rgb(252,177,122); }
td.TdClassName
{
border-color: #FCB17A;
}
.TagClassName
{
border-color: #FCB17A;
}
</style>