Shades of Tacao #F0AF7D
Tints of Tacao #F0AF7D
RGB
CMYK
RGB Variations
Color information
#F0AF7D (or 0xF0AF7D) is known color: Tacao. HEX triplet: F0, AF and 7D. RGB value is (240,175,125). Sum of RGB (Red+Green+Blue) = 240+175+125=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF7D is #0F5082. Grayscale: #BDBDBD. Windows color (decimal): -1003651 or 8237040. OLE color: 8237040.
HSL color Cylindrical-coordinate representation of color #F0AF7D: hue angle of 26.09º 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 #F0AF7D is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 125 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.06 |
| HSL | 26.09º | 0.79% | 0.72% | - |
| HSV(B) | 26.09º | 0.48% | 0.94% | - |
| XYZ | 54.97 | 50.67 | 26.28 | - |
| YUV | 188.74 | 92.03 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 125 | 0 | 0.27 | 0.48 | 0.06 | 26.09 | 0.79 | 0.72 |
| Hex | F0 | AF | 7D | 0 | 1B | 30 | 6 | 1A | 4F | 48 |
| Octal | 360 | 257 | 175 | 0 | 33 | 60 | 6 | 32 | 117 | 110 |
| Binary | 11110000 | 10101111 | 1111101 | 0 | 11011 | 110000 | 110 | 11010 | 1001111 | 1001000 |
Color Harmonies of #F0AF7D
Complementary color
Monochromatic Colors of #F0AF7D
Black with #F0AF7D
Text Example
Text Example
White with #F0AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF7D; }
p { color: rgb(240,175,125); }
H1.HeaderClassName
{
color: #F0AF7D;
}
.AnyTagClassName
{
color: #F0AF7D;
}
</style>
background-color css
<style>
a { background-color: #F0AF7D; }
a { background-color: rgb(240,175,125); }
div.DivClassName
{
background-color: #F0AF7D;
}
.BgClassName
{
background-color: #F0AF7D;
}
</style>
border-color css
<style>
span { border-color: #F0AF7D; }
span { border-color: rgb(240,175,125); }
td.TdClassName
{
border-color: #F0AF7D;
}
.TagClassName
{
border-color: #F0AF7D;
}
</style>