Shades of Tacao #F3AF6C
Tints of Tacao #F3AF6C
RGB
CMYK
RGB Variations
Color information
#F3AF6C (or 0xF3AF6C) is known color: Tacao. HEX triplet: F3, AF and 6C. RGB value is (243,175,108). Sum of RGB (Red+Green+Blue) = 243+175+108=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AF6C is #0C5093. Grayscale: #BCBCBC. Windows color (decimal): -807060 or 7122931. OLE color: 7122931.
HSL color Cylindrical-coordinate representation of color #F3AF6C: hue angle of 29.78º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3AF6C is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 108 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.05 |
| HSL | 29.78º | 0.85% | 0.69% | - |
| HSV(B) | 29.78º | 0.56% | 0.95% | - |
| XYZ | 55 | 50.8 | 21.09 | - |
| YUV | 187.69 | 83.03 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 108 | 0 | 0.28 | 0.56 | 0.05 | 29.78 | 0.85 | 0.69 |
| Hex | F3 | AF | 6C | 0 | 1C | 38 | 5 | 1E | 55 | 45 |
| Octal | 363 | 257 | 154 | 0 | 34 | 70 | 5 | 36 | 125 | 105 |
| Binary | 11110011 | 10101111 | 1101100 | 0 | 11100 | 111000 | 101 | 11110 | 1010101 | 1000101 |
Color Harmonies of #F3AF6C
Complementary color
Monochromatic Colors of #F3AF6C
Black with #F3AF6C
Text Example
Text Example
White with #F3AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AF6C; }
p { color: rgb(243,175,108); }
H1.HeaderClassName
{
color: #F3AF6C;
}
.AnyTagClassName
{
color: #F3AF6C;
}
</style>
background-color css
<style>
a { background-color: #F3AF6C; }
a { background-color: rgb(243,175,108); }
div.DivClassName
{
background-color: #F3AF6C;
}
.BgClassName
{
background-color: #F3AF6C;
}
</style>
border-color css
<style>
span { border-color: #F3AF6C; }
span { border-color: rgb(243,175,108); }
td.TdClassName
{
border-color: #F3AF6C;
}
.TagClassName
{
border-color: #F3AF6C;
}
</style>