Shades of Tacao #FDB083
Tints of Tacao #FDB083
RGB
CMYK
RGB Variations
Color information
#FDB083 (or 0xFDB083) is known color: Tacao. HEX triplet: FD, B0 and 83. RGB value is (253,176,131). Sum of RGB (Red+Green+Blue) = 253+176+131=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 131 (51.56% from 255 or 23.39% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB083 is #024F7C. Grayscale: #C2C2C2. Windows color (decimal): -151421 or 8630525. OLE color: 8630525.
HSL color Cylindrical-coordinate representation of color #FDB083: hue angle of 22.13º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDB083 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 131 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.01 |
| HSL | 22.13º | 0.97% | 0.75% | - |
| HSV(B) | 22.13º | 0.48% | 0.99% | - |
| XYZ | 60.13 | 53.57 | 28.64 | - |
| YUV | 193.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 131 | 0 | 0.30 | 0.48 | 0.01 | 22.13 | 0.97 | 0.75 |
| Hex | FD | B0 | 83 | 0 | 1E | 30 | 1 | 16 | 61 | 4B |
| Octal | 375 | 260 | 203 | 0 | 36 | 60 | 1 | 26 | 141 | 113 |
| Binary | 11111101 | 10110000 | 10000011 | 0 | 11110 | 110000 | 1 | 10110 | 1100001 | 1001011 |
Color Harmonies of #FDB083
Complementary color
Monochromatic Colors of #FDB083
Black with #FDB083
Text Example
Text Example
White with #FDB083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB083; }
p { color: rgb(253,176,131); }
H1.HeaderClassName
{
color: #FDB083;
}
.AnyTagClassName
{
color: #FDB083;
}
</style>
background-color css
<style>
a { background-color: #FDB083; }
a { background-color: rgb(253,176,131); }
div.DivClassName
{
background-color: #FDB083;
}
.BgClassName
{
background-color: #FDB083;
}
</style>
border-color css
<style>
span { border-color: #FDB083; }
span { border-color: rgb(253,176,131); }
td.TdClassName
{
border-color: #FDB083;
}
.TagClassName
{
border-color: #FDB083;
}
</style>