Shades of Tacao #F0B075
Tints of Tacao #F0B075
RGB
CMYK
RGB Variations
Color information
#F0B075 (or 0xF0B075) is known color: Tacao. HEX triplet: F0, B0 and 75. RGB value is (240,176,117). Sum of RGB (Red+Green+Blue) = 240+176+117=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B075 is #0F4F8A. Grayscale: #BCBCBC. Windows color (decimal): -1003403 or 7713008. OLE color: 7713008.
HSL color Cylindrical-coordinate representation of color #F0B075: hue angle of 28.78º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0B075 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 117 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.06 |
| HSL | 28.78º | 0.8% | 0.7% | - |
| HSV(B) | 28.78º | 0.51% | 0.94% | - |
| XYZ | 54.67 | 50.86 | 23.77 | - |
| YUV | 188.41 | 87.7 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 117 | 0 | 0.27 | 0.51 | 0.06 | 28.78 | 0.8 | 0.7 |
| Hex | F0 | B0 | 75 | 0 | 1B | 33 | 6 | 1D | 50 | 46 |
| Octal | 360 | 260 | 165 | 0 | 33 | 63 | 6 | 35 | 120 | 106 |
| Binary | 11110000 | 10110000 | 1110101 | 0 | 11011 | 110011 | 110 | 11101 | 1010000 | 1000110 |
Color Harmonies of #F0B075
Complementary color
Monochromatic Colors of #F0B075
Black with #F0B075
Text Example
Text Example
White with #F0B075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B075; }
p { color: rgb(240,176,117); }
H1.HeaderClassName
{
color: #F0B075;
}
.AnyTagClassName
{
color: #F0B075;
}
</style>
background-color css
<style>
a { background-color: #F0B075; }
a { background-color: rgb(240,176,117); }
div.DivClassName
{
background-color: #F0B075;
}
.BgClassName
{
background-color: #F0B075;
}
</style>
border-color css
<style>
span { border-color: #F0B075; }
span { border-color: rgb(240,176,117); }
td.TdClassName
{
border-color: #F0B075;
}
.TagClassName
{
border-color: #F0B075;
}
</style>