Shades of Tacao #FDB177
Tints of Tacao #FDB177
RGB
CMYK
RGB Variations
Color information
#FDB177 (or 0xFDB177) is known color: Tacao. HEX triplet: FD, B1 and 77. RGB value is (253,177,119). Sum of RGB (Red+Green+Blue) = 253+177+119=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB177 is #024E88. Grayscale: #C1C1C1. Windows color (decimal): -151177 or 7844349. OLE color: 7844349.
HSL color Cylindrical-coordinate representation of color #FDB177: hue angle of 25.97º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDB177 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 119 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.01 |
| HSL | 25.97º | 0.97% | 0.73% | - |
| HSV(B) | 25.97º | 0.53% | 0.99% | - |
| XYZ | 59.56 | 53.66 | 24.67 | - |
| YUV | 193.11 | 86.18 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 119 | 0 | 0.30 | 0.53 | 0.01 | 25.97 | 0.97 | 0.73 |
| Hex | FD | B1 | 77 | 0 | 1E | 35 | 1 | 1A | 61 | 49 |
| Octal | 375 | 261 | 167 | 0 | 36 | 65 | 1 | 32 | 141 | 111 |
| Binary | 11111101 | 10110001 | 1110111 | 0 | 11110 | 110101 | 1 | 11010 | 1100001 | 1001001 |
Color Harmonies of #FDB177
Complementary color
Monochromatic Colors of #FDB177
Black with #FDB177
Text Example
Text Example
White with #FDB177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB177; }
p { color: rgb(253,177,119); }
H1.HeaderClassName
{
color: #FDB177;
}
.AnyTagClassName
{
color: #FDB177;
}
</style>
background-color css
<style>
a { background-color: #FDB177; }
a { background-color: rgb(253,177,119); }
div.DivClassName
{
background-color: #FDB177;
}
.BgClassName
{
background-color: #FDB177;
}
</style>
border-color css
<style>
span { border-color: #FDB177; }
span { border-color: rgb(253,177,119); }
td.TdClassName
{
border-color: #FDB177;
}
.TagClassName
{
border-color: #FDB177;
}
</style>