Shades of Tacao #F1A984
Tints of Tacao #F1A984
RGB
CMYK
RGB Variations
Color information
#F1A984 (or 0xF1A984) is known color: Tacao. HEX triplet: F1, A9 and 84. RGB value is (241,169,132). Sum of RGB (Red+Green+Blue) = 241+169+132=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A984 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A984 is #0E567B. Grayscale: #BABABA. Windows color (decimal): -939644 or 8694257. OLE color: 8694257.
HSL color Cylindrical-coordinate representation of color #F1A984: hue angle of 20.37º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1A984 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 169 | 132 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.05 |
| HSL | 20.37º | 0.8% | 0.73% | - |
| HSV(B) | 20.37º | 0.45% | 0.95% | - |
| XYZ | 54.63 | 48.74 | 28.36 | - |
| YUV | 186.31 | 97.35 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 169 | 132 | 0 | 0.30 | 0.45 | 0.05 | 20.37 | 0.8 | 0.73 |
| Hex | F1 | A9 | 84 | 0 | 1E | 2D | 5 | 14 | 50 | 49 |
| Octal | 361 | 251 | 204 | 0 | 36 | 55 | 5 | 24 | 120 | 111 |
| Binary | 11110001 | 10101001 | 10000100 | 0 | 11110 | 101101 | 101 | 10100 | 1010000 | 1001001 |
Color Harmonies of #F1A984
Complementary color
Monochromatic Colors of #F1A984
Black with #F1A984
Text Example
Text Example
White with #F1A984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A984; }
p { color: rgb(241,169,132); }
H1.HeaderClassName
{
color: #F1A984;
}
.AnyTagClassName
{
color: #F1A984;
}
</style>
background-color css
<style>
a { background-color: #F1A984; }
a { background-color: rgb(241,169,132); }
div.DivClassName
{
background-color: #F1A984;
}
.BgClassName
{
background-color: #F1A984;
}
</style>
border-color css
<style>
span { border-color: #F1A984; }
span { border-color: rgb(241,169,132); }
td.TdClassName
{
border-color: #F1A984;
}
.TagClassName
{
border-color: #F1A984;
}
</style>