Shades of Tacao #FCB27B
Tints of Tacao #FCB27B
RGB
CMYK
RGB Variations
Color information
#FCB27B (or 0xFCB27B) is known color: Tacao. HEX triplet: FC, B2 and 7B. RGB value is (252,178,123). Sum of RGB (Red+Green+Blue) = 252+178+123=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB27B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB27B is #034D84. Grayscale: #C2C2C2. Windows color (decimal): -216453 or 8106748. OLE color: 8106748.
HSL color Cylindrical-coordinate representation of color #FCB27B: hue angle of 25.58º 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 #FCB27B is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 123 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.01 |
| HSL | 25.58º | 0.96% | 0.74% | - |
| HSV(B) | 25.58º | 0.51% | 0.99% | - |
| XYZ | 59.64 | 53.97 | 26.01 | - |
| YUV | 193.86 | 88.02 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 123 | 0 | 0.29 | 0.51 | 0.01 | 25.58 | 0.96 | 0.74 |
| Hex | FC | B2 | 7B | 0 | 1D | 33 | 1 | 1A | 60 | 4A |
| Octal | 374 | 262 | 173 | 0 | 35 | 63 | 1 | 32 | 140 | 112 |
| Binary | 11111100 | 10110010 | 1111011 | 0 | 11101 | 110011 | 1 | 11010 | 1100000 | 1001010 |
Color Harmonies of #FCB27B
Complementary color
Monochromatic Colors of #FCB27B
Black with #FCB27B
Text Example
Text Example
White with #FCB27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB27B; }
p { color: rgb(252,178,123); }
H1.HeaderClassName
{
color: #FCB27B;
}
.AnyTagClassName
{
color: #FCB27B;
}
</style>
background-color css
<style>
a { background-color: #FCB27B; }
a { background-color: rgb(252,178,123); }
div.DivClassName
{
background-color: #FCB27B;
}
.BgClassName
{
background-color: #FCB27B;
}
</style>
border-color css
<style>
span { border-color: #FCB27B; }
span { border-color: rgb(252,178,123); }
td.TdClassName
{
border-color: #FCB27B;
}
.TagClassName
{
border-color: #FCB27B;
}
</style>