Shades of Tacao #FDB075
Tints of Tacao #FDB075
RGB
CMYK
RGB Variations
Color information
#FDB075 (or 0xFDB075) is known color: Tacao. HEX triplet: FD, B0 and 75. RGB value is (253,176,117). Sum of RGB (Red+Green+Blue) = 253+176+117=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB075 is #024F8A. Grayscale: #C0C0C0. Windows color (decimal): -151435 or 7713021. OLE color: 7713021.
HSL color Cylindrical-coordinate representation of color #FDB075: hue angle of 26.03º 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 #FDB075 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 117 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.01 |
| HSL | 26.03º | 0.97% | 0.73% | - |
| HSV(B) | 26.03º | 0.54% | 0.99% | - |
| XYZ | 59.24 | 53.22 | 23.98 | - |
| YUV | 192.3 | 85.51 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 117 | 0 | 0.30 | 0.54 | 0.01 | 26.03 | 0.97 | 0.73 |
| Hex | FD | B0 | 75 | 0 | 1E | 36 | 1 | 1A | 61 | 49 |
| Octal | 375 | 260 | 165 | 0 | 36 | 66 | 1 | 32 | 141 | 111 |
| Binary | 11111101 | 10110000 | 1110101 | 0 | 11110 | 110110 | 1 | 11010 | 1100001 | 1001001 |
Color Harmonies of #FDB075
Complementary color
Monochromatic Colors of #FDB075
Black with #FDB075
Text Example
Text Example
White with #FDB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB075; }
p { color: rgb(253,176,117); }
H1.HeaderClassName
{
color: #FDB075;
}
.AnyTagClassName
{
color: #FDB075;
}
</style>
background-color css
<style>
a { background-color: #FDB075; }
a { background-color: rgb(253,176,117); }
div.DivClassName
{
background-color: #FDB075;
}
.BgClassName
{
background-color: #FDB075;
}
</style>
border-color css
<style>
span { border-color: #FDB075; }
span { border-color: rgb(253,176,117); }
td.TdClassName
{
border-color: #FDB075;
}
.TagClassName
{
border-color: #FDB075;
}
</style>