Shades of Tacao #FAB074
Tints of Tacao #FAB074
RGB
CMYK
RGB Variations
Color information
#FAB074 (or 0xFAB074) is known color: Tacao. HEX triplet: FA, B0 and 74. RGB value is (250,176,116). Sum of RGB (Red+Green+Blue) = 250+176+116=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB074 is #054F8B. Grayscale: #BFBFBF. Windows color (decimal): -348044 or 7647482. OLE color: 7647482.
HSL color Cylindrical-coordinate representation of color #FAB074: hue angle of 26.87º 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 #FAB074 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 116 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.02 |
| HSL | 26.87º | 0.93% | 0.72% | - |
| HSV(B) | 26.87º | 0.54% | 0.98% | - |
| XYZ | 58.1 | 52.64 | 23.62 | - |
| YUV | 191.29 | 85.52 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 116 | 0 | 0.30 | 0.54 | 0.02 | 26.87 | 0.93 | 0.72 |
| Hex | FA | B0 | 74 | 0 | 1E | 36 | 2 | 1B | 5D | 48 |
| Octal | 372 | 260 | 164 | 0 | 36 | 66 | 2 | 33 | 135 | 110 |
| Binary | 11111010 | 10110000 | 1110100 | 0 | 11110 | 110110 | 10 | 11011 | 1011101 | 1001000 |
Color Harmonies of #FAB074
Complementary color
Monochromatic Colors of #FAB074
Black with #FAB074
Text Example
Text Example
White with #FAB074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB074; }
p { color: rgb(250,176,116); }
H1.HeaderClassName
{
color: #FAB074;
}
.AnyTagClassName
{
color: #FAB074;
}
</style>
background-color css
<style>
a { background-color: #FAB074; }
a { background-color: rgb(250,176,116); }
div.DivClassName
{
background-color: #FAB074;
}
.BgClassName
{
background-color: #FAB074;
}
</style>
border-color css
<style>
span { border-color: #FAB074; }
span { border-color: rgb(250,176,116); }
td.TdClassName
{
border-color: #FAB074;
}
.TagClassName
{
border-color: #FAB074;
}
</style>