Shades of Tacao #FDB172
Tints of Tacao #FDB172
RGB
CMYK
RGB Variations
Color information
#FDB172 (or 0xFDB172) is known color: Tacao. HEX triplet: FD, B1 and 72. RGB value is (253,177,114). Sum of RGB (Red+Green+Blue) = 253+177+114=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB172 is #024E8D. Grayscale: #C0C0C0. Windows color (decimal): -151182 or 7516669. OLE color: 7516669.
HSL color Cylindrical-coordinate representation of color #FDB172: hue angle of 27.19º 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 #FDB172 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 114 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.01 |
| HSL | 27.19º | 0.97% | 0.72% | - |
| HSV(B) | 27.19º | 0.55% | 0.99% | - |
| XYZ | 59.27 | 53.54 | 23.13 | - |
| YUV | 192.54 | 83.68 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 114 | 0 | 0.30 | 0.55 | 0.01 | 27.19 | 0.97 | 0.72 |
| Hex | FD | B1 | 72 | 0 | 1E | 37 | 1 | 1B | 61 | 48 |
| Octal | 375 | 261 | 162 | 0 | 36 | 67 | 1 | 33 | 141 | 110 |
| Binary | 11111101 | 10110001 | 1110010 | 0 | 11110 | 110111 | 1 | 11011 | 1100001 | 1001000 |
Color Harmonies of #FDB172
Complementary color
Monochromatic Colors of #FDB172
Black with #FDB172
Text Example
Text Example
White with #FDB172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB172; }
p { color: rgb(253,177,114); }
H1.HeaderClassName
{
color: #FDB172;
}
.AnyTagClassName
{
color: #FDB172;
}
</style>
background-color css
<style>
a { background-color: #FDB172; }
a { background-color: rgb(253,177,114); }
div.DivClassName
{
background-color: #FDB172;
}
.BgClassName
{
background-color: #FDB172;
}
</style>
border-color css
<style>
span { border-color: #FDB172; }
span { border-color: rgb(253,177,114); }
td.TdClassName
{
border-color: #FDB172;
}
.TagClassName
{
border-color: #FDB172;
}
</style>