Shades of Tacao #FCB27D
Tints of Tacao #FCB27D
RGB
CMYK
RGB Variations
Color information
#FCB27D (or 0xFCB27D) is known color: Tacao. HEX triplet: FC, B2 and 7D. RGB value is (252,178,125). Sum of RGB (Red+Green+Blue) = 252+178+125=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB27D is #034D82. Grayscale: #C2C2C2. Windows color (decimal): -216451 or 8237820. OLE color: 8237820.
HSL color Cylindrical-coordinate representation of color #FCB27D: hue angle of 25.04º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCB27D is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 125 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.01 |
| HSL | 25.04º | 0.95% | 0.74% | - |
| HSV(B) | 25.04º | 0.5% | 0.99% | - |
| XYZ | 59.77 | 54.02 | 26.68 | - |
| YUV | 194.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 125 | 0 | 0.29 | 0.50 | 0.01 | 25.04 | 0.95 | 0.74 |
| Hex | FC | B2 | 7D | 0 | 1D | 32 | 1 | 19 | 5F | 4A |
| Octal | 374 | 262 | 175 | 0 | 35 | 62 | 1 | 31 | 137 | 112 |
| Binary | 11111100 | 10110010 | 1111101 | 0 | 11101 | 110010 | 1 | 11001 | 1011111 | 1001010 |
Color Harmonies of #FCB27D
Complementary color
Monochromatic Colors of #FCB27D
Black with #FCB27D
Text Example
Text Example
White with #FCB27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB27D; }
p { color: rgb(252,178,125); }
H1.HeaderClassName
{
color: #FCB27D;
}
.AnyTagClassName
{
color: #FCB27D;
}
</style>
background-color css
<style>
a { background-color: #FCB27D; }
a { background-color: rgb(252,178,125); }
div.DivClassName
{
background-color: #FCB27D;
}
.BgClassName
{
background-color: #FCB27D;
}
</style>
border-color css
<style>
span { border-color: #FCB27D; }
span { border-color: rgb(252,178,125); }
td.TdClassName
{
border-color: #FCB27D;
}
.TagClassName
{
border-color: #FCB27D;
}
</style>