Shades of Tacao #FAB27C
Tints of Tacao #FAB27C
RGB
CMYK
RGB Variations
Color information
#FAB27C (or 0xFAB27C) is known color: Tacao. HEX triplet: FA, B2 and 7C. RGB value is (250,178,124). Sum of RGB (Red+Green+Blue) = 250+178+124=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB27C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB27C is #054D83. Grayscale: #C1C1C1. Windows color (decimal): -347524 or 8172282. OLE color: 8172282.
HSL color Cylindrical-coordinate representation of color #FAB27C: hue angle of 25.71º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAB27C is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 124 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.02 |
| HSL | 25.71º | 0.93% | 0.73% | - |
| HSV(B) | 25.71º | 0.5% | 0.98% | - |
| XYZ | 58.98 | 53.62 | 26.31 | - |
| YUV | 193.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 124 | 0 | 0.29 | 0.50 | 0.02 | 25.71 | 0.93 | 0.73 |
| Hex | FA | B2 | 7C | 0 | 1D | 32 | 2 | 1A | 5D | 49 |
| Octal | 372 | 262 | 174 | 0 | 35 | 62 | 2 | 32 | 135 | 111 |
| Binary | 11111010 | 10110010 | 1111100 | 0 | 11101 | 110010 | 10 | 11010 | 1011101 | 1001001 |
Color Harmonies of #FAB27C
Complementary color
Monochromatic Colors of #FAB27C
Black with #FAB27C
Text Example
Text Example
White with #FAB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB27C; }
p { color: rgb(250,178,124); }
H1.HeaderClassName
{
color: #FAB27C;
}
.AnyTagClassName
{
color: #FAB27C;
}
</style>
background-color css
<style>
a { background-color: #FAB27C; }
a { background-color: rgb(250,178,124); }
div.DivClassName
{
background-color: #FAB27C;
}
.BgClassName
{
background-color: #FAB27C;
}
</style>
border-color css
<style>
span { border-color: #FAB27C; }
span { border-color: rgb(250,178,124); }
td.TdClassName
{
border-color: #FAB27C;
}
.TagClassName
{
border-color: #FAB27C;
}
</style>