Shades of Tacao #FEAA7B
Tints of Tacao #FEAA7B
RGB
CMYK
RGB Variations
Color information
#FEAA7B (or 0xFEAA7B) is known color: Tacao. HEX triplet: FE, AA and 7B. RGB value is (254,170,123). Sum of RGB (Red+Green+Blue) = 254+170+123=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA7B is #015584. Grayscale: #BEBEBE. Windows color (decimal): -87429 or 8104702. OLE color: 8104702.
HSL color Cylindrical-coordinate representation of color #FEAA7B: hue angle of 21.53º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEAA7B is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 123 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.00 |
| HSL | 21.53º | 0.98% | 0.74% | - |
| HSV(B) | 21.53º | 0.52% | 1% | - |
| XYZ | 58.82 | 51.25 | 25.53 | - |
| YUV | 189.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 123 | 0 | 0.33 | 0.52 | 0.00 | 21.53 | 0.98 | 0.74 |
| Hex | FE | AA | 7B | 0 | 21 | 34 | 0 | 16 | 62 | 4A |
| Octal | 376 | 252 | 173 | 0 | 41 | 64 | 0 | 26 | 142 | 112 |
| Binary | 11111110 | 10101010 | 1111011 | 0 | 100001 | 110100 | 0 | 10110 | 1100010 | 1001010 |
Color Harmonies of #FEAA7B
Complementary color
Monochromatic Colors of #FEAA7B
Black with #FEAA7B
Text Example
Text Example
White with #FEAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA7B; }
p { color: rgb(254,170,123); }
H1.HeaderClassName
{
color: #FEAA7B;
}
.AnyTagClassName
{
color: #FEAA7B;
}
</style>
background-color css
<style>
a { background-color: #FEAA7B; }
a { background-color: rgb(254,170,123); }
div.DivClassName
{
background-color: #FEAA7B;
}
.BgClassName
{
background-color: #FEAA7B;
}
</style>
border-color css
<style>
span { border-color: #FEAA7B; }
span { border-color: rgb(254,170,123); }
td.TdClassName
{
border-color: #FEAA7B;
}
.TagClassName
{
border-color: #FEAA7B;
}
</style>