Shades of Tacao #FDB174
Tints of Tacao #FDB174
RGB
CMYK
RGB Variations
Color information
#FDB174 (or 0xFDB174) is known color: Tacao. HEX triplet: FD, B1 and 74. RGB value is (253,177,116). Sum of RGB (Red+Green+Blue) = 253+177+116=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB174 is #024E8B. Grayscale: #C1C1C1. Windows color (decimal): -151180 or 7647741. OLE color: 7647741.
HSL color Cylindrical-coordinate representation of color #FDB174: hue angle of 26.72º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDB174 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 116 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.01 |
| HSL | 26.72º | 0.97% | 0.72% | - |
| HSV(B) | 26.72º | 0.54% | 0.99% | - |
| XYZ | 59.38 | 53.59 | 23.74 | - |
| YUV | 192.77 | 84.68 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 116 | 0 | 0.30 | 0.54 | 0.01 | 26.72 | 0.97 | 0.72 |
| Hex | FD | B1 | 74 | 0 | 1E | 36 | 1 | 1B | 61 | 48 |
| Octal | 375 | 261 | 164 | 0 | 36 | 66 | 1 | 33 | 141 | 110 |
| Binary | 11111101 | 10110001 | 1110100 | 0 | 11110 | 110110 | 1 | 11011 | 1100001 | 1001000 |
Color Harmonies of #FDB174
Complementary color
Monochromatic Colors of #FDB174
Black with #FDB174
Text Example
Text Example
White with #FDB174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB174; }
p { color: rgb(253,177,116); }
H1.HeaderClassName
{
color: #FDB174;
}
.AnyTagClassName
{
color: #FDB174;
}
</style>
background-color css
<style>
a { background-color: #FDB174; }
a { background-color: rgb(253,177,116); }
div.DivClassName
{
background-color: #FDB174;
}
.BgClassName
{
background-color: #FDB174;
}
</style>
border-color css
<style>
span { border-color: #FDB174; }
span { border-color: rgb(253,177,116); }
td.TdClassName
{
border-color: #FDB174;
}
.TagClassName
{
border-color: #FDB174;
}
</style>