Shades of Tacao #F5AB83
Tints of Tacao #F5AB83
RGB
CMYK
RGB Variations
Color information
#F5AB83 (or 0xF5AB83) is known color: Tacao. HEX triplet: F5, AB and 83. RGB value is (245,171,131). Sum of RGB (Red+Green+Blue) = 245+171+131=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AB83 is #0A547C. Grayscale: #BCBCBC. Windows color (decimal): -676989 or 8629237. OLE color: 8629237.
HSL color Cylindrical-coordinate representation of color #F5AB83: hue angle of 21.05º 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 #F5AB83 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 131 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.04 |
| HSL | 21.05º | 0.85% | 0.74% | - |
| HSV(B) | 21.05º | 0.47% | 0.96% | - |
| XYZ | 56.32 | 50.18 | 28.19 | - |
| YUV | 188.57 | 95.52 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 131 | 0 | 0.30 | 0.47 | 0.04 | 21.05 | 0.85 | 0.74 |
| Hex | F5 | AB | 83 | 0 | 1E | 2F | 4 | 15 | 55 | 4A |
| Octal | 365 | 253 | 203 | 0 | 36 | 57 | 4 | 25 | 125 | 112 |
| Binary | 11110101 | 10101011 | 10000011 | 0 | 11110 | 101111 | 100 | 10101 | 1010101 | 1001010 |
Color Harmonies of #F5AB83
Complementary color
Monochromatic Colors of #F5AB83
Black with #F5AB83
Text Example
Text Example
White with #F5AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AB83; }
p { color: rgb(245,171,131); }
H1.HeaderClassName
{
color: #F5AB83;
}
.AnyTagClassName
{
color: #F5AB83;
}
</style>
background-color css
<style>
a { background-color: #F5AB83; }
a { background-color: rgb(245,171,131); }
div.DivClassName
{
background-color: #F5AB83;
}
.BgClassName
{
background-color: #F5AB83;
}
</style>
border-color css
<style>
span { border-color: #F5AB83; }
span { border-color: rgb(245,171,131); }
td.TdClassName
{
border-color: #F5AB83;
}
.TagClassName
{
border-color: #F5AB83;
}
</style>