Shades of Tacao #FEAB7A
Tints of Tacao #FEAB7A
RGB
CMYK
RGB Variations
Color information
#FEAB7A (or 0xFEAB7A) is known color: Tacao. HEX triplet: FE, AB and 7A. RGB value is (254,171,122). Sum of RGB (Red+Green+Blue) = 254+171+122=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB7A is #015485. Grayscale: #BEBEBE. Windows color (decimal): -87174 or 8039422. OLE color: 8039422.
HSL color Cylindrical-coordinate representation of color #FEAB7A: hue angle of 22.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEAB7A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 122 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.00 |
| HSL | 22.27º | 0.99% | 0.74% | - |
| HSV(B) | 22.27º | 0.52% | 1% | - |
| XYZ | 58.95 | 51.6 | 25.27 | - |
| YUV | 190.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 122 | 0 | 0.33 | 0.52 | 0.00 | 22.27 | 0.99 | 0.74 |
| Hex | FE | AB | 7A | 0 | 21 | 34 | 0 | 16 | 63 | 4A |
| Octal | 376 | 253 | 172 | 0 | 41 | 64 | 0 | 26 | 143 | 112 |
| Binary | 11111110 | 10101011 | 1111010 | 0 | 100001 | 110100 | 0 | 10110 | 1100011 | 1001010 |
Color Harmonies of #FEAB7A
Complementary color
Monochromatic Colors of #FEAB7A
Black with #FEAB7A
Text Example
Text Example
White with #FEAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB7A; }
p { color: rgb(254,171,122); }
H1.HeaderClassName
{
color: #FEAB7A;
}
.AnyTagClassName
{
color: #FEAB7A;
}
</style>
background-color css
<style>
a { background-color: #FEAB7A; }
a { background-color: rgb(254,171,122); }
div.DivClassName
{
background-color: #FEAB7A;
}
.BgClassName
{
background-color: #FEAB7A;
}
</style>
border-color css
<style>
span { border-color: #FEAB7A; }
span { border-color: rgb(254,171,122); }
td.TdClassName
{
border-color: #FEAB7A;
}
.TagClassName
{
border-color: #FEAB7A;
}
</style>