Shades of Tacao #FAB073
Tints of Tacao #FAB073
RGB
CMYK
RGB Variations
Color information
#FAB073 (or 0xFAB073) is known color: Tacao. HEX triplet: FA, B0 and 73. RGB value is (250,176,115). Sum of RGB (Red+Green+Blue) = 250+176+115=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB073 is #054F8C. Grayscale: #BFBFBF. Windows color (decimal): -348045 or 7581946. OLE color: 7581946.
HSL color Cylindrical-coordinate representation of color #FAB073: hue angle of 27.11º 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 #FAB073 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 115 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.02 |
| HSL | 27.11º | 0.93% | 0.72% | - |
| HSV(B) | 27.11º | 0.54% | 0.98% | - |
| XYZ | 58.04 | 52.61 | 23.32 | - |
| YUV | 191.17 | 85.02 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 115 | 0 | 0.30 | 0.54 | 0.02 | 27.11 | 0.93 | 0.72 |
| Hex | FA | B0 | 73 | 0 | 1E | 36 | 2 | 1B | 5D | 48 |
| Octal | 372 | 260 | 163 | 0 | 36 | 66 | 2 | 33 | 135 | 110 |
| Binary | 11111010 | 10110000 | 1110011 | 0 | 11110 | 110110 | 10 | 11011 | 1011101 | 1001000 |
Color Harmonies of #FAB073
Complementary color
Monochromatic Colors of #FAB073
Black with #FAB073
Text Example
Text Example
White with #FAB073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB073; }
p { color: rgb(250,176,115); }
H1.HeaderClassName
{
color: #FAB073;
}
.AnyTagClassName
{
color: #FAB073;
}
</style>
background-color css
<style>
a { background-color: #FAB073; }
a { background-color: rgb(250,176,115); }
div.DivClassName
{
background-color: #FAB073;
}
.BgClassName
{
background-color: #FAB073;
}
</style>
border-color css
<style>
span { border-color: #FAB073; }
span { border-color: rgb(250,176,115); }
td.TdClassName
{
border-color: #FAB073;
}
.TagClassName
{
border-color: #FAB073;
}
</style>