Shades of Tacao #F0B47C
Tints of Tacao #F0B47C
RGB
CMYK
RGB Variations
Color information
#F0B47C (or 0xF0B47C) is known color: Tacao. HEX triplet: F0, B4 and 7C. RGB value is (240,180,124). Sum of RGB (Red+Green+Blue) = 240+180+124=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B47C is #0F4B83. Grayscale: #BFBFBF. Windows color (decimal): -1002372 or 8172784. OLE color: 8172784.
HSL color Cylindrical-coordinate representation of color #F0B47C: hue angle of 28.97º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0B47C is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 124 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.06 |
| HSL | 28.97º | 0.79% | 0.71% | - |
| HSV(B) | 28.97º | 0.48% | 0.94% | - |
| XYZ | 55.89 | 52.62 | 26.28 | - |
| YUV | 191.56 | 89.88 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 124 | 0 | 0.25 | 0.48 | 0.06 | 28.97 | 0.79 | 0.71 |
| Hex | F0 | B4 | 7C | 0 | 19 | 30 | 6 | 1D | 4F | 47 |
| Octal | 360 | 264 | 174 | 0 | 31 | 60 | 6 | 35 | 117 | 107 |
| Binary | 11110000 | 10110100 | 1111100 | 0 | 11001 | 110000 | 110 | 11101 | 1001111 | 1000111 |
Color Harmonies of #F0B47C
Complementary color
Monochromatic Colors of #F0B47C
Black with #F0B47C
Text Example
Text Example
White with #F0B47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B47C; }
p { color: rgb(240,180,124); }
H1.HeaderClassName
{
color: #F0B47C;
}
.AnyTagClassName
{
color: #F0B47C;
}
</style>
background-color css
<style>
a { background-color: #F0B47C; }
a { background-color: rgb(240,180,124); }
div.DivClassName
{
background-color: #F0B47C;
}
.BgClassName
{
background-color: #F0B47C;
}
</style>
border-color css
<style>
span { border-color: #F0B47C; }
span { border-color: rgb(240,180,124); }
td.TdClassName
{
border-color: #F0B47C;
}
.TagClassName
{
border-color: #F0B47C;
}
</style>