Shades of Tacao #F0A37B
Tints of Tacao #F0A37B
RGB
CMYK
RGB Variations
Color information
#F0A37B (or 0xF0A37B) is known color: Tacao. HEX triplet: F0, A3 and 7B. RGB value is (240,163,123). Sum of RGB (Red+Green+Blue) = 240+163+123=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A37B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A37B is #0F5C84. Grayscale: #B5B5B5. Windows color (decimal): -1006725 or 8102896. OLE color: 8102896.
HSL color Cylindrical-coordinate representation of color #F0A37B: hue angle of 20.51º 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 #F0A37B is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 123 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.06 |
| HSL | 20.51º | 0.8% | 0.71% | - |
| HSV(B) | 20.51º | 0.49% | 0.94% | - |
| XYZ | 52.61 | 46.15 | 24.87 | - |
| YUV | 181.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 123 | 0 | 0.32 | 0.49 | 0.06 | 20.51 | 0.8 | 0.71 |
| Hex | F0 | A3 | 7B | 0 | 20 | 31 | 6 | 15 | 50 | 47 |
| Octal | 360 | 243 | 173 | 0 | 40 | 61 | 6 | 25 | 120 | 107 |
| Binary | 11110000 | 10100011 | 1111011 | 0 | 100000 | 110001 | 110 | 10101 | 1010000 | 1000111 |
Color Harmonies of #F0A37B
Complementary color
Monochromatic Colors of #F0A37B
Black with #F0A37B
Text Example
Text Example
White with #F0A37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A37B; }
p { color: rgb(240,163,123); }
H1.HeaderClassName
{
color: #F0A37B;
}
.AnyTagClassName
{
color: #F0A37B;
}
</style>
background-color css
<style>
a { background-color: #F0A37B; }
a { background-color: rgb(240,163,123); }
div.DivClassName
{
background-color: #F0A37B;
}
.BgClassName
{
background-color: #F0A37B;
}
</style>
border-color css
<style>
span { border-color: #F0A37B; }
span { border-color: rgb(240,163,123); }
td.TdClassName
{
border-color: #F0A37B;
}
.TagClassName
{
border-color: #F0A37B;
}
</style>