Shades of Vivid Tangerine #FF9884
Tints of Vivid Tangerine #FF9884
RGB
CMYK
RGB Variations
Color information
#FF9884 (or 0xFF9884) is known color: Vivid Tangerine. HEX triplet: FF, 98 and 84. RGB value is (255,152,132). Sum of RGB (Red+Green+Blue) = 255+152+132=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9884 is #00677B. Grayscale: #B4B4B4. Windows color (decimal): -26492 or 8689919. OLE color: 8689919.
HSL color Cylindrical-coordinate representation of color #FF9884: hue angle of 9.76º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF9884 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 132 | - |
| CMYK | 0 | 0.40 | 0.48 | 0 |
| HSL | 9.76º | 1% | 0.76% | - |
| HSV(B) | 9.76º | 0.48% | 1% | - |
| XYZ | 56.63 | 45.38 | 27.6 | - |
| YUV | 180.52 | 100.62 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 132 | 0 | 0.40 | 0.48 | 0 | 9.76 | 1 | 0.76 |
| Hex | FF | 98 | 84 | 0 | 28 | 30 | 0 | A | 64 | 4C |
| Octal | 377 | 230 | 204 | 0 | 50 | 60 | 0 | 12 | 144 | 114 |
| Binary | 11111111 | 10011000 | 10000100 | 0 | 101000 | 110000 | 0 | 1010 | 1100100 | 1001100 |
Color Harmonies of #FF9884
Complementary color
Monochromatic Colors of #FF9884
Black with #FF9884
Text Example
Text Example
White with #FF9884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9884; }
p { color: rgb(255,152,132); }
H1.HeaderClassName
{
color: #FF9884;
}
.AnyTagClassName
{
color: #FF9884;
}
</style>
background-color css
<style>
a { background-color: #FF9884; }
a { background-color: rgb(255,152,132); }
div.DivClassName
{
background-color: #FF9884;
}
.BgClassName
{
background-color: #FF9884;
}
</style>
border-color css
<style>
span { border-color: #FF9884; }
span { border-color: rgb(255,152,132); }
td.TdClassName
{
border-color: #FF9884;
}
.TagClassName
{
border-color: #FF9884;
}
</style>