Shades of Tacao #FDB170
Tints of Tacao #FDB170
RGB
CMYK
RGB Variations
Color information
#FDB170 (or 0xFDB170) is known color: Tacao. HEX triplet: FD, B1 and 70. RGB value is (253,177,112). Sum of RGB (Red+Green+Blue) = 253+177+112=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB170 is #024E8F. Grayscale: #C0C0C0. Windows color (decimal): -151184 or 7385597. OLE color: 7385597.
HSL color Cylindrical-coordinate representation of color #FDB170: hue angle of 27.66º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDB170 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 112 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.01 |
| HSL | 27.66º | 0.97% | 0.72% | - |
| HSV(B) | 27.66º | 0.56% | 0.99% | - |
| XYZ | 59.15 | 53.5 | 22.54 | - |
| YUV | 192.31 | 82.68 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 112 | 0 | 0.30 | 0.56 | 0.01 | 27.66 | 0.97 | 0.72 |
| Hex | FD | B1 | 70 | 0 | 1E | 38 | 1 | 1C | 61 | 48 |
| Octal | 375 | 261 | 160 | 0 | 36 | 70 | 1 | 34 | 141 | 110 |
| Binary | 11111101 | 10110001 | 1110000 | 0 | 11110 | 111000 | 1 | 11100 | 1100001 | 1001000 |
Color Harmonies of #FDB170
Complementary color
Monochromatic Colors of #FDB170
Black with #FDB170
Text Example
Text Example
White with #FDB170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB170; }
p { color: rgb(253,177,112); }
H1.HeaderClassName
{
color: #FDB170;
}
.AnyTagClassName
{
color: #FDB170;
}
</style>
background-color css
<style>
a { background-color: #FDB170; }
a { background-color: rgb(253,177,112); }
div.DivClassName
{
background-color: #FDB170;
}
.BgClassName
{
background-color: #FDB170;
}
</style>
border-color css
<style>
span { border-color: #FDB170; }
span { border-color: rgb(253,177,112); }
td.TdClassName
{
border-color: #FDB170;
}
.TagClassName
{
border-color: #FDB170;
}
</style>