Shades of Tacao #FAB473
Tints of Tacao #FAB473
RGB
CMYK
RGB Variations
Color information
#FAB473 (or 0xFAB473) is known color: Tacao. HEX triplet: FA, B4 and 73. RGB value is (250,180,115). Sum of RGB (Red+Green+Blue) = 250+180+115=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB473 is #054B8C. Grayscale: #C1C1C1. Windows color (decimal): -347021 or 7582970. OLE color: 7582970.
HSL color Cylindrical-coordinate representation of color #FAB473: hue angle of 28.89º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAB473 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 115 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.02 |
| HSL | 28.89º | 0.93% | 0.72% | - |
| HSV(B) | 28.89º | 0.54% | 0.98% | - |
| XYZ | 58.84 | 54.2 | 23.58 | - |
| YUV | 193.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 115 | 0 | 0.28 | 0.54 | 0.02 | 28.89 | 0.93 | 0.72 |
| Hex | FA | B4 | 73 | 0 | 1C | 36 | 2 | 1D | 5D | 48 |
| Octal | 372 | 264 | 163 | 0 | 34 | 66 | 2 | 35 | 135 | 110 |
| Binary | 11111010 | 10110100 | 1110011 | 0 | 11100 | 110110 | 10 | 11101 | 1011101 | 1001000 |
Color Harmonies of #FAB473
Complementary color
Monochromatic Colors of #FAB473
Black with #FAB473
Text Example
Text Example
White with #FAB473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB473; }
p { color: rgb(250,180,115); }
H1.HeaderClassName
{
color: #FAB473;
}
.AnyTagClassName
{
color: #FAB473;
}
</style>
background-color css
<style>
a { background-color: #FAB473; }
a { background-color: rgb(250,180,115); }
div.DivClassName
{
background-color: #FAB473;
}
.BgClassName
{
background-color: #FAB473;
}
</style>
border-color css
<style>
span { border-color: #FAB473; }
span { border-color: rgb(250,180,115); }
td.TdClassName
{
border-color: #FAB473;
}
.TagClassName
{
border-color: #FAB473;
}
</style>