Shades of Tacao #FEAF76
Tints of Tacao #FEAF76
RGB
CMYK
RGB Variations
Color information
#FEAF76 (or 0xFEAF76) is known color: Tacao. HEX triplet: FE, AF and 76. RGB value is (254,175,118). Sum of RGB (Red+Green+Blue) = 254+175+118=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF76 is #015089. Grayscale: #C0C0C0. Windows color (decimal): -86154 or 7778302. OLE color: 7778302.
HSL color Cylindrical-coordinate representation of color #FEAF76: hue angle of 25.15º 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 #FEAF76 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 118 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.00 |
| HSL | 25.15º | 0.99% | 0.73% | - |
| HSV(B) | 25.15º | 0.54% | 1% | - |
| XYZ | 59.47 | 53.04 | 24.24 | - |
| YUV | 192.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 118 | 0 | 0.31 | 0.54 | 0.00 | 25.15 | 0.99 | 0.73 |
| Hex | FE | AF | 76 | 0 | 1F | 36 | 0 | 19 | 63 | 49 |
| Octal | 376 | 257 | 166 | 0 | 37 | 66 | 0 | 31 | 143 | 111 |
| Binary | 11111110 | 10101111 | 1110110 | 0 | 11111 | 110110 | 0 | 11001 | 1100011 | 1001001 |
Color Harmonies of #FEAF76
Complementary color
Monochromatic Colors of #FEAF76
Black with #FEAF76
Text Example
Text Example
White with #FEAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAF76; }
p { color: rgb(254,175,118); }
H1.HeaderClassName
{
color: #FEAF76;
}
.AnyTagClassName
{
color: #FEAF76;
}
</style>
background-color css
<style>
a { background-color: #FEAF76; }
a { background-color: rgb(254,175,118); }
div.DivClassName
{
background-color: #FEAF76;
}
.BgClassName
{
background-color: #FEAF76;
}
</style>
border-color css
<style>
span { border-color: #FEAF76; }
span { border-color: rgb(254,175,118); }
td.TdClassName
{
border-color: #FEAF76;
}
.TagClassName
{
border-color: #FEAF76;
}
</style>