Shades of Tacao #F0A77B
Tints of Tacao #F0A77B
RGB
CMYK
RGB Variations
Color information
#F0A77B (or 0xF0A77B) is known color: Tacao. HEX triplet: F0, A7 and 7B. RGB value is (240,167,123). Sum of RGB (Red+Green+Blue) = 240+167+123=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A77B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A77B is #0F5884. Grayscale: #B8B8B8. Windows color (decimal): -1005701 or 8103920. OLE color: 8103920.
HSL color Cylindrical-coordinate representation of color #F0A77B: hue angle of 22.56º 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 #F0A77B is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 123 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.06 |
| HSL | 22.56º | 0.8% | 0.71% | - |
| HSV(B) | 22.56º | 0.49% | 0.94% | - |
| XYZ | 53.33 | 47.59 | 25.11 | - |
| YUV | 183.81 | 93.68 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 123 | 0 | 0.30 | 0.49 | 0.06 | 22.56 | 0.8 | 0.71 |
| Hex | F0 | A7 | 7B | 0 | 1E | 31 | 6 | 17 | 50 | 47 |
| Octal | 360 | 247 | 173 | 0 | 36 | 61 | 6 | 27 | 120 | 107 |
| Binary | 11110000 | 10100111 | 1111011 | 0 | 11110 | 110001 | 110 | 10111 | 1010000 | 1000111 |
Color Harmonies of #F0A77B
Complementary color
Monochromatic Colors of #F0A77B
Black with #F0A77B
Text Example
Text Example
White with #F0A77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A77B; }
p { color: rgb(240,167,123); }
H1.HeaderClassName
{
color: #F0A77B;
}
.AnyTagClassName
{
color: #F0A77B;
}
</style>
background-color css
<style>
a { background-color: #F0A77B; }
a { background-color: rgb(240,167,123); }
div.DivClassName
{
background-color: #F0A77B;
}
.BgClassName
{
background-color: #F0A77B;
}
</style>
border-color css
<style>
span { border-color: #F0A77B; }
span { border-color: rgb(240,167,123); }
td.TdClassName
{
border-color: #F0A77B;
}
.TagClassName
{
border-color: #F0A77B;
}
</style>