Shades of Tacao #F4B384
Tints of Tacao #F4B384
RGB
CMYK
RGB Variations
Color information
#F4B384 (or 0xF4B384) is known color: Tacao. HEX triplet: F4, B3 and 84. RGB value is (244,179,132). Sum of RGB (Red+Green+Blue) = 244+179+132=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4B384 is #0B4C7B. Grayscale: #C1C1C1. Windows color (decimal): -740476 or 8696820. OLE color: 8696820.
HSL color Cylindrical-coordinate representation of color #F4B384: hue angle of 25.18º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F4B384 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 132 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.04 |
| HSL | 25.18º | 0.84% | 0.74% | - |
| HSV(B) | 25.18º | 0.46% | 0.96% | - |
| XYZ | 57.59 | 53.14 | 29.05 | - |
| YUV | 193.08 | 93.53 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 132 | 0 | 0.27 | 0.46 | 0.04 | 25.18 | 0.84 | 0.74 |
| Hex | F4 | B3 | 84 | 0 | 1B | 2E | 4 | 19 | 54 | 4A |
| Octal | 364 | 263 | 204 | 0 | 33 | 56 | 4 | 31 | 124 | 112 |
| Binary | 11110100 | 10110011 | 10000100 | 0 | 11011 | 101110 | 100 | 11001 | 1010100 | 1001010 |
Color Harmonies of #F4B384
Complementary color
Monochromatic Colors of #F4B384
Black with #F4B384
Text Example
Text Example
White with #F4B384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B384; }
p { color: rgb(244,179,132); }
H1.HeaderClassName
{
color: #F4B384;
}
.AnyTagClassName
{
color: #F4B384;
}
</style>
background-color css
<style>
a { background-color: #F4B384; }
a { background-color: rgb(244,179,132); }
div.DivClassName
{
background-color: #F4B384;
}
.BgClassName
{
background-color: #F4B384;
}
</style>
border-color css
<style>
span { border-color: #F4B384; }
span { border-color: rgb(244,179,132); }
td.TdClassName
{
border-color: #F4B384;
}
.TagClassName
{
border-color: #F4B384;
}
</style>