Shades of Tacao #F0AE82
Tints of Tacao #F0AE82
RGB
CMYK
RGB Variations
Color information
#F0AE82 (or 0xF0AE82) is known color: Tacao. HEX triplet: F0, AE and 82. RGB value is (240,174,130). Sum of RGB (Red+Green+Blue) = 240+174+130=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AE82 is #0F517D. Grayscale: #BCBCBC. Windows color (decimal): -1003902 or 8564464. OLE color: 8564464.
HSL color Cylindrical-coordinate representation of color #F0AE82: hue angle of 24º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0AE82 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 130 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.06 |
| HSL | 24º | 0.79% | 0.73% | - |
| HSV(B) | 24º | 0.46% | 0.94% | - |
| XYZ | 55.1 | 50.41 | 27.94 | - |
| YUV | 188.72 | 94.87 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 130 | 0 | 0.28 | 0.46 | 0.06 | 24 | 0.79 | 0.73 |
| Hex | F0 | AE | 82 | 0 | 1C | 2E | 6 | 18 | 4F | 49 |
| Octal | 360 | 256 | 202 | 0 | 34 | 56 | 6 | 30 | 117 | 111 |
| Binary | 11110000 | 10101110 | 10000010 | 0 | 11100 | 101110 | 110 | 11000 | 1001111 | 1001001 |
Color Harmonies of #F0AE82
Complementary color
Monochromatic Colors of #F0AE82
Black with #F0AE82
Text Example
Text Example
White with #F0AE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AE82; }
p { color: rgb(240,174,130); }
H1.HeaderClassName
{
color: #F0AE82;
}
.AnyTagClassName
{
color: #F0AE82;
}
</style>
background-color css
<style>
a { background-color: #F0AE82; }
a { background-color: rgb(240,174,130); }
div.DivClassName
{
background-color: #F0AE82;
}
.BgClassName
{
background-color: #F0AE82;
}
</style>
border-color css
<style>
span { border-color: #F0AE82; }
span { border-color: rgb(240,174,130); }
td.TdClassName
{
border-color: #F0AE82;
}
.TagClassName
{
border-color: #F0AE82;
}
</style>