Shades of Vivid Tangerine #FFA082
Tints of Vivid Tangerine #FFA082
RGB
CMYK
RGB Variations
Color information
#FFA082 (or 0xFFA082) is known color: Vivid Tangerine. HEX triplet: FF, A0 and 82. RGB value is (255,160,130). Sum of RGB (Red+Green+Blue) = 255+160+130=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA082 is #005F7D. Grayscale: #B9B9B9. Windows color (decimal): -24446 or 8560895. OLE color: 8560895.
HSL color Cylindrical-coordinate representation of color #FFA082: hue angle of 14.4º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFA082 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 130 | - |
| CMYK | 0 | 0.37 | 0.49 | 0 |
| HSL | 14.4º | 1% | 0.75% | - |
| HSV(B) | 14.4º | 0.49% | 1% | - |
| XYZ | 57.84 | 48.01 | 27.34 | - |
| YUV | 184.99 | 96.97 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 130 | 0 | 0.37 | 0.49 | 0 | 14.4 | 1 | 0.75 |
| Hex | FF | A0 | 82 | 0 | 25 | 31 | 0 | E | 64 | 4B |
| Octal | 377 | 240 | 202 | 0 | 45 | 61 | 0 | 16 | 144 | 113 |
| Binary | 11111111 | 10100000 | 10000010 | 0 | 100101 | 110001 | 0 | 1110 | 1100100 | 1001011 |
Color Harmonies of #FFA082
Complementary color
Monochromatic Colors of #FFA082
Black with #FFA082
Text Example
Text Example
White with #FFA082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA082; }
p { color: rgb(255,160,130); }
H1.HeaderClassName
{
color: #FFA082;
}
.AnyTagClassName
{
color: #FFA082;
}
</style>
background-color css
<style>
a { background-color: #FFA082; }
a { background-color: rgb(255,160,130); }
div.DivClassName
{
background-color: #FFA082;
}
.BgClassName
{
background-color: #FFA082;
}
</style>
border-color css
<style>
span { border-color: #FFA082; }
span { border-color: rgb(255,160,130); }
td.TdClassName
{
border-color: #FFA082;
}
.TagClassName
{
border-color: #FFA082;
}
</style>