Shades of Tacao #F5B481
Tints of Tacao #F5B481
RGB
CMYK
RGB Variations
Color information
#F5B481 (or 0xF5B481) is known color: Tacao. HEX triplet: F5, B4 and 81. RGB value is (245,180,129). Sum of RGB (Red+Green+Blue) = 245+180+129=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 129 (50.78% from 255 or 23.29% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B481 is #0A4B7E. Grayscale: #C1C1C1. Windows color (decimal): -674687 or 8500469. OLE color: 8500469.
HSL color Cylindrical-coordinate representation of color #F5B481: hue angle of 26.38º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5B481 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 180 | 129 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.04 |
| HSL | 26.38º | 0.85% | 0.73% | - |
| HSV(B) | 26.38º | 0.47% | 0.96% | - |
| XYZ | 57.94 | 53.64 | 28.07 | - |
| YUV | 193.62 | 91.53 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 180 | 129 | 0 | 0.27 | 0.47 | 0.04 | 26.38 | 0.85 | 0.73 |
| Hex | F5 | B4 | 81 | 0 | 1B | 2F | 4 | 1A | 55 | 49 |
| Octal | 365 | 264 | 201 | 0 | 33 | 57 | 4 | 32 | 125 | 111 |
| Binary | 11110101 | 10110100 | 10000001 | 0 | 11011 | 101111 | 100 | 11010 | 1010101 | 1001001 |
Color Harmonies of #F5B481
Complementary color
Monochromatic Colors of #F5B481
Black with #F5B481
Text Example
Text Example
White with #F5B481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B481; }
p { color: rgb(245,180,129); }
H1.HeaderClassName
{
color: #F5B481;
}
.AnyTagClassName
{
color: #F5B481;
}
</style>
background-color css
<style>
a { background-color: #F5B481; }
a { background-color: rgb(245,180,129); }
div.DivClassName
{
background-color: #F5B481;
}
.BgClassName
{
background-color: #F5B481;
}
</style>
border-color css
<style>
span { border-color: #F5B481; }
span { border-color: rgb(245,180,129); }
td.TdClassName
{
border-color: #F5B481;
}
.TagClassName
{
border-color: #F5B481;
}
</style>