Shades of Tacao #FAB270
Tints of Tacao #FAB270
RGB
CMYK
RGB Variations
Color information
#FAB270 (or 0xFAB270) is known color: Tacao. HEX triplet: FA, B2 and 70. RGB value is (250,178,112). Sum of RGB (Red+Green+Blue) = 250+178+112=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB270 is #054D8F. Grayscale: #C0C0C0. Windows color (decimal): -347536 or 7385850. OLE color: 7385850.
HSL color Cylindrical-coordinate representation of color #FAB270: hue angle of 28.7º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAB270 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 112 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.02 |
| HSL | 28.7º | 0.93% | 0.71% | - |
| HSV(B) | 28.7º | 0.55% | 0.98% | - |
| XYZ | 58.27 | 53.33 | 22.55 | - |
| YUV | 192 | 82.85 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 112 | 0 | 0.29 | 0.55 | 0.02 | 28.7 | 0.93 | 0.71 |
| Hex | FA | B2 | 70 | 0 | 1D | 37 | 2 | 1D | 5D | 47 |
| Octal | 372 | 262 | 160 | 0 | 35 | 67 | 2 | 35 | 135 | 107 |
| Binary | 11111010 | 10110010 | 1110000 | 0 | 11101 | 110111 | 10 | 11101 | 1011101 | 1000111 |
Color Harmonies of #FAB270
Complementary color
Monochromatic Colors of #FAB270
Black with #FAB270
Text Example
Text Example
White with #FAB270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB270; }
p { color: rgb(250,178,112); }
H1.HeaderClassName
{
color: #FAB270;
}
.AnyTagClassName
{
color: #FAB270;
}
</style>
background-color css
<style>
a { background-color: #FAB270; }
a { background-color: rgb(250,178,112); }
div.DivClassName
{
background-color: #FAB270;
}
.BgClassName
{
background-color: #FAB270;
}
</style>
border-color css
<style>
span { border-color: #FAB270; }
span { border-color: rgb(250,178,112); }
td.TdClassName
{
border-color: #FAB270;
}
.TagClassName
{
border-color: #FAB270;
}
</style>