Shades of Tacao #F0AD7E
Tints of Tacao #F0AD7E
RGB
CMYK
RGB Variations
Color information
#F0AD7E (or 0xF0AD7E) is known color: Tacao. HEX triplet: F0, AD and 7E. RGB value is (240,173,126). Sum of RGB (Red+Green+Blue) = 240+173+126=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD7E is #0F5281. Grayscale: #BBBBBB. Windows color (decimal): -1004162 or 8302064. OLE color: 8302064.
HSL color Cylindrical-coordinate representation of color #F0AD7E: hue angle of 24.74º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0AD7E is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 126 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.06 |
| HSL | 24.74º | 0.79% | 0.72% | - |
| HSV(B) | 24.74º | 0.48% | 0.94% | - |
| XYZ | 54.64 | 49.92 | 26.49 | - |
| YUV | 187.68 | 93.2 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 126 | 0 | 0.28 | 0.48 | 0.06 | 24.74 | 0.79 | 0.72 |
| Hex | F0 | AD | 7E | 0 | 1C | 30 | 6 | 19 | 4F | 48 |
| Octal | 360 | 255 | 176 | 0 | 34 | 60 | 6 | 31 | 117 | 110 |
| Binary | 11110000 | 10101101 | 1111110 | 0 | 11100 | 110000 | 110 | 11001 | 1001111 | 1001000 |
Color Harmonies of #F0AD7E
Complementary color
Monochromatic Colors of #F0AD7E
Black with #F0AD7E
Text Example
Text Example
White with #F0AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD7E; }
p { color: rgb(240,173,126); }
H1.HeaderClassName
{
color: #F0AD7E;
}
.AnyTagClassName
{
color: #F0AD7E;
}
</style>
background-color css
<style>
a { background-color: #F0AD7E; }
a { background-color: rgb(240,173,126); }
div.DivClassName
{
background-color: #F0AD7E;
}
.BgClassName
{
background-color: #F0AD7E;
}
</style>
border-color css
<style>
span { border-color: #F0AD7E; }
span { border-color: rgb(240,173,126); }
td.TdClassName
{
border-color: #F0AD7E;
}
.TagClassName
{
border-color: #F0AD7E;
}
</style>