Shades of Tacao #FDB171
Tints of Tacao #FDB171
RGB
CMYK
RGB Variations
Color information
#FDB171 (or 0xFDB171) is known color: Tacao. HEX triplet: FD, B1 and 71. RGB value is (253,177,113). Sum of RGB (Red+Green+Blue) = 253+177+113=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB171 is #024E8E. Grayscale: #C0C0C0. Windows color (decimal): -151183 or 7451133. OLE color: 7451133.
HSL color Cylindrical-coordinate representation of color #FDB171: hue angle of 27.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDB171 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 113 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.01 |
| HSL | 27.43º | 0.97% | 0.72% | - |
| HSV(B) | 27.43º | 0.55% | 0.99% | - |
| XYZ | 59.21 | 53.52 | 22.83 | - |
| YUV | 192.43 | 83.18 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 113 | 0 | 0.30 | 0.55 | 0.01 | 27.43 | 0.97 | 0.72 |
| Hex | FD | B1 | 71 | 0 | 1E | 37 | 1 | 1B | 61 | 48 |
| Octal | 375 | 261 | 161 | 0 | 36 | 67 | 1 | 33 | 141 | 110 |
| Binary | 11111101 | 10110001 | 1110001 | 0 | 11110 | 110111 | 1 | 11011 | 1100001 | 1001000 |
Color Harmonies of #FDB171
Complementary color
Monochromatic Colors of #FDB171
Black with #FDB171
Text Example
Text Example
White with #FDB171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB171; }
p { color: rgb(253,177,113); }
H1.HeaderClassName
{
color: #FDB171;
}
.AnyTagClassName
{
color: #FDB171;
}
</style>
background-color css
<style>
a { background-color: #FDB171; }
a { background-color: rgb(253,177,113); }
div.DivClassName
{
background-color: #FDB171;
}
.BgClassName
{
background-color: #FDB171;
}
</style>
border-color css
<style>
span { border-color: #FDB171; }
span { border-color: rgb(253,177,113); }
td.TdClassName
{
border-color: #FDB171;
}
.TagClassName
{
border-color: #FDB171;
}
</style>