Shades of Tacao #FDB275
Tints of Tacao #FDB275
RGB
CMYK
RGB Variations
Color information
#FDB275 (or 0xFDB275) is known color: Tacao. HEX triplet: FD, B2 and 75. RGB value is (253,178,117). Sum of RGB (Red+Green+Blue) = 253+178+117=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB275 is #024D8A. Grayscale: #C1C1C1. Windows color (decimal): -150923 or 7713533. OLE color: 7713533.
HSL color Cylindrical-coordinate representation of color #FDB275: hue angle of 26.91º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDB275 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 117 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.01 |
| HSL | 26.91º | 0.97% | 0.73% | - |
| HSV(B) | 26.91º | 0.54% | 0.99% | - |
| XYZ | 59.64 | 54.01 | 24.11 | - |
| YUV | 193.47 | 84.85 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 117 | 0 | 0.30 | 0.54 | 0.01 | 26.91 | 0.97 | 0.73 |
| Hex | FD | B2 | 75 | 0 | 1E | 36 | 1 | 1B | 61 | 49 |
| Octal | 375 | 262 | 165 | 0 | 36 | 66 | 1 | 33 | 141 | 111 |
| Binary | 11111101 | 10110010 | 1110101 | 0 | 11110 | 110110 | 1 | 11011 | 1100001 | 1001001 |
Color Harmonies of #FDB275
Complementary color
Monochromatic Colors of #FDB275
Black with #FDB275
Text Example
Text Example
White with #FDB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB275; }
p { color: rgb(253,178,117); }
H1.HeaderClassName
{
color: #FDB275;
}
.AnyTagClassName
{
color: #FDB275;
}
</style>
background-color css
<style>
a { background-color: #FDB275; }
a { background-color: rgb(253,178,117); }
div.DivClassName
{
background-color: #FDB275;
}
.BgClassName
{
background-color: #FDB275;
}
</style>
border-color css
<style>
span { border-color: #FDB275; }
span { border-color: rgb(253,178,117); }
td.TdClassName
{
border-color: #FDB275;
}
.TagClassName
{
border-color: #FDB275;
}
</style>