Shades of Tacao #FEAD80
Tints of Tacao #FEAD80
RGB
CMYK
RGB Variations
Color information
#FEAD80 (or 0xFEAD80) is known color: Tacao. HEX triplet: FE, AD and 80. RGB value is (254,173,128). Sum of RGB (Red+Green+Blue) = 254+173+128=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD80 is #01527F. Grayscale: #C0C0C0. Windows color (decimal): -86656 or 8433150. OLE color: 8433150.
HSL color Cylindrical-coordinate representation of color #FEAD80: hue angle of 21.43º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEAD80 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 128 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.00 |
| HSL | 21.43º | 0.98% | 0.75% | - |
| HSV(B) | 21.43º | 0.5% | 1% | - |
| XYZ | 59.71 | 52.52 | 27.41 | - |
| YUV | 192.09 | 91.84 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 128 | 0 | 0.32 | 0.50 | 0.00 | 21.43 | 0.98 | 0.75 |
| Hex | FE | AD | 80 | 0 | 20 | 32 | 0 | 15 | 62 | 4B |
| Octal | 376 | 255 | 200 | 0 | 40 | 62 | 0 | 25 | 142 | 113 |
| Binary | 11111110 | 10101101 | 10000000 | 0 | 100000 | 110010 | 0 | 10101 | 1100010 | 1001011 |
Color Harmonies of #FEAD80
Complementary color
Monochromatic Colors of #FEAD80
Black with #FEAD80
Text Example
Text Example
White with #FEAD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD80; }
p { color: rgb(254,173,128); }
H1.HeaderClassName
{
color: #FEAD80;
}
.AnyTagClassName
{
color: #FEAD80;
}
</style>
background-color css
<style>
a { background-color: #FEAD80; }
a { background-color: rgb(254,173,128); }
div.DivClassName
{
background-color: #FEAD80;
}
.BgClassName
{
background-color: #FEAD80;
}
</style>
border-color css
<style>
span { border-color: #FEAD80; }
span { border-color: rgb(254,173,128); }
td.TdClassName
{
border-color: #FEAD80;
}
.TagClassName
{
border-color: #FEAD80;
}
</style>