Shades of Tacao #FEAD73
Tints of Tacao #FEAD73
RGB
CMYK
RGB Variations
Color information
#FEAD73 (or 0xFEAD73) is known color: Tacao. HEX triplet: FE, AD and 73. RGB value is (254,173,115). Sum of RGB (Red+Green+Blue) = 254+173+115=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD73 is #01528C. Grayscale: #BEBEBE. Windows color (decimal): -86669 or 7581182. OLE color: 7581182.
HSL color Cylindrical-coordinate representation of color #FEAD73: hue angle of 25.04º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEAD73 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 115 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.00 |
| HSL | 25.04º | 0.99% | 0.72% | - |
| HSV(B) | 25.04º | 0.55% | 1% | - |
| XYZ | 58.91 | 52.2 | 23.19 | - |
| YUV | 190.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 115 | 0 | 0.32 | 0.55 | 0.00 | 25.04 | 0.99 | 0.72 |
| Hex | FE | AD | 73 | 0 | 20 | 37 | 0 | 19 | 63 | 48 |
| Octal | 376 | 255 | 163 | 0 | 40 | 67 | 0 | 31 | 143 | 110 |
| Binary | 11111110 | 10101101 | 1110011 | 0 | 100000 | 110111 | 0 | 11001 | 1100011 | 1001000 |
Color Harmonies of #FEAD73
Complementary color
Monochromatic Colors of #FEAD73
Black with #FEAD73
Text Example
Text Example
White with #FEAD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD73; }
p { color: rgb(254,173,115); }
H1.HeaderClassName
{
color: #FEAD73;
}
.AnyTagClassName
{
color: #FEAD73;
}
</style>
background-color css
<style>
a { background-color: #FEAD73; }
a { background-color: rgb(254,173,115); }
div.DivClassName
{
background-color: #FEAD73;
}
.BgClassName
{
background-color: #FEAD73;
}
</style>
border-color css
<style>
span { border-color: #FEAD73; }
span { border-color: rgb(254,173,115); }
td.TdClassName
{
border-color: #FEAD73;
}
.TagClassName
{
border-color: #FEAD73;
}
</style>