Shades of Tacao #F0AD84
Tints of Tacao #F0AD84
RGB
CMYK
RGB Variations
Color information
#F0AD84 (or 0xF0AD84) is known color: Tacao. HEX triplet: F0, AD and 84. RGB value is (240,173,132). Sum of RGB (Red+Green+Blue) = 240+173+132=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AD84 is #0F527B. Grayscale: #BCBCBC. Windows color (decimal): -1004156 or 8695280. OLE color: 8695280.
HSL color Cylindrical-coordinate representation of color #F0AD84: hue angle of 22.78º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0AD84 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 132 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.06 |
| HSL | 22.78º | 0.78% | 0.73% | - |
| HSV(B) | 22.78º | 0.45% | 0.94% | - |
| XYZ | 55.04 | 50.08 | 28.59 | - |
| YUV | 188.36 | 96.2 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 132 | 0 | 0.28 | 0.45 | 0.06 | 22.78 | 0.78 | 0.73 |
| Hex | F0 | AD | 84 | 0 | 1C | 2D | 6 | 17 | 4E | 49 |
| Octal | 360 | 255 | 204 | 0 | 34 | 55 | 6 | 27 | 116 | 111 |
| Binary | 11110000 | 10101101 | 10000100 | 0 | 11100 | 101101 | 110 | 10111 | 1001110 | 1001001 |
Color Harmonies of #F0AD84
Complementary color
Monochromatic Colors of #F0AD84
Black with #F0AD84
Text Example
Text Example
White with #F0AD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD84; }
p { color: rgb(240,173,132); }
H1.HeaderClassName
{
color: #F0AD84;
}
.AnyTagClassName
{
color: #F0AD84;
}
</style>
background-color css
<style>
a { background-color: #F0AD84; }
a { background-color: rgb(240,173,132); }
div.DivClassName
{
background-color: #F0AD84;
}
.BgClassName
{
background-color: #F0AD84;
}
</style>
border-color css
<style>
span { border-color: #F0AD84; }
span { border-color: rgb(240,173,132); }
td.TdClassName
{
border-color: #F0AD84;
}
.TagClassName
{
border-color: #F0AD84;
}
</style>