Shades of Tacao #FDB073
Tints of Tacao #FDB073
RGB
CMYK
RGB Variations
Color information
#FDB073 (or 0xFDB073) is known color: Tacao. HEX triplet: FD, B0 and 73. RGB value is (253,176,115). Sum of RGB (Red+Green+Blue) = 253+176+115=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB073 is #024F8C. Grayscale: #C0C0C0. Windows color (decimal): -151437 or 7581949. OLE color: 7581949.
HSL color Cylindrical-coordinate representation of color #FDB073: hue angle of 26.52º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDB073 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 115 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.01 |
| HSL | 26.52º | 0.97% | 0.72% | - |
| HSV(B) | 26.52º | 0.55% | 0.99% | - |
| XYZ | 59.13 | 53.17 | 23.37 | - |
| YUV | 192.07 | 84.51 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 115 | 0 | 0.30 | 0.55 | 0.01 | 26.52 | 0.97 | 0.72 |
| Hex | FD | B0 | 73 | 0 | 1E | 37 | 1 | 1B | 61 | 48 |
| Octal | 375 | 260 | 163 | 0 | 36 | 67 | 1 | 33 | 141 | 110 |
| Binary | 11111101 | 10110000 | 1110011 | 0 | 11110 | 110111 | 1 | 11011 | 1100001 | 1001000 |
Color Harmonies of #FDB073
Complementary color
Monochromatic Colors of #FDB073
Black with #FDB073
Text Example
Text Example
White with #FDB073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB073; }
p { color: rgb(253,176,115); }
H1.HeaderClassName
{
color: #FDB073;
}
.AnyTagClassName
{
color: #FDB073;
}
</style>
background-color css
<style>
a { background-color: #FDB073; }
a { background-color: rgb(253,176,115); }
div.DivClassName
{
background-color: #FDB073;
}
.BgClassName
{
background-color: #FDB073;
}
</style>
border-color css
<style>
span { border-color: #FDB073; }
span { border-color: rgb(253,176,115); }
td.TdClassName
{
border-color: #FDB073;
}
.TagClassName
{
border-color: #FDB073;
}
</style>