Shades of Tacao #F0AD6C
Tints of Tacao #F0AD6C
RGB
CMYK
RGB Variations
Color information
#F0AD6C (or 0xF0AD6C) is known color: Tacao. HEX triplet: F0, AD and 6C. RGB value is (240,173,108). Sum of RGB (Red+Green+Blue) = 240+173+108=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD6C is #0F5293. Grayscale: #B9B9B9. Windows color (decimal): -1004180 or 7122416. OLE color: 7122416.
HSL color Cylindrical-coordinate representation of color #F0AD6C: hue angle of 29.55º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0AD6C is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 108 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.06 |
| HSL | 29.55º | 0.81% | 0.68% | - |
| HSV(B) | 29.55º | 0.55% | 0.94% | - |
| XYZ | 53.59 | 49.5 | 20.92 | - |
| YUV | 185.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 108 | 0 | 0.28 | 0.55 | 0.06 | 29.55 | 0.81 | 0.68 |
| Hex | F0 | AD | 6C | 0 | 1C | 37 | 6 | 1E | 51 | 44 |
| Octal | 360 | 255 | 154 | 0 | 34 | 67 | 6 | 36 | 121 | 104 |
| Binary | 11110000 | 10101101 | 1101100 | 0 | 11100 | 110111 | 110 | 11110 | 1010001 | 1000100 |
Color Harmonies of #F0AD6C
Complementary color
Monochromatic Colors of #F0AD6C
Black with #F0AD6C
Text Example
Text Example
White with #F0AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD6C; }
p { color: rgb(240,173,108); }
H1.HeaderClassName
{
color: #F0AD6C;
}
.AnyTagClassName
{
color: #F0AD6C;
}
</style>
background-color css
<style>
a { background-color: #F0AD6C; }
a { background-color: rgb(240,173,108); }
div.DivClassName
{
background-color: #F0AD6C;
}
.BgClassName
{
background-color: #F0AD6C;
}
</style>
border-color css
<style>
span { border-color: #F0AD6C; }
span { border-color: rgb(240,173,108); }
td.TdClassName
{
border-color: #F0AD6C;
}
.TagClassName
{
border-color: #F0AD6C;
}
</style>