Shades of Tacao #FDB16E
Tints of Tacao #FDB16E
RGB
CMYK
RGB Variations
Color information
#FDB16E (or 0xFDB16E) is known color: Tacao. HEX triplet: FD, B1 and 6E. RGB value is (253,177,110). Sum of RGB (Red+Green+Blue) = 253+177+110=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB16E is #024E91. Grayscale: #C0C0C0. Windows color (decimal): -151186 or 7254525. OLE color: 7254525.
HSL color Cylindrical-coordinate representation of color #FDB16E: hue angle of 28.11º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDB16E is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 110 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.01 |
| HSL | 28.11º | 0.97% | 0.71% | - |
| HSV(B) | 28.11º | 0.57% | 0.99% | - |
| XYZ | 59.04 | 53.45 | 21.96 | - |
| YUV | 192.09 | 81.68 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 110 | 0 | 0.30 | 0.57 | 0.01 | 28.11 | 0.97 | 0.71 |
| Hex | FD | B1 | 6E | 0 | 1E | 39 | 1 | 1C | 61 | 47 |
| Octal | 375 | 261 | 156 | 0 | 36 | 71 | 1 | 34 | 141 | 107 |
| Binary | 11111101 | 10110001 | 1101110 | 0 | 11110 | 111001 | 1 | 11100 | 1100001 | 1000111 |
Color Harmonies of #FDB16E
Complementary color
Monochromatic Colors of #FDB16E
Black with #FDB16E
Text Example
Text Example
White with #FDB16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB16E; }
p { color: rgb(253,177,110); }
H1.HeaderClassName
{
color: #FDB16E;
}
.AnyTagClassName
{
color: #FDB16E;
}
</style>
background-color css
<style>
a { background-color: #FDB16E; }
a { background-color: rgb(253,177,110); }
div.DivClassName
{
background-color: #FDB16E;
}
.BgClassName
{
background-color: #FDB16E;
}
</style>
border-color css
<style>
span { border-color: #FDB16E; }
span { border-color: rgb(253,177,110); }
td.TdClassName
{
border-color: #FDB16E;
}
.TagClassName
{
border-color: #FDB16E;
}
</style>