Shades of Tacao #FAB078
Tints of Tacao #FAB078
RGB
CMYK
RGB Variations
Color information
#FAB078 (or 0xFAB078) is known color: Tacao. HEX triplet: FA, B0 and 78. RGB value is (250,176,120). Sum of RGB (Red+Green+Blue) = 250+176+120=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB078 is #054F87. Grayscale: #C0C0C0. Windows color (decimal): -348040 or 7909626. OLE color: 7909626.
HSL color Cylindrical-coordinate representation of color #FAB078: hue angle of 25.85º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAB078 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 120 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.02 |
| HSL | 25.85º | 0.93% | 0.73% | - |
| HSV(B) | 25.85º | 0.52% | 0.98% | - |
| XYZ | 58.34 | 52.73 | 24.87 | - |
| YUV | 191.74 | 87.52 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 120 | 0 | 0.30 | 0.52 | 0.02 | 25.85 | 0.93 | 0.73 |
| Hex | FA | B0 | 78 | 0 | 1E | 34 | 2 | 1A | 5D | 49 |
| Octal | 372 | 260 | 170 | 0 | 36 | 64 | 2 | 32 | 135 | 111 |
| Binary | 11111010 | 10110000 | 1111000 | 0 | 11110 | 110100 | 10 | 11010 | 1011101 | 1001001 |
Color Harmonies of #FAB078
Complementary color
Monochromatic Colors of #FAB078
Black with #FAB078
Text Example
Text Example
White with #FAB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB078; }
p { color: rgb(250,176,120); }
H1.HeaderClassName
{
color: #FAB078;
}
.AnyTagClassName
{
color: #FAB078;
}
</style>
background-color css
<style>
a { background-color: #FAB078; }
a { background-color: rgb(250,176,120); }
div.DivClassName
{
background-color: #FAB078;
}
.BgClassName
{
background-color: #FAB078;
}
</style>
border-color css
<style>
span { border-color: #FAB078; }
span { border-color: rgb(250,176,120); }
td.TdClassName
{
border-color: #FAB078;
}
.TagClassName
{
border-color: #FAB078;
}
</style>