Shades of Tacao #FFB175
Tints of Tacao #FFB175
RGB
CMYK
RGB Variations
Color information
#FFB175 (or 0xFFB175) is known color: Tacao. HEX triplet: FF, B1 and 75. RGB value is (255,177,117). Sum of RGB (Red+Green+Blue) = 255+177+117=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB175 is #004E8A. Grayscale: #C1C1C1. Windows color (decimal): -20107 or 7713279. OLE color: 7713279.
HSL color Cylindrical-coordinate representation of color #FFB175: hue angle of 26.09º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFB175 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 117 | - |
| CMYK | 0 | 0.31 | 0.54 | 0 |
| HSL | 26.09º | 1% | 0.73% | - |
| HSV(B) | 26.09º | 0.54% | 1% | - |
| XYZ | 60.17 | 53.99 | 24.08 | - |
| YUV | 193.48 | 84.84 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 117 | 0 | 0.31 | 0.54 | 0 | 26.09 | 1 | 0.73 |
| Hex | FF | B1 | 75 | 0 | 1F | 36 | 0 | 1A | 64 | 49 |
| Octal | 377 | 261 | 165 | 0 | 37 | 66 | 0 | 32 | 144 | 111 |
| Binary | 11111111 | 10110001 | 1110101 | 0 | 11111 | 110110 | 0 | 11010 | 1100100 | 1001001 |
Color Harmonies of #FFB175
Complementary color
Monochromatic Colors of #FFB175
Black with #FFB175
Text Example
Text Example
White with #FFB175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB175; }
p { color: rgb(255,177,117); }
H1.HeaderClassName
{
color: #FFB175;
}
.AnyTagClassName
{
color: #FFB175;
}
</style>
background-color css
<style>
a { background-color: #FFB175; }
a { background-color: rgb(255,177,117); }
div.DivClassName
{
background-color: #FFB175;
}
.BgClassName
{
background-color: #FFB175;
}
</style>
border-color css
<style>
span { border-color: #FFB175; }
span { border-color: rgb(255,177,117); }
td.TdClassName
{
border-color: #FFB175;
}
.TagClassName
{
border-color: #FFB175;
}
</style>