Shades of Vivid Tangerine #FFA083
Tints of Vivid Tangerine #FFA083
RGB
CMYK
RGB Variations
Color information
#FFA083 (or 0xFFA083) is known color: Vivid Tangerine. HEX triplet: FF, A0 and 83. RGB value is (255,160,131). Sum of RGB (Red+Green+Blue) = 255+160+131=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA083 is #005F7C. Grayscale: #B9B9B9. Windows color (decimal): -24445 or 8626431. OLE color: 8626431.
HSL color Cylindrical-coordinate representation of color #FFA083: hue angle of 14.03º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFA083 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 131 | - |
| CMYK | 0 | 0.37 | 0.49 | 0 |
| HSL | 14.03º | 1% | 0.76% | - |
| HSV(B) | 14.03º | 0.49% | 1% | - |
| XYZ | 57.91 | 48.04 | 27.69 | - |
| YUV | 185.1 | 97.47 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 131 | 0 | 0.37 | 0.49 | 0 | 14.03 | 1 | 0.76 |
| Hex | FF | A0 | 83 | 0 | 25 | 31 | 0 | E | 64 | 4C |
| Octal | 377 | 240 | 203 | 0 | 45 | 61 | 0 | 16 | 144 | 114 |
| Binary | 11111111 | 10100000 | 10000011 | 0 | 100101 | 110001 | 0 | 1110 | 1100100 | 1001100 |
Color Harmonies of #FFA083
Complementary color
Monochromatic Colors of #FFA083
Black with #FFA083
Text Example
Text Example
White with #FFA083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA083; }
p { color: rgb(255,160,131); }
H1.HeaderClassName
{
color: #FFA083;
}
.AnyTagClassName
{
color: #FFA083;
}
</style>
background-color css
<style>
a { background-color: #FFA083; }
a { background-color: rgb(255,160,131); }
div.DivClassName
{
background-color: #FFA083;
}
.BgClassName
{
background-color: #FFA083;
}
</style>
border-color css
<style>
span { border-color: #FFA083; }
span { border-color: rgb(255,160,131); }
td.TdClassName
{
border-color: #FFA083;
}
.TagClassName
{
border-color: #FFA083;
}
</style>