Shades of Tacao #F4A985
Tints of Tacao #F4A985
RGB
CMYK
RGB Variations
Color information
#F4A985 (or 0xF4A985) is known color: Tacao. HEX triplet: F4, A9 and 85. RGB value is (244,169,133). Sum of RGB (Red+Green+Blue) = 244+169+133=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A985 is #0B567A. Grayscale: #BBBBBB. Windows color (decimal): -743035 or 8759796. OLE color: 8759796.
HSL color Cylindrical-coordinate representation of color #F4A985: hue angle of 19.46º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4A985 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 169 | 133 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.04 |
| HSL | 19.46º | 0.83% | 0.74% | - |
| HSV(B) | 19.46º | 0.45% | 0.96% | - |
| XYZ | 55.73 | 49.3 | 28.77 | - |
| YUV | 187.32 | 97.35 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 169 | 133 | 0 | 0.31 | 0.45 | 0.04 | 19.46 | 0.83 | 0.74 |
| Hex | F4 | A9 | 85 | 0 | 1F | 2D | 4 | 13 | 53 | 4A |
| Octal | 364 | 251 | 205 | 0 | 37 | 55 | 4 | 23 | 123 | 112 |
| Binary | 11110100 | 10101001 | 10000101 | 0 | 11111 | 101101 | 100 | 10011 | 1010011 | 1001010 |
Color Harmonies of #F4A985
Complementary color
Monochromatic Colors of #F4A985
Black with #F4A985
Text Example
Text Example
White with #F4A985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A985; }
p { color: rgb(244,169,133); }
H1.HeaderClassName
{
color: #F4A985;
}
.AnyTagClassName
{
color: #F4A985;
}
</style>
background-color css
<style>
a { background-color: #F4A985; }
a { background-color: rgb(244,169,133); }
div.DivClassName
{
background-color: #F4A985;
}
.BgClassName
{
background-color: #F4A985;
}
</style>
border-color css
<style>
span { border-color: #F4A985; }
span { border-color: rgb(244,169,133); }
td.TdClassName
{
border-color: #F4A985;
}
.TagClassName
{
border-color: #F4A985;
}
</style>