Shades of Tacao #FDB173
Tints of Tacao #FDB173
RGB
CMYK
RGB Variations
Color information
#FDB173 (or 0xFDB173) is known color: Tacao. HEX triplet: FD, B1 and 73. RGB value is (253,177,115). Sum of RGB (Red+Green+Blue) = 253+177+115=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB173 is #024E8C. Grayscale: #C0C0C0. Windows color (decimal): -151181 or 7582205. OLE color: 7582205.
HSL color Cylindrical-coordinate representation of color #FDB173: hue angle of 26.96º 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 #FDB173 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 115 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.01 |
| HSL | 26.96º | 0.97% | 0.72% | - |
| HSV(B) | 26.96º | 0.55% | 0.99% | - |
| XYZ | 59.32 | 53.56 | 23.43 | - |
| YUV | 192.66 | 84.18 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 115 | 0 | 0.30 | 0.55 | 0.01 | 26.96 | 0.97 | 0.72 |
| Hex | FD | B1 | 73 | 0 | 1E | 37 | 1 | 1B | 61 | 48 |
| Octal | 375 | 261 | 163 | 0 | 36 | 67 | 1 | 33 | 141 | 110 |
| Binary | 11111101 | 10110001 | 1110011 | 0 | 11110 | 110111 | 1 | 11011 | 1100001 | 1001000 |
Color Harmonies of #FDB173
Complementary color
Monochromatic Colors of #FDB173
Black with #FDB173
Text Example
Text Example
White with #FDB173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB173; }
p { color: rgb(253,177,115); }
H1.HeaderClassName
{
color: #FDB173;
}
.AnyTagClassName
{
color: #FDB173;
}
</style>
background-color css
<style>
a { background-color: #FDB173; }
a { background-color: rgb(253,177,115); }
div.DivClassName
{
background-color: #FDB173;
}
.BgClassName
{
background-color: #FDB173;
}
</style>
border-color css
<style>
span { border-color: #FDB173; }
span { border-color: rgb(253,177,115); }
td.TdClassName
{
border-color: #FDB173;
}
.TagClassName
{
border-color: #FDB173;
}
</style>