Shades of Tacao #F0B37C
Tints of Tacao #F0B37C
RGB
CMYK
RGB Variations
Color information
#F0B37C (or 0xF0B37C) is known color: Tacao. HEX triplet: F0, B3 and 7C. RGB value is (240,179,124). Sum of RGB (Red+Green+Blue) = 240+179+124=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B37C is #0F4C83. Grayscale: #BFBFBF. Windows color (decimal): -1002628 or 8172528. OLE color: 8172528.
HSL color Cylindrical-coordinate representation of color #F0B37C: hue angle of 28.45º 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 #F0B37C is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 124 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.06 |
| HSL | 28.45º | 0.79% | 0.71% | - |
| HSV(B) | 28.45º | 0.48% | 0.94% | - |
| XYZ | 55.69 | 52.22 | 26.21 | - |
| YUV | 190.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 124 | 0 | 0.25 | 0.48 | 0.06 | 28.45 | 0.79 | 0.71 |
| Hex | F0 | B3 | 7C | 0 | 19 | 30 | 6 | 1C | 4F | 47 |
| Octal | 360 | 263 | 174 | 0 | 31 | 60 | 6 | 34 | 117 | 107 |
| Binary | 11110000 | 10110011 | 1111100 | 0 | 11001 | 110000 | 110 | 11100 | 1001111 | 1000111 |
Color Harmonies of #F0B37C
Complementary color
Monochromatic Colors of #F0B37C
Black with #F0B37C
Text Example
Text Example
White with #F0B37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B37C; }
p { color: rgb(240,179,124); }
H1.HeaderClassName
{
color: #F0B37C;
}
.AnyTagClassName
{
color: #F0B37C;
}
</style>
background-color css
<style>
a { background-color: #F0B37C; }
a { background-color: rgb(240,179,124); }
div.DivClassName
{
background-color: #F0B37C;
}
.BgClassName
{
background-color: #F0B37C;
}
</style>
border-color css
<style>
span { border-color: #F0B37C; }
span { border-color: rgb(240,179,124); }
td.TdClassName
{
border-color: #F0B37C;
}
.TagClassName
{
border-color: #F0B37C;
}
</style>