Shades of Tacao #FAB27A
Tints of Tacao #FAB27A
RGB
CMYK
RGB Variations
Color information
#FAB27A (or 0xFAB27A) is known color: Tacao. HEX triplet: FA, B2 and 7A. RGB value is (250,178,122). Sum of RGB (Red+Green+Blue) = 250+178+122=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB27A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB27A is #054D85. Grayscale: #C1C1C1. Windows color (decimal): -347526 or 8041210. OLE color: 8041210.
HSL color Cylindrical-coordinate representation of color #FAB27A: hue angle of 26.25º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAB27A is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 122 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.02 |
| HSL | 26.25º | 0.93% | 0.73% | - |
| HSV(B) | 26.25º | 0.51% | 0.98% | - |
| XYZ | 58.86 | 53.57 | 25.65 | - |
| YUV | 193.14 | 87.85 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 122 | 0 | 0.29 | 0.51 | 0.02 | 26.25 | 0.93 | 0.73 |
| Hex | FA | B2 | 7A | 0 | 1D | 33 | 2 | 1A | 5D | 49 |
| Octal | 372 | 262 | 172 | 0 | 35 | 63 | 2 | 32 | 135 | 111 |
| Binary | 11111010 | 10110010 | 1111010 | 0 | 11101 | 110011 | 10 | 11010 | 1011101 | 1001001 |
Color Harmonies of #FAB27A
Complementary color
Monochromatic Colors of #FAB27A
Black with #FAB27A
Text Example
Text Example
White with #FAB27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB27A; }
p { color: rgb(250,178,122); }
H1.HeaderClassName
{
color: #FAB27A;
}
.AnyTagClassName
{
color: #FAB27A;
}
</style>
background-color css
<style>
a { background-color: #FAB27A; }
a { background-color: rgb(250,178,122); }
div.DivClassName
{
background-color: #FAB27A;
}
.BgClassName
{
background-color: #FAB27A;
}
</style>
border-color css
<style>
span { border-color: #FAB27A; }
span { border-color: rgb(250,178,122); }
td.TdClassName
{
border-color: #FAB27A;
}
.TagClassName
{
border-color: #FAB27A;
}
</style>