Shades of Tacao #FEAD84
Tints of Tacao #FEAD84
RGB
CMYK
RGB Variations
Color information
#FEAD84 (or 0xFEAD84) is known color: Tacao. HEX triplet: FE, AD and 84. RGB value is (254,173,132). Sum of RGB (Red+Green+Blue) = 254+173+132=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD84 is #01527B. Grayscale: #C0C0C0. Windows color (decimal): -86652 or 8695294. OLE color: 8695294.
HSL color Cylindrical-coordinate representation of color #FEAD84: hue angle of 20.16º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEAD84 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 132 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.00 |
| HSL | 20.16º | 0.98% | 0.76% | - |
| HSV(B) | 20.16º | 0.48% | 1% | - |
| XYZ | 59.98 | 52.62 | 28.83 | - |
| YUV | 192.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 132 | 0 | 0.32 | 0.48 | 0.00 | 20.16 | 0.98 | 0.76 |
| Hex | FE | AD | 84 | 0 | 20 | 30 | 0 | 14 | 62 | 4C |
| Octal | 376 | 255 | 204 | 0 | 40 | 60 | 0 | 24 | 142 | 114 |
| Binary | 11111110 | 10101101 | 10000100 | 0 | 100000 | 110000 | 0 | 10100 | 1100010 | 1001100 |
Color Harmonies of #FEAD84
Complementary color
Monochromatic Colors of #FEAD84
Black with #FEAD84
Text Example
Text Example
White with #FEAD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD84; }
p { color: rgb(254,173,132); }
H1.HeaderClassName
{
color: #FEAD84;
}
.AnyTagClassName
{
color: #FEAD84;
}
</style>
background-color css
<style>
a { background-color: #FEAD84; }
a { background-color: rgb(254,173,132); }
div.DivClassName
{
background-color: #FEAD84;
}
.BgClassName
{
background-color: #FEAD84;
}
</style>
border-color css
<style>
span { border-color: #FEAD84; }
span { border-color: rgb(254,173,132); }
td.TdClassName
{
border-color: #FEAD84;
}
.TagClassName
{
border-color: #FEAD84;
}
</style>