Shades of Tacao #FFAE75
Tints of Tacao #FFAE75
RGB
CMYK
RGB Variations
Color information
#FFAE75 (or 0xFFAE75) is known color: Tacao. HEX triplet: FF, AE and 75. RGB value is (255,174,117). Sum of RGB (Red+Green+Blue) = 255+174+117=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE75 is #00518A. Grayscale: #C0C0C0. Windows color (decimal): -20875 or 7712511. OLE color: 7712511.
HSL color Cylindrical-coordinate representation of color #FFAE75: hue angle of 24.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFAE75 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 117 | - |
| CMYK | 0 | 0.32 | 0.54 | 0 |
| HSL | 24.78º | 1% | 0.73% | - |
| HSV(B) | 24.78º | 0.54% | 1% | - |
| XYZ | 59.59 | 52.82 | 23.88 | - |
| YUV | 191.72 | 85.84 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 117 | 0 | 0.32 | 0.54 | 0 | 24.78 | 1 | 0.73 |
| Hex | FF | AE | 75 | 0 | 20 | 36 | 0 | 19 | 64 | 49 |
| Octal | 377 | 256 | 165 | 0 | 40 | 66 | 0 | 31 | 144 | 111 |
| Binary | 11111111 | 10101110 | 1110101 | 0 | 100000 | 110110 | 0 | 11001 | 1100100 | 1001001 |
Color Harmonies of #FFAE75
Complementary color
Monochromatic Colors of #FFAE75
Black with #FFAE75
Text Example
Text Example
White with #FFAE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE75; }
p { color: rgb(255,174,117); }
H1.HeaderClassName
{
color: #FFAE75;
}
.AnyTagClassName
{
color: #FFAE75;
}
</style>
background-color css
<style>
a { background-color: #FFAE75; }
a { background-color: rgb(255,174,117); }
div.DivClassName
{
background-color: #FFAE75;
}
.BgClassName
{
background-color: #FFAE75;
}
</style>
border-color css
<style>
span { border-color: #FFAE75; }
span { border-color: rgb(255,174,117); }
td.TdClassName
{
border-color: #FFAE75;
}
.TagClassName
{
border-color: #FFAE75;
}
</style>