Shades of Tacao #FEB077
Tints of Tacao #FEB077
RGB
CMYK
RGB Variations
Color information
#FEB077 (or 0xFEB077) is known color: Tacao. HEX triplet: FE, B0 and 77. RGB value is (254,176,119). Sum of RGB (Red+Green+Blue) = 254+176+119=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB077 is #014F88. Grayscale: #C1C1C1. Windows color (decimal): -85897 or 7844094. OLE color: 7844094.
HSL color Cylindrical-coordinate representation of color #FEB077: hue angle of 25.33º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEB077 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 119 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.00 |
| HSL | 25.33º | 0.99% | 0.73% | - |
| HSV(B) | 25.33º | 0.53% | 1% | - |
| XYZ | 59.73 | 53.45 | 24.62 | - |
| YUV | 192.82 | 86.34 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 119 | 0 | 0.31 | 0.53 | 0.00 | 25.33 | 0.99 | 0.73 |
| Hex | FE | B0 | 77 | 0 | 1F | 35 | 0 | 19 | 63 | 49 |
| Octal | 376 | 260 | 167 | 0 | 37 | 65 | 0 | 31 | 143 | 111 |
| Binary | 11111110 | 10110000 | 1110111 | 0 | 11111 | 110101 | 0 | 11001 | 1100011 | 1001001 |
Color Harmonies of #FEB077
Complementary color
Monochromatic Colors of #FEB077
Black with #FEB077
Text Example
Text Example
White with #FEB077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB077; }
p { color: rgb(254,176,119); }
H1.HeaderClassName
{
color: #FEB077;
}
.AnyTagClassName
{
color: #FEB077;
}
</style>
background-color css
<style>
a { background-color: #FEB077; }
a { background-color: rgb(254,176,119); }
div.DivClassName
{
background-color: #FEB077;
}
.BgClassName
{
background-color: #FEB077;
}
</style>
border-color css
<style>
span { border-color: #FEB077; }
span { border-color: rgb(254,176,119); }
td.TdClassName
{
border-color: #FEB077;
}
.TagClassName
{
border-color: #FEB077;
}
</style>