Shades of Tacao #FDB276
Tints of Tacao #FDB276
RGB
CMYK
RGB Variations
Color information
#FDB276 (or 0xFDB276) is known color: Tacao. HEX triplet: FD, B2 and 76. RGB value is (253,178,118). Sum of RGB (Red+Green+Blue) = 253+178+118=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB276 is #024D89. Grayscale: #C1C1C1. Windows color (decimal): -150922 or 7779069. OLE color: 7779069.
HSL color Cylindrical-coordinate representation of color #FDB276: hue angle of 26.67º 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 #FDB276 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 118 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.01 |
| HSL | 26.67º | 0.97% | 0.73% | - |
| HSV(B) | 26.67º | 0.53% | 0.99% | - |
| XYZ | 59.7 | 54.03 | 24.42 | - |
| YUV | 193.59 | 85.35 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 118 | 0 | 0.30 | 0.53 | 0.01 | 26.67 | 0.97 | 0.73 |
| Hex | FD | B2 | 76 | 0 | 1E | 35 | 1 | 1B | 61 | 49 |
| Octal | 375 | 262 | 166 | 0 | 36 | 65 | 1 | 33 | 141 | 111 |
| Binary | 11111101 | 10110010 | 1110110 | 0 | 11110 | 110101 | 1 | 11011 | 1100001 | 1001001 |
Color Harmonies of #FDB276
Complementary color
Monochromatic Colors of #FDB276
Black with #FDB276
Text Example
Text Example
White with #FDB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB276; }
p { color: rgb(253,178,118); }
H1.HeaderClassName
{
color: #FDB276;
}
.AnyTagClassName
{
color: #FDB276;
}
</style>
background-color css
<style>
a { background-color: #FDB276; }
a { background-color: rgb(253,178,118); }
div.DivClassName
{
background-color: #FDB276;
}
.BgClassName
{
background-color: #FDB276;
}
</style>
border-color css
<style>
span { border-color: #FDB276; }
span { border-color: rgb(253,178,118); }
td.TdClassName
{
border-color: #FDB276;
}
.TagClassName
{
border-color: #FDB276;
}
</style>