Shades of Tacao #FEB175
Tints of Tacao #FEB175
RGB
CMYK
RGB Variations
Color information
#FEB175 (or 0xFEB175) is known color: Tacao. HEX triplet: FE, B1 and 75. RGB value is (254,177,117). Sum of RGB (Red+Green+Blue) = 254+177+117=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB175 is #014E8A. Grayscale: #C1C1C1. Windows color (decimal): -85643 or 7713278. OLE color: 7713278.
HSL color Cylindrical-coordinate representation of color #FEB175: hue angle of 26.28º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEB175 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 117 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.00 |
| HSL | 26.28º | 0.99% | 0.73% | - |
| HSV(B) | 26.28º | 0.54% | 1% | - |
| XYZ | 59.81 | 53.8 | 24.06 | - |
| YUV | 193.18 | 85.01 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 117 | 0 | 0.30 | 0.54 | 0.00 | 26.28 | 0.99 | 0.73 |
| Hex | FE | B1 | 75 | 0 | 1E | 36 | 0 | 1A | 63 | 49 |
| Octal | 376 | 261 | 165 | 0 | 36 | 66 | 0 | 32 | 143 | 111 |
| Binary | 11111110 | 10110001 | 1110101 | 0 | 11110 | 110110 | 0 | 11010 | 1100011 | 1001001 |
Color Harmonies of #FEB175
Complementary color
Monochromatic Colors of #FEB175
Black with #FEB175
Text Example
Text Example
White with #FEB175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB175; }
p { color: rgb(254,177,117); }
H1.HeaderClassName
{
color: #FEB175;
}
.AnyTagClassName
{
color: #FEB175;
}
</style>
background-color css
<style>
a { background-color: #FEB175; }
a { background-color: rgb(254,177,117); }
div.DivClassName
{
background-color: #FEB175;
}
.BgClassName
{
background-color: #FEB175;
}
</style>
border-color css
<style>
span { border-color: #FEB175; }
span { border-color: rgb(254,177,117); }
td.TdClassName
{
border-color: #FEB175;
}
.TagClassName
{
border-color: #FEB175;
}
</style>