Shades of Tacao #FDB371
Tints of Tacao #FDB371
RGB
CMYK
RGB Variations
Color information
#FDB371 (or 0xFDB371) is known color: Tacao. HEX triplet: FD, B3 and 71. RGB value is (253,179,113). Sum of RGB (Red+Green+Blue) = 253+179+113=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB371 is #024C8E. Grayscale: #C1C1C1. Windows color (decimal): -150671 or 7451645. OLE color: 7451645.
HSL color Cylindrical-coordinate representation of color #FDB371: hue angle of 28.29º 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 #FDB371 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 113 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.01 |
| HSL | 28.29º | 0.97% | 0.72% | - |
| HSV(B) | 28.29º | 0.55% | 0.99% | - |
| XYZ | 59.61 | 54.32 | 22.96 | - |
| YUV | 193.6 | 82.52 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 113 | 0 | 0.29 | 0.55 | 0.01 | 28.29 | 0.97 | 0.72 |
| Hex | FD | B3 | 71 | 0 | 1D | 37 | 1 | 1C | 61 | 48 |
| Octal | 375 | 263 | 161 | 0 | 35 | 67 | 1 | 34 | 141 | 110 |
| Binary | 11111101 | 10110011 | 1110001 | 0 | 11101 | 110111 | 1 | 11100 | 1100001 | 1001000 |
Color Harmonies of #FDB371
Complementary color
Monochromatic Colors of #FDB371
Black with #FDB371
Text Example
Text Example
White with #FDB371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB371; }
p { color: rgb(253,179,113); }
H1.HeaderClassName
{
color: #FDB371;
}
.AnyTagClassName
{
color: #FDB371;
}
</style>
background-color css
<style>
a { background-color: #FDB371; }
a { background-color: rgb(253,179,113); }
div.DivClassName
{
background-color: #FDB371;
}
.BgClassName
{
background-color: #FDB371;
}
</style>
border-color css
<style>
span { border-color: #FDB371; }
span { border-color: rgb(253,179,113); }
td.TdClassName
{
border-color: #FDB371;
}
.TagClassName
{
border-color: #FDB371;
}
</style>