Shades of Tacao #FAB17D
Tints of Tacao #FAB17D
RGB
CMYK
RGB Variations
Color information
#FAB17D (or 0xFAB17D) is known color: Tacao. HEX triplet: FA, B1 and 7D. RGB value is (250,177,125). Sum of RGB (Red+Green+Blue) = 250+177+125=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB17D is #054E82. Grayscale: #C1C1C1. Windows color (decimal): -347779 or 8237562. OLE color: 8237562.
HSL color Cylindrical-coordinate representation of color #FAB17D: hue angle of 24.96º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAB17D is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 125 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.02 |
| HSL | 24.96º | 0.93% | 0.74% | - |
| HSV(B) | 24.96º | 0.5% | 0.98% | - |
| XYZ | 58.85 | 53.25 | 26.58 | - |
| YUV | 192.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 125 | 0 | 0.29 | 0.50 | 0.02 | 24.96 | 0.93 | 0.74 |
| Hex | FA | B1 | 7D | 0 | 1D | 32 | 2 | 19 | 5D | 4A |
| Octal | 372 | 261 | 175 | 0 | 35 | 62 | 2 | 31 | 135 | 112 |
| Binary | 11111010 | 10110001 | 1111101 | 0 | 11101 | 110010 | 10 | 11001 | 1011101 | 1001010 |
Color Harmonies of #FAB17D
Complementary color
Monochromatic Colors of #FAB17D
Black with #FAB17D
Text Example
Text Example
White with #FAB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB17D; }
p { color: rgb(250,177,125); }
H1.HeaderClassName
{
color: #FAB17D;
}
.AnyTagClassName
{
color: #FAB17D;
}
</style>
background-color css
<style>
a { background-color: #FAB17D; }
a { background-color: rgb(250,177,125); }
div.DivClassName
{
background-color: #FAB17D;
}
.BgClassName
{
background-color: #FAB17D;
}
</style>
border-color css
<style>
span { border-color: #FAB17D; }
span { border-color: rgb(250,177,125); }
td.TdClassName
{
border-color: #FAB17D;
}
.TagClassName
{
border-color: #FAB17D;
}
</style>