Shades of Tacao #FDB077
Tints of Tacao #FDB077
RGB
CMYK
RGB Variations
Color information
#FDB077 (or 0xFDB077) is known color: Tacao. HEX triplet: FD, B0 and 77. RGB value is (253,176,119). Sum of RGB (Red+Green+Blue) = 253+176+119=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB077 is #024F88. Grayscale: #C0C0C0. Windows color (decimal): -151433 or 7844093. OLE color: 7844093.
HSL color Cylindrical-coordinate representation of color #FDB077: hue angle of 25.52º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDB077 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 119 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.01 |
| HSL | 25.52º | 0.97% | 0.73% | - |
| HSV(B) | 25.52º | 0.53% | 0.99% | - |
| XYZ | 59.36 | 53.27 | 24.61 | - |
| YUV | 192.53 | 86.51 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 119 | 0 | 0.30 | 0.53 | 0.01 | 25.52 | 0.97 | 0.73 |
| Hex | FD | B0 | 77 | 0 | 1E | 35 | 1 | 1A | 61 | 49 |
| Octal | 375 | 260 | 167 | 0 | 36 | 65 | 1 | 32 | 141 | 111 |
| Binary | 11111101 | 10110000 | 1110111 | 0 | 11110 | 110101 | 1 | 11010 | 1100001 | 1001001 |
Color Harmonies of #FDB077
Complementary color
Monochromatic Colors of #FDB077
Black with #FDB077
Text Example
Text Example
White with #FDB077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB077; }
p { color: rgb(253,176,119); }
H1.HeaderClassName
{
color: #FDB077;
}
.AnyTagClassName
{
color: #FDB077;
}
</style>
background-color css
<style>
a { background-color: #FDB077; }
a { background-color: rgb(253,176,119); }
div.DivClassName
{
background-color: #FDB077;
}
.BgClassName
{
background-color: #FDB077;
}
</style>
border-color css
<style>
span { border-color: #FDB077; }
span { border-color: rgb(253,176,119); }
td.TdClassName
{
border-color: #FDB077;
}
.TagClassName
{
border-color: #FDB077;
}
</style>