Shades of Tacao #FEAB7D
Tints of Tacao #FEAB7D
RGB
CMYK
RGB Variations
Color information
#FEAB7D (or 0xFEAB7D) is known color: Tacao. HEX triplet: FE, AB and 7D. RGB value is (254,171,125). Sum of RGB (Red+Green+Blue) = 254+171+125=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB7D is #015482. Grayscale: #BEBEBE. Windows color (decimal): -87171 or 8236030. OLE color: 8236030.
HSL color Cylindrical-coordinate representation of color #FEAB7D: hue angle of 21.4º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEAB7D is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 125 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.00 |
| HSL | 21.4º | 0.98% | 0.74% | - |
| HSV(B) | 21.4º | 0.51% | 1% | - |
| XYZ | 59.14 | 51.68 | 26.26 | - |
| YUV | 190.57 | 91 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 125 | 0 | 0.33 | 0.51 | 0.00 | 21.4 | 0.98 | 0.74 |
| Hex | FE | AB | 7D | 0 | 21 | 33 | 0 | 15 | 62 | 4A |
| Octal | 376 | 253 | 175 | 0 | 41 | 63 | 0 | 25 | 142 | 112 |
| Binary | 11111110 | 10101011 | 1111101 | 0 | 100001 | 110011 | 0 | 10101 | 1100010 | 1001010 |
Color Harmonies of #FEAB7D
Complementary color
Monochromatic Colors of #FEAB7D
Black with #FEAB7D
Text Example
Text Example
White with #FEAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB7D; }
p { color: rgb(254,171,125); }
H1.HeaderClassName
{
color: #FEAB7D;
}
.AnyTagClassName
{
color: #FEAB7D;
}
</style>
background-color css
<style>
a { background-color: #FEAB7D; }
a { background-color: rgb(254,171,125); }
div.DivClassName
{
background-color: #FEAB7D;
}
.BgClassName
{
background-color: #FEAB7D;
}
</style>
border-color css
<style>
span { border-color: #FEAB7D; }
span { border-color: rgb(254,171,125); }
td.TdClassName
{
border-color: #FEAB7D;
}
.TagClassName
{
border-color: #FEAB7D;
}
</style>