Shades of Tacao #F0B37D
Tints of Tacao #F0B37D
RGB
CMYK
RGB Variations
Color information
#F0B37D (or 0xF0B37D) is known color: Tacao. HEX triplet: F0, B3 and 7D. RGB value is (240,179,125). Sum of RGB (Red+Green+Blue) = 240+179+125=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B37D is #0F4C82. Grayscale: #BFBFBF. Windows color (decimal): -1002627 or 8238064. OLE color: 8238064.
HSL color Cylindrical-coordinate representation of color #F0B37D: hue angle of 28.17º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0B37D is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 125 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.06 |
| HSL | 28.17º | 0.79% | 0.72% | - |
| HSV(B) | 28.17º | 0.48% | 0.94% | - |
| XYZ | 55.76 | 52.25 | 26.55 | - |
| YUV | 191.08 | 90.71 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 125 | 0 | 0.25 | 0.48 | 0.06 | 28.17 | 0.79 | 0.72 |
| Hex | F0 | B3 | 7D | 0 | 19 | 30 | 6 | 1C | 4F | 48 |
| Octal | 360 | 263 | 175 | 0 | 31 | 60 | 6 | 34 | 117 | 110 |
| Binary | 11110000 | 10110011 | 1111101 | 0 | 11001 | 110000 | 110 | 11100 | 1001111 | 1001000 |
Color Harmonies of #F0B37D
Complementary color
Monochromatic Colors of #F0B37D
Black with #F0B37D
Text Example
Text Example
White with #F0B37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B37D; }
p { color: rgb(240,179,125); }
H1.HeaderClassName
{
color: #F0B37D;
}
.AnyTagClassName
{
color: #F0B37D;
}
</style>
background-color css
<style>
a { background-color: #F0B37D; }
a { background-color: rgb(240,179,125); }
div.DivClassName
{
background-color: #F0B37D;
}
.BgClassName
{
background-color: #F0B37D;
}
</style>
border-color css
<style>
span { border-color: #F0B37D; }
span { border-color: rgb(240,179,125); }
td.TdClassName
{
border-color: #F0B37D;
}
.TagClassName
{
border-color: #F0B37D;
}
</style>