Shades of Tacao #FEAD76
Tints of Tacao #FEAD76
RGB
CMYK
RGB Variations
Color information
#FEAD76 (or 0xFEAD76) is known color: Tacao. HEX triplet: FE, AD and 76. RGB value is (254,173,118). Sum of RGB (Red+Green+Blue) = 254+173+118=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD76 is #015289. Grayscale: #BFBFBF. Windows color (decimal): -86666 or 7777790. OLE color: 7777790.
HSL color Cylindrical-coordinate representation of color #FEAD76: hue angle of 24.26º 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 #FEAD76 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 118 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.00 |
| HSL | 24.26º | 0.99% | 0.73% | - |
| HSV(B) | 24.26º | 0.54% | 1% | - |
| XYZ | 59.09 | 52.27 | 24.11 | - |
| YUV | 190.95 | 86.84 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 118 | 0 | 0.32 | 0.54 | 0.00 | 24.26 | 0.99 | 0.73 |
| Hex | FE | AD | 76 | 0 | 20 | 36 | 0 | 18 | 63 | 49 |
| Octal | 376 | 255 | 166 | 0 | 40 | 66 | 0 | 30 | 143 | 111 |
| Binary | 11111110 | 10101101 | 1110110 | 0 | 100000 | 110110 | 0 | 11000 | 1100011 | 1001001 |
Color Harmonies of #FEAD76
Complementary color
Monochromatic Colors of #FEAD76
Black with #FEAD76
Text Example
Text Example
White with #FEAD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD76; }
p { color: rgb(254,173,118); }
H1.HeaderClassName
{
color: #FEAD76;
}
.AnyTagClassName
{
color: #FEAD76;
}
</style>
background-color css
<style>
a { background-color: #FEAD76; }
a { background-color: rgb(254,173,118); }
div.DivClassName
{
background-color: #FEAD76;
}
.BgClassName
{
background-color: #FEAD76;
}
</style>
border-color css
<style>
span { border-color: #FEAD76; }
span { border-color: rgb(254,173,118); }
td.TdClassName
{
border-color: #FEAD76;
}
.TagClassName
{
border-color: #FEAD76;
}
</style>