Shades of Tacao #FAB280
Tints of Tacao #FAB280
RGB
CMYK
RGB Variations
Color information
#FAB280 (or 0xFAB280) is known color: Tacao. HEX triplet: FA, B2 and 80. RGB value is (250,178,128). Sum of RGB (Red+Green+Blue) = 250+178+128=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB280 is #054D7F. Grayscale: #C2C2C2. Windows color (decimal): -347520 or 8434426. OLE color: 8434426.
HSL color Cylindrical-coordinate representation of color #FAB280: hue angle of 24.59º 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 #FAB280 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 128 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.02 |
| HSL | 24.59º | 0.92% | 0.74% | - |
| HSV(B) | 24.59º | 0.49% | 0.98% | - |
| XYZ | 59.24 | 53.72 | 27.67 | - |
| YUV | 193.83 | 90.85 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 128 | 0 | 0.29 | 0.49 | 0.02 | 24.59 | 0.92 | 0.74 |
| Hex | FA | B2 | 80 | 0 | 1D | 31 | 2 | 19 | 5C | 4A |
| Octal | 372 | 262 | 200 | 0 | 35 | 61 | 2 | 31 | 134 | 112 |
| Binary | 11111010 | 10110010 | 10000000 | 0 | 11101 | 110001 | 10 | 11001 | 1011100 | 1001010 |
Color Harmonies of #FAB280
Complementary color
Monochromatic Colors of #FAB280
Black with #FAB280
Text Example
Text Example
White with #FAB280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB280; }
p { color: rgb(250,178,128); }
H1.HeaderClassName
{
color: #FAB280;
}
.AnyTagClassName
{
color: #FAB280;
}
</style>
background-color css
<style>
a { background-color: #FAB280; }
a { background-color: rgb(250,178,128); }
div.DivClassName
{
background-color: #FAB280;
}
.BgClassName
{
background-color: #FAB280;
}
</style>
border-color css
<style>
span { border-color: #FAB280; }
span { border-color: rgb(250,178,128); }
td.TdClassName
{
border-color: #FAB280;
}
.TagClassName
{
border-color: #FAB280;
}
</style>