Shades of Tacao #FFAE74
Tints of Tacao #FFAE74
RGB
CMYK
RGB Variations
Color information
#FFAE74 (or 0xFFAE74) is known color: Tacao. HEX triplet: FF, AE and 74. RGB value is (255,174,116). Sum of RGB (Red+Green+Blue) = 255+174+116=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE74 is #00518B. Grayscale: #BFBFBF. Windows color (decimal): -20876 or 7646975. OLE color: 7646975.
HSL color Cylindrical-coordinate representation of color #FFAE74: hue angle of 25.04º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFAE74 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 116 | - |
| CMYK | 0 | 0.32 | 0.55 | 0 |
| HSL | 25.04º | 1% | 0.73% | - |
| HSV(B) | 25.04º | 0.55% | 1% | - |
| XYZ | 59.53 | 52.79 | 23.58 | - |
| YUV | 191.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 116 | 0 | 0.32 | 0.55 | 0 | 25.04 | 1 | 0.73 |
| Hex | FF | AE | 74 | 0 | 20 | 37 | 0 | 19 | 64 | 49 |
| Octal | 377 | 256 | 164 | 0 | 40 | 67 | 0 | 31 | 144 | 111 |
| Binary | 11111111 | 10101110 | 1110100 | 0 | 100000 | 110111 | 0 | 11001 | 1100100 | 1001001 |
Color Harmonies of #FFAE74
Complementary color
Monochromatic Colors of #FFAE74
Black with #FFAE74
Text Example
Text Example
White with #FFAE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE74; }
p { color: rgb(255,174,116); }
H1.HeaderClassName
{
color: #FFAE74;
}
.AnyTagClassName
{
color: #FFAE74;
}
</style>
background-color css
<style>
a { background-color: #FFAE74; }
a { background-color: rgb(255,174,116); }
div.DivClassName
{
background-color: #FFAE74;
}
.BgClassName
{
background-color: #FFAE74;
}
</style>
border-color css
<style>
span { border-color: #FFAE74; }
span { border-color: rgb(255,174,116); }
td.TdClassName
{
border-color: #FFAE74;
}
.TagClassName
{
border-color: #FFAE74;
}
</style>