Shades of Vivid Tangerine #FFA288
Tints of Vivid Tangerine #FFA288
RGB
CMYK
RGB Variations
Color information
#FFA288 (or 0xFFA288) is known color: Vivid Tangerine. HEX triplet: FF, A2 and 88. RGB value is (255,162,136). Sum of RGB (Red+Green+Blue) = 255+162+136=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA288 is #005D77. Grayscale: #BBBBBB. Windows color (decimal): -23928 or 8954623. OLE color: 8954623.
HSL color Cylindrical-coordinate representation of color #FFA288: hue angle of 13.11º 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 #FFA288 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 136 | - |
| CMYK | 0 | 0.36 | 0.47 | 0 |
| HSL | 13.11º | 1% | 0.77% | - |
| HSV(B) | 13.11º | 0.47% | 1% | - |
| XYZ | 58.6 | 48.88 | 29.64 | - |
| YUV | 186.84 | 99.31 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 136 | 0 | 0.36 | 0.47 | 0 | 13.11 | 1 | 0.77 |
| Hex | FF | A2 | 88 | 0 | 24 | 2F | 0 | D | 64 | 4D |
| Octal | 377 | 242 | 210 | 0 | 44 | 57 | 0 | 15 | 144 | 115 |
| Binary | 11111111 | 10100010 | 10001000 | 0 | 100100 | 101111 | 0 | 1101 | 1100100 | 1001101 |
Color Harmonies of #FFA288
Complementary color
Monochromatic Colors of #FFA288
Black with #FFA288
Text Example
Text Example
White with #FFA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA288; }
p { color: rgb(255,162,136); }
H1.HeaderClassName
{
color: #FFA288;
}
.AnyTagClassName
{
color: #FFA288;
}
</style>
background-color css
<style>
a { background-color: #FFA288; }
a { background-color: rgb(255,162,136); }
div.DivClassName
{
background-color: #FFA288;
}
.BgClassName
{
background-color: #FFA288;
}
</style>
border-color css
<style>
span { border-color: #FFA288; }
span { border-color: rgb(255,162,136); }
td.TdClassName
{
border-color: #FFA288;
}
.TagClassName
{
border-color: #FFA288;
}
</style>