Shades of Tacao #FEB075
Tints of Tacao #FEB075
RGB
CMYK
RGB Variations
Color information
#FEB075 (or 0xFEB075) is known color: Tacao. HEX triplet: FE, B0 and 75. RGB value is (254,176,117). Sum of RGB (Red+Green+Blue) = 254+176+117=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB075 is #014F8A. Grayscale: #C0C0C0. Windows color (decimal): -85899 or 7713022. OLE color: 7713022.
HSL color Cylindrical-coordinate representation of color #FEB075: hue angle of 25.84º 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 #FEB075 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 117 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.00 |
| HSL | 25.84º | 0.99% | 0.73% | - |
| HSV(B) | 25.84º | 0.54% | 1% | - |
| XYZ | 59.61 | 53.41 | 24 | - |
| YUV | 192.6 | 85.34 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 117 | 0 | 0.31 | 0.54 | 0.00 | 25.84 | 0.99 | 0.73 |
| Hex | FE | B0 | 75 | 0 | 1F | 36 | 0 | 1A | 63 | 49 |
| Octal | 376 | 260 | 165 | 0 | 37 | 66 | 0 | 32 | 143 | 111 |
| Binary | 11111110 | 10110000 | 1110101 | 0 | 11111 | 110110 | 0 | 11010 | 1100011 | 1001001 |
Color Harmonies of #FEB075
Complementary color
Monochromatic Colors of #FEB075
Black with #FEB075
Text Example
Text Example
White with #FEB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB075; }
p { color: rgb(254,176,117); }
H1.HeaderClassName
{
color: #FEB075;
}
.AnyTagClassName
{
color: #FEB075;
}
</style>
background-color css
<style>
a { background-color: #FEB075; }
a { background-color: rgb(254,176,117); }
div.DivClassName
{
background-color: #FEB075;
}
.BgClassName
{
background-color: #FEB075;
}
</style>
border-color css
<style>
span { border-color: #FEB075; }
span { border-color: rgb(254,176,117); }
td.TdClassName
{
border-color: #FEB075;
}
.TagClassName
{
border-color: #FEB075;
}
</style>