Shades of Tacao #FFB16E
Tints of Tacao #FFB16E
RGB
CMYK
RGB Variations
Color information
#FFB16E (or 0xFFB16E) is known color: Tacao. HEX triplet: FF, B1 and 6E. RGB value is (255,177,110). Sum of RGB (Red+Green+Blue) = 255+177+110=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB16E is #004E91. Grayscale: #C1C1C1. Windows color (decimal): -20114 or 7254527. OLE color: 7254527.
HSL color Cylindrical-coordinate representation of color #FFB16E: hue angle of 27.72º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFB16E is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 110 | - |
| CMYK | 0 | 0.31 | 0.57 | 0 |
| HSL | 27.72º | 1% | 0.72% | - |
| HSV(B) | 27.72º | 0.57% | 1% | - |
| XYZ | 59.78 | 53.83 | 21.99 | - |
| YUV | 192.68 | 81.34 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 110 | 0 | 0.31 | 0.57 | 0 | 27.72 | 1 | 0.72 |
| Hex | FF | B1 | 6E | 0 | 1F | 39 | 0 | 1C | 64 | 48 |
| Octal | 377 | 261 | 156 | 0 | 37 | 71 | 0 | 34 | 144 | 110 |
| Binary | 11111111 | 10110001 | 1101110 | 0 | 11111 | 111001 | 0 | 11100 | 1100100 | 1001000 |
Color Harmonies of #FFB16E
Complementary color
Monochromatic Colors of #FFB16E
Black with #FFB16E
Text Example
Text Example
White with #FFB16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB16E; }
p { color: rgb(255,177,110); }
H1.HeaderClassName
{
color: #FFB16E;
}
.AnyTagClassName
{
color: #FFB16E;
}
</style>
background-color css
<style>
a { background-color: #FFB16E; }
a { background-color: rgb(255,177,110); }
div.DivClassName
{
background-color: #FFB16E;
}
.BgClassName
{
background-color: #FFB16E;
}
</style>
border-color css
<style>
span { border-color: #FFB16E; }
span { border-color: rgb(255,177,110); }
td.TdClassName
{
border-color: #FFB16E;
}
.TagClassName
{
border-color: #FFB16E;
}
</style>