Shades of Tacao #FAB37D
Tints of Tacao #FAB37D
RGB
CMYK
RGB Variations
Color information
#FAB37D (or 0xFAB37D) is known color: Tacao. HEX triplet: FA, B3 and 7D. RGB value is (250,179,125). Sum of RGB (Red+Green+Blue) = 250+179+125=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB37D is #054C82. Grayscale: #C2C2C2. Windows color (decimal): -347267 or 8238074. OLE color: 8238074.
HSL color Cylindrical-coordinate representation of color #FAB37D: hue angle of 25.92º 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 #FAB37D is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 125 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.02 |
| HSL | 25.92º | 0.93% | 0.74% | - |
| HSV(B) | 25.92º | 0.5% | 0.98% | - |
| XYZ | 59.25 | 54.04 | 26.71 | - |
| YUV | 194.07 | 89.02 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 125 | 0 | 0.28 | 0.50 | 0.02 | 25.92 | 0.93 | 0.74 |
| Hex | FA | B3 | 7D | 0 | 1C | 32 | 2 | 1A | 5D | 4A |
| Octal | 372 | 263 | 175 | 0 | 34 | 62 | 2 | 32 | 135 | 112 |
| Binary | 11111010 | 10110011 | 1111101 | 0 | 11100 | 110010 | 10 | 11010 | 1011101 | 1001010 |
Color Harmonies of #FAB37D
Complementary color
Monochromatic Colors of #FAB37D
Black with #FAB37D
Text Example
Text Example
White with #FAB37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB37D; }
p { color: rgb(250,179,125); }
H1.HeaderClassName
{
color: #FAB37D;
}
.AnyTagClassName
{
color: #FAB37D;
}
</style>
background-color css
<style>
a { background-color: #FAB37D; }
a { background-color: rgb(250,179,125); }
div.DivClassName
{
background-color: #FAB37D;
}
.BgClassName
{
background-color: #FAB37D;
}
</style>
border-color css
<style>
span { border-color: #FAB37D; }
span { border-color: rgb(250,179,125); }
td.TdClassName
{
border-color: #FAB37D;
}
.TagClassName
{
border-color: #FAB37D;
}
</style>