Shades of Vivid Tangerine #FFA388
Tints of Vivid Tangerine #FFA388
RGB
CMYK
RGB Variations
Color information
#FFA388 (or 0xFFA388) is known color: Vivid Tangerine. HEX triplet: FF, A3 and 88. RGB value is (255,163,136). Sum of RGB (Red+Green+Blue) = 255+163+136=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA388 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA388 is #005C77. Grayscale: #BBBBBB. Windows color (decimal): -23672 or 8954879. OLE color: 8954879.
HSL color Cylindrical-coordinate representation of color #FFA388: hue angle of 13.61º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFA388 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 136 | - |
| CMYK | 0 | 0.36 | 0.47 | 0 |
| HSL | 13.61º | 1% | 0.77% | - |
| HSV(B) | 13.61º | 0.47% | 1% | - |
| XYZ | 58.78 | 49.23 | 29.7 | - |
| YUV | 187.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 136 | 0 | 0.36 | 0.47 | 0 | 13.61 | 1 | 0.77 |
| Hex | FF | A3 | 88 | 0 | 24 | 2F | 0 | E | 64 | 4D |
| Octal | 377 | 243 | 210 | 0 | 44 | 57 | 0 | 16 | 144 | 115 |
| Binary | 11111111 | 10100011 | 10001000 | 0 | 100100 | 101111 | 0 | 1110 | 1100100 | 1001101 |
Color Harmonies of #FFA388
Complementary color
Monochromatic Colors of #FFA388
Black with #FFA388
Text Example
Text Example
White with #FFA388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA388; }
p { color: rgb(255,163,136); }
H1.HeaderClassName
{
color: #FFA388;
}
.AnyTagClassName
{
color: #FFA388;
}
</style>
background-color css
<style>
a { background-color: #FFA388; }
a { background-color: rgb(255,163,136); }
div.DivClassName
{
background-color: #FFA388;
}
.BgClassName
{
background-color: #FFA388;
}
</style>
border-color css
<style>
span { border-color: #FFA388; }
span { border-color: rgb(255,163,136); }
td.TdClassName
{
border-color: #FFA388;
}
.TagClassName
{
border-color: #FFA388;
}
</style>