Shades of Vivid Tangerine #FFA286
Tints of Vivid Tangerine #FFA286
RGB
CMYK
RGB Variations
Color information
#FFA286 (or 0xFFA286) is known color: Vivid Tangerine. HEX triplet: FF, A2 and 86. RGB value is (255,162,134). Sum of RGB (Red+Green+Blue) = 255+162+134=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA286 is #005D79. Grayscale: #BABABA. Windows color (decimal): -23930 or 8823551. OLE color: 8823551.
HSL color Cylindrical-coordinate representation of color #FFA286: hue angle of 13.88º 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 #FFA286 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 134 | - |
| CMYK | 0 | 0.36 | 0.47 | 0 |
| HSL | 13.88º | 1% | 0.76% | - |
| HSV(B) | 13.88º | 0.47% | 1% | - |
| XYZ | 58.46 | 48.82 | 28.9 | - |
| YUV | 186.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 134 | 0 | 0.36 | 0.47 | 0 | 13.88 | 1 | 0.76 |
| Hex | FF | A2 | 86 | 0 | 24 | 2F | 0 | E | 64 | 4C |
| Octal | 377 | 242 | 206 | 0 | 44 | 57 | 0 | 16 | 144 | 114 |
| Binary | 11111111 | 10100010 | 10000110 | 0 | 100100 | 101111 | 0 | 1110 | 1100100 | 1001100 |
Color Harmonies of #FFA286
Complementary color
Monochromatic Colors of #FFA286
Black with #FFA286
Text Example
Text Example
White with #FFA286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA286; }
p { color: rgb(255,162,134); }
H1.HeaderClassName
{
color: #FFA286;
}
.AnyTagClassName
{
color: #FFA286;
}
</style>
background-color css
<style>
a { background-color: #FFA286; }
a { background-color: rgb(255,162,134); }
div.DivClassName
{
background-color: #FFA286;
}
.BgClassName
{
background-color: #FFA286;
}
</style>
border-color css
<style>
span { border-color: #FFA286; }
span { border-color: rgb(255,162,134); }
td.TdClassName
{
border-color: #FFA286;
}
.TagClassName
{
border-color: #FFA286;
}
</style>