Shades of Tacao #F0AB7D
Tints of Tacao #F0AB7D
RGB
CMYK
RGB Variations
Color information
#F0AB7D (or 0xF0AB7D) is known color: Tacao. HEX triplet: F0, AB and 7D. RGB value is (240,171,125). Sum of RGB (Red+Green+Blue) = 240+171+125=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AB7D is #0F5482. Grayscale: #BABABA. Windows color (decimal): -1004675 or 8236016. OLE color: 8236016.
HSL color Cylindrical-coordinate representation of color #F0AB7D: hue angle of 24º 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 #F0AB7D is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 125 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.06 |
| HSL | 24º | 0.79% | 0.72% | - |
| HSV(B) | 24º | 0.48% | 0.94% | - |
| XYZ | 54.2 | 49.13 | 26.03 | - |
| YUV | 186.39 | 93.36 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 125 | 0 | 0.29 | 0.48 | 0.06 | 24 | 0.79 | 0.72 |
| Hex | F0 | AB | 7D | 0 | 1D | 30 | 6 | 18 | 4F | 48 |
| Octal | 360 | 253 | 175 | 0 | 35 | 60 | 6 | 30 | 117 | 110 |
| Binary | 11110000 | 10101011 | 1111101 | 0 | 11101 | 110000 | 110 | 11000 | 1001111 | 1001000 |
Color Harmonies of #F0AB7D
Complementary color
Monochromatic Colors of #F0AB7D
Black with #F0AB7D
Text Example
Text Example
White with #F0AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB7D; }
p { color: rgb(240,171,125); }
H1.HeaderClassName
{
color: #F0AB7D;
}
.AnyTagClassName
{
color: #F0AB7D;
}
</style>
background-color css
<style>
a { background-color: #F0AB7D; }
a { background-color: rgb(240,171,125); }
div.DivClassName
{
background-color: #F0AB7D;
}
.BgClassName
{
background-color: #F0AB7D;
}
</style>
border-color css
<style>
span { border-color: #F0AB7D; }
span { border-color: rgb(240,171,125); }
td.TdClassName
{
border-color: #F0AB7D;
}
.TagClassName
{
border-color: #F0AB7D;
}
</style>