Shades of Tacao #FDB16F
Tints of Tacao #FDB16F
RGB
CMYK
RGB Variations
Color information
#FDB16F (or 0xFDB16F) is known color: Tacao. HEX triplet: FD, B1 and 6F. RGB value is (253,177,111). Sum of RGB (Red+Green+Blue) = 253+177+111=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB16F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB16F is #024E90. Grayscale: #C0C0C0. Windows color (decimal): -151185 or 7320061. OLE color: 7320061.
HSL color Cylindrical-coordinate representation of color #FDB16F: hue angle of 27.89º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDB16F is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 111 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.01 |
| HSL | 27.89º | 0.97% | 0.71% | - |
| HSV(B) | 27.89º | 0.56% | 0.99% | - |
| XYZ | 59.1 | 53.47 | 22.25 | - |
| YUV | 192.2 | 82.18 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 111 | 0 | 0.30 | 0.56 | 0.01 | 27.89 | 0.97 | 0.71 |
| Hex | FD | B1 | 6F | 0 | 1E | 38 | 1 | 1C | 61 | 47 |
| Octal | 375 | 261 | 157 | 0 | 36 | 70 | 1 | 34 | 141 | 107 |
| Binary | 11111101 | 10110001 | 1101111 | 0 | 11110 | 111000 | 1 | 11100 | 1100001 | 1000111 |
Color Harmonies of #FDB16F
Complementary color
Monochromatic Colors of #FDB16F
Black with #FDB16F
Text Example
Text Example
White with #FDB16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB16F; }
p { color: rgb(253,177,111); }
H1.HeaderClassName
{
color: #FDB16F;
}
.AnyTagClassName
{
color: #FDB16F;
}
</style>
background-color css
<style>
a { background-color: #FDB16F; }
a { background-color: rgb(253,177,111); }
div.DivClassName
{
background-color: #FDB16F;
}
.BgClassName
{
background-color: #FDB16F;
}
</style>
border-color css
<style>
span { border-color: #FDB16F; }
span { border-color: rgb(253,177,111); }
td.TdClassName
{
border-color: #FDB16F;
}
.TagClassName
{
border-color: #FDB16F;
}
</style>