Shades of Tacao #FCAE7C
Tints of Tacao #FCAE7C
RGB
CMYK
RGB Variations
Color information
#FCAE7C (or 0xFCAE7C) is known color: Tacao. HEX triplet: FC, AE and 7C. RGB value is (252,174,124). Sum of RGB (Red+Green+Blue) = 252+174+124=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAE7C is #035183. Grayscale: #BFBFBF. Windows color (decimal): -217476 or 8171260. OLE color: 8171260.
HSL color Cylindrical-coordinate representation of color #FCAE7C: hue angle of 23.44º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCAE7C is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 124 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.01 |
| HSL | 23.44º | 0.96% | 0.74% | - |
| HSV(B) | 23.44º | 0.51% | 0.99% | - |
| XYZ | 58.92 | 52.42 | 26.08 | - |
| YUV | 191.62 | 89.84 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 124 | 0 | 0.31 | 0.51 | 0.01 | 23.44 | 0.96 | 0.74 |
| Hex | FC | AE | 7C | 0 | 1F | 33 | 1 | 17 | 60 | 4A |
| Octal | 374 | 256 | 174 | 0 | 37 | 63 | 1 | 27 | 140 | 112 |
| Binary | 11111100 | 10101110 | 1111100 | 0 | 11111 | 110011 | 1 | 10111 | 1100000 | 1001010 |
Color Harmonies of #FCAE7C
Complementary color
Monochromatic Colors of #FCAE7C
Black with #FCAE7C
Text Example
Text Example
White with #FCAE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAE7C; }
p { color: rgb(252,174,124); }
H1.HeaderClassName
{
color: #FCAE7C;
}
.AnyTagClassName
{
color: #FCAE7C;
}
</style>
background-color css
<style>
a { background-color: #FCAE7C; }
a { background-color: rgb(252,174,124); }
div.DivClassName
{
background-color: #FCAE7C;
}
.BgClassName
{
background-color: #FCAE7C;
}
</style>
border-color css
<style>
span { border-color: #FCAE7C; }
span { border-color: rgb(252,174,124); }
td.TdClassName
{
border-color: #FCAE7C;
}
.TagClassName
{
border-color: #FCAE7C;
}
</style>