Shades of Tacao #FAB472
Tints of Tacao #FAB472
RGB
CMYK
RGB Variations
Color information
#FAB472 (or 0xFAB472) is known color: Tacao. HEX triplet: FA, B4 and 72. RGB value is (250,180,114). Sum of RGB (Red+Green+Blue) = 250+180+114=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB472 is #054B8D. Grayscale: #C1C1C1. Windows color (decimal): -347022 or 7517434. OLE color: 7517434.
HSL color Cylindrical-coordinate representation of color #FAB472: hue angle of 29.12º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAB472 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 114 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.02 |
| HSL | 29.12º | 0.93% | 0.71% | - |
| HSV(B) | 29.12º | 0.54% | 0.98% | - |
| XYZ | 58.78 | 54.18 | 23.28 | - |
| YUV | 193.41 | 83.19 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 114 | 0 | 0.28 | 0.54 | 0.02 | 29.12 | 0.93 | 0.71 |
| Hex | FA | B4 | 72 | 0 | 1C | 36 | 2 | 1D | 5D | 47 |
| Octal | 372 | 264 | 162 | 0 | 34 | 66 | 2 | 35 | 135 | 107 |
| Binary | 11111010 | 10110100 | 1110010 | 0 | 11100 | 110110 | 10 | 11101 | 1011101 | 1000111 |
Color Harmonies of #FAB472
Complementary color
Monochromatic Colors of #FAB472
Black with #FAB472
Text Example
Text Example
White with #FAB472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB472; }
p { color: rgb(250,180,114); }
H1.HeaderClassName
{
color: #FAB472;
}
.AnyTagClassName
{
color: #FAB472;
}
</style>
background-color css
<style>
a { background-color: #FAB472; }
a { background-color: rgb(250,180,114); }
div.DivClassName
{
background-color: #FAB472;
}
.BgClassName
{
background-color: #FAB472;
}
</style>
border-color css
<style>
span { border-color: #FAB472; }
span { border-color: rgb(250,180,114); }
td.TdClassName
{
border-color: #FAB472;
}
.TagClassName
{
border-color: #FAB472;
}
</style>