Shades of Tacao #FAB07D
Tints of Tacao #FAB07D
RGB
CMYK
RGB Variations
Color information
#FAB07D (or 0xFAB07D) is known color: Tacao. HEX triplet: FA, B0 and 7D. RGB value is (250,176,125). Sum of RGB (Red+Green+Blue) = 250+176+125=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB07D is #054F82. Grayscale: #C0C0C0. Windows color (decimal): -348035 or 8237306. OLE color: 8237306.
HSL color Cylindrical-coordinate representation of color #FAB07D: hue angle of 24.48º 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 #FAB07D is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 125 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.02 |
| HSL | 24.48º | 0.93% | 0.74% | - |
| HSV(B) | 24.48º | 0.5% | 0.98% | - |
| XYZ | 58.65 | 52.86 | 26.51 | - |
| YUV | 192.31 | 90.02 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 125 | 0 | 0.30 | 0.50 | 0.02 | 24.48 | 0.93 | 0.74 |
| Hex | FA | B0 | 7D | 0 | 1E | 32 | 2 | 18 | 5D | 4A |
| Octal | 372 | 260 | 175 | 0 | 36 | 62 | 2 | 30 | 135 | 112 |
| Binary | 11111010 | 10110000 | 1111101 | 0 | 11110 | 110010 | 10 | 11000 | 1011101 | 1001010 |
Color Harmonies of #FAB07D
Complementary color
Monochromatic Colors of #FAB07D
Black with #FAB07D
Text Example
Text Example
White with #FAB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB07D; }
p { color: rgb(250,176,125); }
H1.HeaderClassName
{
color: #FAB07D;
}
.AnyTagClassName
{
color: #FAB07D;
}
</style>
background-color css
<style>
a { background-color: #FAB07D; }
a { background-color: rgb(250,176,125); }
div.DivClassName
{
background-color: #FAB07D;
}
.BgClassName
{
background-color: #FAB07D;
}
</style>
border-color css
<style>
span { border-color: #FAB07D; }
span { border-color: rgb(250,176,125); }
td.TdClassName
{
border-color: #FAB07D;
}
.TagClassName
{
border-color: #FAB07D;
}
</style>