Shades of Tacao #FAB377
Tints of Tacao #FAB377
RGB
CMYK
RGB Variations
Color information
#FAB377 (or 0xFAB377) is known color: Tacao. HEX triplet: FA, B3 and 77. RGB value is (250,179,119). Sum of RGB (Red+Green+Blue) = 250+179+119=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB377 is #054C88. Grayscale: #C1C1C1. Windows color (decimal): -347273 or 7844858. OLE color: 7844858.
HSL color Cylindrical-coordinate representation of color #FAB377: hue angle of 27.48º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAB377 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 119 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.02 |
| HSL | 27.48º | 0.93% | 0.72% | - |
| HSV(B) | 27.48º | 0.52% | 0.98% | - |
| XYZ | 58.87 | 53.9 | 24.75 | - |
| YUV | 193.39 | 86.02 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 119 | 0 | 0.28 | 0.52 | 0.02 | 27.48 | 0.93 | 0.72 |
| Hex | FA | B3 | 77 | 0 | 1C | 34 | 2 | 1B | 5D | 48 |
| Octal | 372 | 263 | 167 | 0 | 34 | 64 | 2 | 33 | 135 | 110 |
| Binary | 11111010 | 10110011 | 1110111 | 0 | 11100 | 110100 | 10 | 11011 | 1011101 | 1001000 |
Color Harmonies of #FAB377
Complementary color
Monochromatic Colors of #FAB377
Black with #FAB377
Text Example
Text Example
White with #FAB377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB377; }
p { color: rgb(250,179,119); }
H1.HeaderClassName
{
color: #FAB377;
}
.AnyTagClassName
{
color: #FAB377;
}
</style>
background-color css
<style>
a { background-color: #FAB377; }
a { background-color: rgb(250,179,119); }
div.DivClassName
{
background-color: #FAB377;
}
.BgClassName
{
background-color: #FAB377;
}
</style>
border-color css
<style>
span { border-color: #FAB377; }
span { border-color: rgb(250,179,119); }
td.TdClassName
{
border-color: #FAB377;
}
.TagClassName
{
border-color: #FAB377;
}
</style>