Shades of Tacao #FDB082
Tints of Tacao #FDB082
RGB
CMYK
RGB Variations
Color information
#FDB082 (or 0xFDB082) is known color: Tacao. HEX triplet: FD, B0 and 82. RGB value is (253,176,130). Sum of RGB (Red+Green+Blue) = 253+176+130=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB082 is #024F7D. Grayscale: #C2C2C2. Windows color (decimal): -151422 or 8564989. OLE color: 8564989.
HSL color Cylindrical-coordinate representation of color #FDB082: hue angle of 22.44º 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 #FDB082 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 130 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.01 |
| HSL | 22.44º | 0.97% | 0.75% | - |
| HSV(B) | 22.44º | 0.49% | 0.99% | - |
| XYZ | 60.06 | 53.55 | 28.29 | - |
| YUV | 193.78 | 92.01 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 130 | 0 | 0.30 | 0.49 | 0.01 | 22.44 | 0.97 | 0.75 |
| Hex | FD | B0 | 82 | 0 | 1E | 31 | 1 | 16 | 61 | 4B |
| Octal | 375 | 260 | 202 | 0 | 36 | 61 | 1 | 26 | 141 | 113 |
| Binary | 11111101 | 10110000 | 10000010 | 0 | 11110 | 110001 | 1 | 10110 | 1100001 | 1001011 |
Color Harmonies of #FDB082
Complementary color
Monochromatic Colors of #FDB082
Black with #FDB082
Text Example
Text Example
White with #FDB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB082; }
p { color: rgb(253,176,130); }
H1.HeaderClassName
{
color: #FDB082;
}
.AnyTagClassName
{
color: #FDB082;
}
</style>
background-color css
<style>
a { background-color: #FDB082; }
a { background-color: rgb(253,176,130); }
div.DivClassName
{
background-color: #FDB082;
}
.BgClassName
{
background-color: #FDB082;
}
</style>
border-color css
<style>
span { border-color: #FDB082; }
span { border-color: rgb(253,176,130); }
td.TdClassName
{
border-color: #FDB082;
}
.TagClassName
{
border-color: #FDB082;
}
</style>