Shades of Tacao #FDB071
Tints of Tacao #FDB071
RGB
CMYK
RGB Variations
Color information
#FDB071 (or 0xFDB071) is known color: Tacao. HEX triplet: FD, B0 and 71. RGB value is (253,176,113). Sum of RGB (Red+Green+Blue) = 253+176+113=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB071 is #024F8E. Grayscale: #C0C0C0. Windows color (decimal): -151439 or 7450877. OLE color: 7450877.
HSL color Cylindrical-coordinate representation of color #FDB071: hue angle of 27º 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 #FDB071 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 113 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.01 |
| HSL | 27º | 0.97% | 0.72% | - |
| HSV(B) | 27º | 0.55% | 0.99% | - |
| XYZ | 59.01 | 53.13 | 22.77 | - |
| YUV | 191.84 | 83.51 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 113 | 0 | 0.30 | 0.55 | 0.01 | 27 | 0.97 | 0.72 |
| Hex | FD | B0 | 71 | 0 | 1E | 37 | 1 | 1B | 61 | 48 |
| Octal | 375 | 260 | 161 | 0 | 36 | 67 | 1 | 33 | 141 | 110 |
| Binary | 11111101 | 10110000 | 1110001 | 0 | 11110 | 110111 | 1 | 11011 | 1100001 | 1001000 |
Color Harmonies of #FDB071
Complementary color
Monochromatic Colors of #FDB071
Black with #FDB071
Text Example
Text Example
White with #FDB071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB071; }
p { color: rgb(253,176,113); }
H1.HeaderClassName
{
color: #FDB071;
}
.AnyTagClassName
{
color: #FDB071;
}
</style>
background-color css
<style>
a { background-color: #FDB071; }
a { background-color: rgb(253,176,113); }
div.DivClassName
{
background-color: #FDB071;
}
.BgClassName
{
background-color: #FDB071;
}
</style>
border-color css
<style>
span { border-color: #FDB071; }
span { border-color: rgb(253,176,113); }
td.TdClassName
{
border-color: #FDB071;
}
.TagClassName
{
border-color: #FDB071;
}
</style>