Shades of Tacao #F0B080
Tints of Tacao #F0B080
RGB
CMYK
RGB Variations
Color information
#F0B080 (or 0xF0B080) is known color: Tacao. HEX triplet: F0, B0 and 80. RGB value is (240,176,128). Sum of RGB (Red+Green+Blue) = 240+176+128=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B080 is #0F4F7F. Grayscale: #BDBDBD. Windows color (decimal): -1003392 or 8433904. OLE color: 8433904.
HSL color Cylindrical-coordinate representation of color #F0B080: hue angle of 25.71º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0B080 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 128 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.06 |
| HSL | 25.71º | 0.79% | 0.72% | - |
| HSV(B) | 25.71º | 0.47% | 0.94% | - |
| XYZ | 55.36 | 51.13 | 27.37 | - |
| YUV | 189.66 | 93.2 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 128 | 0 | 0.27 | 0.47 | 0.06 | 25.71 | 0.79 | 0.72 |
| Hex | F0 | B0 | 80 | 0 | 1B | 2F | 6 | 1A | 4F | 48 |
| Octal | 360 | 260 | 200 | 0 | 33 | 57 | 6 | 32 | 117 | 110 |
| Binary | 11110000 | 10110000 | 10000000 | 0 | 11011 | 101111 | 110 | 11010 | 1001111 | 1001000 |
Color Harmonies of #F0B080
Complementary color
Monochromatic Colors of #F0B080
Black with #F0B080
Text Example
Text Example
White with #F0B080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B080; }
p { color: rgb(240,176,128); }
H1.HeaderClassName
{
color: #F0B080;
}
.AnyTagClassName
{
color: #F0B080;
}
</style>
background-color css
<style>
a { background-color: #F0B080; }
a { background-color: rgb(240,176,128); }
div.DivClassName
{
background-color: #F0B080;
}
.BgClassName
{
background-color: #F0B080;
}
</style>
border-color css
<style>
span { border-color: #F0B080; }
span { border-color: rgb(240,176,128); }
td.TdClassName
{
border-color: #F0B080;
}
.TagClassName
{
border-color: #F0B080;
}
</style>