Shades of Tacao #FDB370
Tints of Tacao #FDB370
RGB
CMYK
RGB Variations
Color information
#FDB370 (or 0xFDB370) is known color: Tacao. HEX triplet: FD, B3 and 70. RGB value is (253,179,112). Sum of RGB (Red+Green+Blue) = 253+179+112=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB370 is #024C8F. Grayscale: #C1C1C1. Windows color (decimal): -150672 or 7386109. OLE color: 7386109.
HSL color Cylindrical-coordinate representation of color #FDB370: hue angle of 28.51º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDB370 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 112 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.01 |
| HSL | 28.51º | 0.97% | 0.72% | - |
| HSV(B) | 28.51º | 0.56% | 0.99% | - |
| XYZ | 59.55 | 54.29 | 22.67 | - |
| YUV | 193.49 | 82.02 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 112 | 0 | 0.29 | 0.56 | 0.01 | 28.51 | 0.97 | 0.72 |
| Hex | FD | B3 | 70 | 0 | 1D | 38 | 1 | 1D | 61 | 48 |
| Octal | 375 | 263 | 160 | 0 | 35 | 70 | 1 | 35 | 141 | 110 |
| Binary | 11111101 | 10110011 | 1110000 | 0 | 11101 | 111000 | 1 | 11101 | 1100001 | 1001000 |
Color Harmonies of #FDB370
Complementary color
Monochromatic Colors of #FDB370
Black with #FDB370
Text Example
Text Example
White with #FDB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB370; }
p { color: rgb(253,179,112); }
H1.HeaderClassName
{
color: #FDB370;
}
.AnyTagClassName
{
color: #FDB370;
}
</style>
background-color css
<style>
a { background-color: #FDB370; }
a { background-color: rgb(253,179,112); }
div.DivClassName
{
background-color: #FDB370;
}
.BgClassName
{
background-color: #FDB370;
}
</style>
border-color css
<style>
span { border-color: #FDB370; }
span { border-color: rgb(253,179,112); }
td.TdClassName
{
border-color: #FDB370;
}
.TagClassName
{
border-color: #FDB370;
}
</style>