Shades of Tacao #FDB181
Tints of Tacao #FDB181
RGB
CMYK
RGB Variations
Color information
#FDB181 (or 0xFDB181) is known color: Tacao. HEX triplet: FD, B1 and 81. RGB value is (253,177,129). Sum of RGB (Red+Green+Blue) = 253+177+129=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB181 is #024E7E. Grayscale: #C2C2C2. Windows color (decimal): -151167 or 8499709. OLE color: 8499709.
HSL color Cylindrical-coordinate representation of color #FDB181: hue angle of 23.23º 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 #FDB181 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 129 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.01 |
| HSL | 23.23º | 0.97% | 0.75% | - |
| HSV(B) | 23.23º | 0.49% | 0.99% | - |
| XYZ | 60.19 | 53.91 | 28 | - |
| YUV | 194.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 129 | 0 | 0.30 | 0.49 | 0.01 | 23.23 | 0.97 | 0.75 |
| Hex | FD | B1 | 81 | 0 | 1E | 31 | 1 | 17 | 61 | 4B |
| Octal | 375 | 261 | 201 | 0 | 36 | 61 | 1 | 27 | 141 | 113 |
| Binary | 11111101 | 10110001 | 10000001 | 0 | 11110 | 110001 | 1 | 10111 | 1100001 | 1001011 |
Color Harmonies of #FDB181
Complementary color
Monochromatic Colors of #FDB181
Black with #FDB181
Text Example
Text Example
White with #FDB181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB181; }
p { color: rgb(253,177,129); }
H1.HeaderClassName
{
color: #FDB181;
}
.AnyTagClassName
{
color: #FDB181;
}
</style>
background-color css
<style>
a { background-color: #FDB181; }
a { background-color: rgb(253,177,129); }
div.DivClassName
{
background-color: #FDB181;
}
.BgClassName
{
background-color: #FDB181;
}
</style>
border-color css
<style>
span { border-color: #FDB181; }
span { border-color: rgb(253,177,129); }
td.TdClassName
{
border-color: #FDB181;
}
.TagClassName
{
border-color: #FDB181;
}
</style>