Shades of Tacao #F5AD83
Tints of Tacao #F5AD83
RGB
CMYK
RGB Variations
Color information
#F5AD83 (or 0xF5AD83) is known color: Tacao. HEX triplet: F5, AD and 83. RGB value is (245,173,131). Sum of RGB (Red+Green+Blue) = 245+173+131=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AD83 is #0A527C. Grayscale: #BDBDBD. Windows color (decimal): -676477 or 8629749. OLE color: 8629749.
HSL color Cylindrical-coordinate representation of color #F5AD83: hue angle of 22.11º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5AD83 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 131 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.04 |
| HSL | 22.11º | 0.85% | 0.74% | - |
| HSV(B) | 22.11º | 0.47% | 0.96% | - |
| XYZ | 56.7 | 50.94 | 28.32 | - |
| YUV | 189.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 131 | 0 | 0.29 | 0.47 | 0.04 | 22.11 | 0.85 | 0.74 |
| Hex | F5 | AD | 83 | 0 | 1D | 2F | 4 | 16 | 55 | 4A |
| Octal | 365 | 255 | 203 | 0 | 35 | 57 | 4 | 26 | 125 | 112 |
| Binary | 11110101 | 10101101 | 10000011 | 0 | 11101 | 101111 | 100 | 10110 | 1010101 | 1001010 |
Color Harmonies of #F5AD83
Complementary color
Monochromatic Colors of #F5AD83
Black with #F5AD83
Text Example
Text Example
White with #F5AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD83; }
p { color: rgb(245,173,131); }
H1.HeaderClassName
{
color: #F5AD83;
}
.AnyTagClassName
{
color: #F5AD83;
}
</style>
background-color css
<style>
a { background-color: #F5AD83; }
a { background-color: rgb(245,173,131); }
div.DivClassName
{
background-color: #F5AD83;
}
.BgClassName
{
background-color: #F5AD83;
}
</style>
border-color css
<style>
span { border-color: #F5AD83; }
span { border-color: rgb(245,173,131); }
td.TdClassName
{
border-color: #F5AD83;
}
.TagClassName
{
border-color: #F5AD83;
}
</style>