Shades of Tacao #FDB180
Tints of Tacao #FDB180
RGB
CMYK
RGB Variations
Color information
#FDB180 (or 0xFDB180) is known color: Tacao. HEX triplet: FD, B1 and 80. RGB value is (253,177,128). Sum of RGB (Red+Green+Blue) = 253+177+128=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB180 is #024E7F. Grayscale: #C2C2C2. Windows color (decimal): -151168 or 8434173. OLE color: 8434173.
HSL color Cylindrical-coordinate representation of color #FDB180: hue angle of 23.52º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDB180 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 128 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.01 |
| HSL | 23.52º | 0.97% | 0.75% | - |
| HSV(B) | 23.52º | 0.49% | 0.99% | - |
| XYZ | 60.13 | 53.89 | 27.65 | - |
| YUV | 194.14 | 90.68 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 128 | 0 | 0.30 | 0.49 | 0.01 | 23.52 | 0.97 | 0.75 |
| Hex | FD | B1 | 80 | 0 | 1E | 31 | 1 | 18 | 61 | 4B |
| Octal | 375 | 261 | 200 | 0 | 36 | 61 | 1 | 30 | 141 | 113 |
| Binary | 11111101 | 10110001 | 10000000 | 0 | 11110 | 110001 | 1 | 11000 | 1100001 | 1001011 |
Color Harmonies of #FDB180
Complementary color
Monochromatic Colors of #FDB180
Black with #FDB180
Text Example
Text Example
White with #FDB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB180; }
p { color: rgb(253,177,128); }
H1.HeaderClassName
{
color: #FDB180;
}
.AnyTagClassName
{
color: #FDB180;
}
</style>
background-color css
<style>
a { background-color: #FDB180; }
a { background-color: rgb(253,177,128); }
div.DivClassName
{
background-color: #FDB180;
}
.BgClassName
{
background-color: #FDB180;
}
</style>
border-color css
<style>
span { border-color: #FDB180; }
span { border-color: rgb(253,177,128); }
td.TdClassName
{
border-color: #FDB180;
}
.TagClassName
{
border-color: #FDB180;
}
</style>