Shades of Vivid Tangerine #FFA084
Tints of Vivid Tangerine #FFA084
RGB
CMYK
RGB Variations
Color information
#FFA084 (or 0xFFA084) is known color: Vivid Tangerine. HEX triplet: FF, A0 and 84. RGB value is (255,160,132). Sum of RGB (Red+Green+Blue) = 255+160+132=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA084 is #005F7B. Grayscale: #B9B9B9. Windows color (decimal): -24444 or 8691967. OLE color: 8691967.
HSL color Cylindrical-coordinate representation of color #FFA084: hue angle of 13.66º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFA084 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 132 | - |
| CMYK | 0 | 0.37 | 0.48 | 0 |
| HSL | 13.66º | 1% | 0.76% | - |
| HSV(B) | 13.66º | 0.48% | 1% | - |
| XYZ | 57.98 | 48.07 | 28.05 | - |
| YUV | 185.21 | 97.97 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 132 | 0 | 0.37 | 0.48 | 0 | 13.66 | 1 | 0.76 |
| Hex | FF | A0 | 84 | 0 | 25 | 30 | 0 | E | 64 | 4C |
| Octal | 377 | 240 | 204 | 0 | 45 | 60 | 0 | 16 | 144 | 114 |
| Binary | 11111111 | 10100000 | 10000100 | 0 | 100101 | 110000 | 0 | 1110 | 1100100 | 1001100 |
Color Harmonies of #FFA084
Complementary color
Monochromatic Colors of #FFA084
Black with #FFA084
Text Example
Text Example
White with #FFA084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA084; }
p { color: rgb(255,160,132); }
H1.HeaderClassName
{
color: #FFA084;
}
.AnyTagClassName
{
color: #FFA084;
}
</style>
background-color css
<style>
a { background-color: #FFA084; }
a { background-color: rgb(255,160,132); }
div.DivClassName
{
background-color: #FFA084;
}
.BgClassName
{
background-color: #FFA084;
}
</style>
border-color css
<style>
span { border-color: #FFA084; }
span { border-color: rgb(255,160,132); }
td.TdClassName
{
border-color: #FFA084;
}
.TagClassName
{
border-color: #FFA084;
}
</style>