Shades of Vivid Tangerine #FF9882
Tints of Vivid Tangerine #FF9882
RGB
CMYK
RGB Variations
Color information
#FF9882 (or 0xFF9882) is known color: Vivid Tangerine. HEX triplet: FF, 98 and 82. RGB value is (255,152,130). Sum of RGB (Red+Green+Blue) = 255+152+130=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9882 is #00677D. Grayscale: #B4B4B4. Windows color (decimal): -26494 or 8558847. OLE color: 8558847.
HSL color Cylindrical-coordinate representation of color #FF9882: hue angle of 10.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF9882 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 130 | - |
| CMYK | 0 | 0.40 | 0.49 | 0 |
| HSL | 10.56º | 1% | 0.75% | - |
| HSV(B) | 10.56º | 0.49% | 1% | - |
| XYZ | 56.5 | 45.33 | 26.89 | - |
| YUV | 180.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 130 | 0 | 0.40 | 0.49 | 0 | 10.56 | 1 | 0.75 |
| Hex | FF | 98 | 82 | 0 | 28 | 31 | 0 | B | 64 | 4B |
| Octal | 377 | 230 | 202 | 0 | 50 | 61 | 0 | 13 | 144 | 113 |
| Binary | 11111111 | 10011000 | 10000010 | 0 | 101000 | 110001 | 0 | 1011 | 1100100 | 1001011 |
Color Harmonies of #FF9882
Complementary color
Monochromatic Colors of #FF9882
Black with #FF9882
Text Example
Text Example
White with #FF9882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9882; }
p { color: rgb(255,152,130); }
H1.HeaderClassName
{
color: #FF9882;
}
.AnyTagClassName
{
color: #FF9882;
}
</style>
background-color css
<style>
a { background-color: #FF9882; }
a { background-color: rgb(255,152,130); }
div.DivClassName
{
background-color: #FF9882;
}
.BgClassName
{
background-color: #FF9882;
}
</style>
border-color css
<style>
span { border-color: #FF9882; }
span { border-color: rgb(255,152,130); }
td.TdClassName
{
border-color: #FF9882;
}
.TagClassName
{
border-color: #FF9882;
}
</style>