Shades of Tacao #FEAD74
Tints of Tacao #FEAD74
RGB
CMYK
RGB Variations
Color information
#FEAD74 (or 0xFEAD74) is known color: Tacao. HEX triplet: FE, AD and 74. RGB value is (254,173,116). Sum of RGB (Red+Green+Blue) = 254+173+116=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD74 is #01528B. Grayscale: #BFBFBF. Windows color (decimal): -86668 or 7646718. OLE color: 7646718.
HSL color Cylindrical-coordinate representation of color #FEAD74: hue angle of 24.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEAD74 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 116 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.00 |
| HSL | 24.78º | 0.99% | 0.73% | - |
| HSV(B) | 24.78º | 0.54% | 1% | - |
| XYZ | 58.97 | 52.22 | 23.49 | - |
| YUV | 190.72 | 85.84 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 116 | 0 | 0.32 | 0.54 | 0.00 | 24.78 | 0.99 | 0.73 |
| Hex | FE | AD | 74 | 0 | 20 | 36 | 0 | 19 | 63 | 49 |
| Octal | 376 | 255 | 164 | 0 | 40 | 66 | 0 | 31 | 143 | 111 |
| Binary | 11111110 | 10101101 | 1110100 | 0 | 100000 | 110110 | 0 | 11001 | 1100011 | 1001001 |
Color Harmonies of #FEAD74
Complementary color
Monochromatic Colors of #FEAD74
Black with #FEAD74
Text Example
Text Example
White with #FEAD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD74; }
p { color: rgb(254,173,116); }
H1.HeaderClassName
{
color: #FEAD74;
}
.AnyTagClassName
{
color: #FEAD74;
}
</style>
background-color css
<style>
a { background-color: #FEAD74; }
a { background-color: rgb(254,173,116); }
div.DivClassName
{
background-color: #FEAD74;
}
.BgClassName
{
background-color: #FEAD74;
}
</style>
border-color css
<style>
span { border-color: #FEAD74; }
span { border-color: rgb(254,173,116); }
td.TdClassName
{
border-color: #FEAD74;
}
.TagClassName
{
border-color: #FEAD74;
}
</style>