Shades of Vivid Tangerine #FFA087
Tints of Vivid Tangerine #FFA087
RGB
CMYK
RGB Variations
Color information
#FFA087 (or 0xFFA087) is known color: Vivid Tangerine. HEX triplet: FF, A0 and 87. RGB value is (255,160,135). Sum of RGB (Red+Green+Blue) = 255+160+135=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 135 (53.12% from 255 or 24.55% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA087 is #005F78. Grayscale: #B9B9B9. Windows color (decimal): -24441 or 8888575. OLE color: 8888575.
HSL color Cylindrical-coordinate representation of color #FFA087: hue angle of 12.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFA087 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 135 | - |
| CMYK | 0 | 0.37 | 0.47 | 0 |
| HSL | 12.5º | 1% | 0.76% | - |
| HSV(B) | 12.5º | 0.47% | 1% | - |
| XYZ | 58.18 | 48.15 | 29.15 | - |
| YUV | 185.56 | 99.47 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 135 | 0 | 0.37 | 0.47 | 0 | 12.5 | 1 | 0.76 |
| Hex | FF | A0 | 87 | 0 | 25 | 2F | 0 | C | 64 | 4C |
| Octal | 377 | 240 | 207 | 0 | 45 | 57 | 0 | 14 | 144 | 114 |
| Binary | 11111111 | 10100000 | 10000111 | 0 | 100101 | 101111 | 0 | 1100 | 1100100 | 1001100 |
Color Harmonies of #FFA087
Complementary color
Monochromatic Colors of #FFA087
Black with #FFA087
Text Example
Text Example
White with #FFA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA087; }
p { color: rgb(255,160,135); }
H1.HeaderClassName
{
color: #FFA087;
}
.AnyTagClassName
{
color: #FFA087;
}
</style>
background-color css
<style>
a { background-color: #FFA087; }
a { background-color: rgb(255,160,135); }
div.DivClassName
{
background-color: #FFA087;
}
.BgClassName
{
background-color: #FFA087;
}
</style>
border-color css
<style>
span { border-color: #FFA087; }
span { border-color: rgb(255,160,135); }
td.TdClassName
{
border-color: #FFA087;
}
.TagClassName
{
border-color: #FFA087;
}
</style>