Shades of Tacao #F3A680
Tints of Tacao #F3A680
RGB
CMYK
RGB Variations
Color information
#F3A680 (or 0xF3A680) is known color: Tacao. HEX triplet: F3, A6 and 80. RGB value is (243,166,128). Sum of RGB (Red+Green+Blue) = 243+166+128=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A680 is #0C597F. Grayscale: #B8B8B8. Windows color (decimal): -809344 or 8431347. OLE color: 8431347.
HSL color Cylindrical-coordinate representation of color #F3A680: hue angle of 19.83º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3A680 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 128 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.05 |
| HSL | 19.83º | 0.83% | 0.73% | - |
| HSV(B) | 19.83º | 0.47% | 0.95% | - |
| XYZ | 54.49 | 47.89 | 26.79 | - |
| YUV | 184.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 128 | 0 | 0.32 | 0.47 | 0.05 | 19.83 | 0.83 | 0.73 |
| Hex | F3 | A6 | 80 | 0 | 20 | 2F | 5 | 14 | 53 | 49 |
| Octal | 363 | 246 | 200 | 0 | 40 | 57 | 5 | 24 | 123 | 111 |
| Binary | 11110011 | 10100110 | 10000000 | 0 | 100000 | 101111 | 101 | 10100 | 1010011 | 1001001 |
Color Harmonies of #F3A680
Complementary color
Monochromatic Colors of #F3A680
Black with #F3A680
Text Example
Text Example
White with #F3A680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A680; }
p { color: rgb(243,166,128); }
H1.HeaderClassName
{
color: #F3A680;
}
.AnyTagClassName
{
color: #F3A680;
}
</style>
background-color css
<style>
a { background-color: #F3A680; }
a { background-color: rgb(243,166,128); }
div.DivClassName
{
background-color: #F3A680;
}
.BgClassName
{
background-color: #F3A680;
}
</style>
border-color css
<style>
span { border-color: #F3A680; }
span { border-color: rgb(243,166,128); }
td.TdClassName
{
border-color: #F3A680;
}
.TagClassName
{
border-color: #F3A680;
}
</style>