Shades of Tacao #FAB376
Tints of Tacao #FAB376
RGB
CMYK
RGB Variations
Color information
#FAB376 (or 0xFAB376) is known color: Tacao. HEX triplet: FA, B3 and 76. RGB value is (250,179,118). Sum of RGB (Red+Green+Blue) = 250+179+118=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB376 is #054C89. Grayscale: #C1C1C1. Windows color (decimal): -347274 or 7779322. OLE color: 7779322.
HSL color Cylindrical-coordinate representation of color #FAB376: hue angle of 27.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAB376 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 118 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.02 |
| HSL | 27.73º | 0.93% | 0.72% | - |
| HSV(B) | 27.73º | 0.53% | 0.98% | - |
| XYZ | 58.81 | 53.87 | 24.44 | - |
| YUV | 193.28 | 85.52 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 118 | 0 | 0.28 | 0.53 | 0.02 | 27.73 | 0.93 | 0.72 |
| Hex | FA | B3 | 76 | 0 | 1C | 35 | 2 | 1C | 5D | 48 |
| Octal | 372 | 263 | 166 | 0 | 34 | 65 | 2 | 34 | 135 | 110 |
| Binary | 11111010 | 10110011 | 1110110 | 0 | 11100 | 110101 | 10 | 11100 | 1011101 | 1001000 |
Color Harmonies of #FAB376
Complementary color
Monochromatic Colors of #FAB376
Black with #FAB376
Text Example
Text Example
White with #FAB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB376; }
p { color: rgb(250,179,118); }
H1.HeaderClassName
{
color: #FAB376;
}
.AnyTagClassName
{
color: #FAB376;
}
</style>
background-color css
<style>
a { background-color: #FAB376; }
a { background-color: rgb(250,179,118); }
div.DivClassName
{
background-color: #FAB376;
}
.BgClassName
{
background-color: #FAB376;
}
</style>
border-color css
<style>
span { border-color: #FAB376; }
span { border-color: rgb(250,179,118); }
td.TdClassName
{
border-color: #FAB376;
}
.TagClassName
{
border-color: #FAB376;
}
</style>