Shades of Tacao #FAB07F
Tints of Tacao #FAB07F
RGB
CMYK
RGB Variations
Color information
#FAB07F (or 0xFAB07F) is known color: Tacao. HEX triplet: FA, B0 and 7F. RGB value is (250,176,127). Sum of RGB (Red+Green+Blue) = 250+176+127=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB07F is #054F80. Grayscale: #C0C0C0. Windows color (decimal): -348033 or 8368378. OLE color: 8368378.
HSL color Cylindrical-coordinate representation of color #FAB07F: hue angle of 23.9º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAB07F is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 127 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.02 |
| HSL | 23.9º | 0.92% | 0.74% | - |
| HSV(B) | 23.9º | 0.49% | 0.98% | - |
| XYZ | 58.78 | 52.91 | 27.19 | - |
| YUV | 192.54 | 91.02 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 127 | 0 | 0.30 | 0.49 | 0.02 | 23.9 | 0.92 | 0.74 |
| Hex | FA | B0 | 7F | 0 | 1E | 31 | 2 | 18 | 5C | 4A |
| Octal | 372 | 260 | 177 | 0 | 36 | 61 | 2 | 30 | 134 | 112 |
| Binary | 11111010 | 10110000 | 1111111 | 0 | 11110 | 110001 | 10 | 11000 | 1011100 | 1001010 |
Color Harmonies of #FAB07F
Complementary color
Monochromatic Colors of #FAB07F
Black with #FAB07F
Text Example
Text Example
White with #FAB07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB07F; }
p { color: rgb(250,176,127); }
H1.HeaderClassName
{
color: #FAB07F;
}
.AnyTagClassName
{
color: #FAB07F;
}
</style>
background-color css
<style>
a { background-color: #FAB07F; }
a { background-color: rgb(250,176,127); }
div.DivClassName
{
background-color: #FAB07F;
}
.BgClassName
{
background-color: #FAB07F;
}
</style>
border-color css
<style>
span { border-color: #FAB07F; }
span { border-color: rgb(250,176,127); }
td.TdClassName
{
border-color: #FAB07F;
}
.TagClassName
{
border-color: #FAB07F;
}
</style>