Shades of Tacao #F3AF7A
Tints of Tacao #F3AF7A
RGB
CMYK
RGB Variations
Color information
#F3AF7A (or 0xF3AF7A) is known color: Tacao. HEX triplet: F3, AF and 7A. RGB value is (243,175,122). Sum of RGB (Red+Green+Blue) = 243+175+122=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AF7A is #0C5085. Grayscale: #BDBDBD. Windows color (decimal): -807046 or 8040435. OLE color: 8040435.
HSL color Cylindrical-coordinate representation of color #F3AF7A: hue angle of 26.28º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F3AF7A is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 122 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.05 |
| HSL | 26.28º | 0.83% | 0.72% | - |
| HSV(B) | 26.28º | 0.5% | 0.95% | - |
| XYZ | 55.8 | 51.12 | 25.34 | - |
| YUV | 189.29 | 90.03 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 122 | 0 | 0.28 | 0.50 | 0.05 | 26.28 | 0.83 | 0.72 |
| Hex | F3 | AF | 7A | 0 | 1C | 32 | 5 | 1A | 53 | 48 |
| Octal | 363 | 257 | 172 | 0 | 34 | 62 | 5 | 32 | 123 | 110 |
| Binary | 11110011 | 10101111 | 1111010 | 0 | 11100 | 110010 | 101 | 11010 | 1010011 | 1001000 |
Color Harmonies of #F3AF7A
Complementary color
Monochromatic Colors of #F3AF7A
Black with #F3AF7A
Text Example
Text Example
White with #F3AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AF7A; }
p { color: rgb(243,175,122); }
H1.HeaderClassName
{
color: #F3AF7A;
}
.AnyTagClassName
{
color: #F3AF7A;
}
</style>
background-color css
<style>
a { background-color: #F3AF7A; }
a { background-color: rgb(243,175,122); }
div.DivClassName
{
background-color: #F3AF7A;
}
.BgClassName
{
background-color: #F3AF7A;
}
</style>
border-color css
<style>
span { border-color: #F3AF7A; }
span { border-color: rgb(243,175,122); }
td.TdClassName
{
border-color: #F3AF7A;
}
.TagClassName
{
border-color: #F3AF7A;
}
</style>