Shades of Tacao #FDB087
Tints of Tacao #FDB087
RGB
CMYK
RGB Variations
Color information
#FDB087 (or 0xFDB087) is known color: Tacao. HEX triplet: FD, B0 and 87. RGB value is (253,176,135). Sum of RGB (Red+Green+Blue) = 253+176+135=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 135 (53.12% from 255 or 23.94% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB087 is #024F78. Grayscale: #C2C2C2. Windows color (decimal): -151417 or 8892669. OLE color: 8892669.
HSL color Cylindrical-coordinate representation of color #FDB087: hue angle of 20.85º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDB087 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 135 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.01 |
| HSL | 20.85º | 0.97% | 0.76% | - |
| HSV(B) | 20.85º | 0.47% | 0.99% | - |
| XYZ | 60.41 | 53.68 | 30.1 | - |
| YUV | 194.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 135 | 0 | 0.30 | 0.47 | 0.01 | 20.85 | 0.97 | 0.76 |
| Hex | FD | B0 | 87 | 0 | 1E | 2F | 1 | 15 | 61 | 4C |
| Octal | 375 | 260 | 207 | 0 | 36 | 57 | 1 | 25 | 141 | 114 |
| Binary | 11111101 | 10110000 | 10000111 | 0 | 11110 | 101111 | 1 | 10101 | 1100001 | 1001100 |
Color Harmonies of #FDB087
Complementary color
Monochromatic Colors of #FDB087
Black with #FDB087
Text Example
Text Example
White with #FDB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB087; }
p { color: rgb(253,176,135); }
H1.HeaderClassName
{
color: #FDB087;
}
.AnyTagClassName
{
color: #FDB087;
}
</style>
background-color css
<style>
a { background-color: #FDB087; }
a { background-color: rgb(253,176,135); }
div.DivClassName
{
background-color: #FDB087;
}
.BgClassName
{
background-color: #FDB087;
}
</style>
border-color css
<style>
span { border-color: #FDB087; }
span { border-color: rgb(253,176,135); }
td.TdClassName
{
border-color: #FDB087;
}
.TagClassName
{
border-color: #FDB087;
}
</style>