Shades of Tacao #F4B373
Tints of Tacao #F4B373
RGB
CMYK
RGB Variations
Color information
#F4B373 (or 0xF4B373) is known color: Tacao. HEX triplet: F4, B3 and 73. RGB value is (244,179,115). Sum of RGB (Red+Green+Blue) = 244+179+115=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B373 is #0B4C8C. Grayscale: #BFBFBF. Windows color (decimal): -740493 or 7582708. OLE color: 7582708.
HSL color Cylindrical-coordinate representation of color #F4B373: hue angle of 29.77º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F4B373 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 115 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.04 |
| HSL | 29.77º | 0.85% | 0.7% | - |
| HSV(B) | 29.77º | 0.53% | 0.96% | - |
| XYZ | 56.52 | 52.71 | 23.41 | - |
| YUV | 191.14 | 85.03 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 115 | 0 | 0.27 | 0.53 | 0.04 | 29.77 | 0.85 | 0.7 |
| Hex | F4 | B3 | 73 | 0 | 1B | 35 | 4 | 1E | 55 | 46 |
| Octal | 364 | 263 | 163 | 0 | 33 | 65 | 4 | 36 | 125 | 106 |
| Binary | 11110100 | 10110011 | 1110011 | 0 | 11011 | 110101 | 100 | 11110 | 1010101 | 1000110 |
Color Harmonies of #F4B373
Complementary color
Monochromatic Colors of #F4B373
Black with #F4B373
Text Example
Text Example
White with #F4B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B373; }
p { color: rgb(244,179,115); }
H1.HeaderClassName
{
color: #F4B373;
}
.AnyTagClassName
{
color: #F4B373;
}
</style>
background-color css
<style>
a { background-color: #F4B373; }
a { background-color: rgb(244,179,115); }
div.DivClassName
{
background-color: #F4B373;
}
.BgClassName
{
background-color: #F4B373;
}
</style>
border-color css
<style>
span { border-color: #F4B373; }
span { border-color: rgb(244,179,115); }
td.TdClassName
{
border-color: #F4B373;
}
.TagClassName
{
border-color: #F4B373;
}
</style>