Shades of Tacao #F0AB7B
Tints of Tacao #F0AB7B
RGB
CMYK
RGB Variations
Color information
#F0AB7B (or 0xF0AB7B) is known color: Tacao. HEX triplet: F0, AB and 7B. RGB value is (240,171,123). Sum of RGB (Red+Green+Blue) = 240+171+123=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AB7B is #0F5484. Grayscale: #BABABA. Windows color (decimal): -1004677 or 8104944. OLE color: 8104944.
HSL color Cylindrical-coordinate representation of color #F0AB7B: hue angle of 24.62º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0AB7B is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 123 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.06 |
| HSL | 24.62º | 0.8% | 0.71% | - |
| HSV(B) | 24.62º | 0.49% | 0.94% | - |
| XYZ | 54.07 | 49.08 | 25.36 | - |
| YUV | 186.16 | 92.36 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 123 | 0 | 0.29 | 0.49 | 0.06 | 24.62 | 0.8 | 0.71 |
| Hex | F0 | AB | 7B | 0 | 1D | 31 | 6 | 19 | 50 | 47 |
| Octal | 360 | 253 | 173 | 0 | 35 | 61 | 6 | 31 | 120 | 107 |
| Binary | 11110000 | 10101011 | 1111011 | 0 | 11101 | 110001 | 110 | 11001 | 1010000 | 1000111 |
Color Harmonies of #F0AB7B
Complementary color
Monochromatic Colors of #F0AB7B
Black with #F0AB7B
Text Example
Text Example
White with #F0AB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB7B; }
p { color: rgb(240,171,123); }
H1.HeaderClassName
{
color: #F0AB7B;
}
.AnyTagClassName
{
color: #F0AB7B;
}
</style>
background-color css
<style>
a { background-color: #F0AB7B; }
a { background-color: rgb(240,171,123); }
div.DivClassName
{
background-color: #F0AB7B;
}
.BgClassName
{
background-color: #F0AB7B;
}
</style>
border-color css
<style>
span { border-color: #F0AB7B; }
span { border-color: rgb(240,171,123); }
td.TdClassName
{
border-color: #F0AB7B;
}
.TagClassName
{
border-color: #F0AB7B;
}
</style>