Shades of Tacao #FFAD80
Tints of Tacao #FFAD80
RGB
CMYK
RGB Variations
Color information
#FFAD80 (or 0xFFAD80) is known color: Tacao. HEX triplet: FF, AD and 80. RGB value is (255,173,128). Sum of RGB (Red+Green+Blue) = 255+173+128=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAD80 is #00527F. Grayscale: #C0C0C0. Windows color (decimal): -21120 or 8433151. OLE color: 8433151.
HSL color Cylindrical-coordinate representation of color #FFAD80: hue angle of 21.26º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFAD80 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 128 | - |
| CMYK | 0 | 0.32 | 0.50 | 0 |
| HSL | 21.26º | 1% | 0.75% | - |
| HSV(B) | 21.26º | 0.5% | 1% | - |
| XYZ | 60.08 | 52.71 | 27.43 | - |
| YUV | 192.39 | 91.67 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 128 | 0 | 0.32 | 0.50 | 0 | 21.26 | 1 | 0.75 |
| Hex | FF | AD | 80 | 0 | 20 | 32 | 0 | 15 | 64 | 4B |
| Octal | 377 | 255 | 200 | 0 | 40 | 62 | 0 | 25 | 144 | 113 |
| Binary | 11111111 | 10101101 | 10000000 | 0 | 100000 | 110010 | 0 | 10101 | 1100100 | 1001011 |
Color Harmonies of #FFAD80
Complementary color
Monochromatic Colors of #FFAD80
Black with #FFAD80
Text Example
Text Example
White with #FFAD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD80; }
p { color: rgb(255,173,128); }
H1.HeaderClassName
{
color: #FFAD80;
}
.AnyTagClassName
{
color: #FFAD80;
}
</style>
background-color css
<style>
a { background-color: #FFAD80; }
a { background-color: rgb(255,173,128); }
div.DivClassName
{
background-color: #FFAD80;
}
.BgClassName
{
background-color: #FFAD80;
}
</style>
border-color css
<style>
span { border-color: #FFAD80; }
span { border-color: rgb(255,173,128); }
td.TdClassName
{
border-color: #FFAD80;
}
.TagClassName
{
border-color: #FFAD80;
}
</style>