Shades of Vivid Tangerine #FF9E84
Tints of Vivid Tangerine #FF9E84
RGB
CMYK
RGB Variations
Color information
#FF9E84 (or 0xFF9E84) is known color: Vivid Tangerine. HEX triplet: FF, 9E and 84. RGB value is (255,158,132). Sum of RGB (Red+Green+Blue) = 255+158+132=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E84 is #00617B. Grayscale: #B8B8B8. Windows color (decimal): -24956 or 8691455. OLE color: 8691455.
HSL color Cylindrical-coordinate representation of color #FF9E84: hue angle of 12.68º 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 #FF9E84 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 132 | - |
| CMYK | 0 | 0.38 | 0.48 | 0 |
| HSL | 12.68º | 1% | 0.76% | - |
| HSV(B) | 12.68º | 0.48% | 1% | - |
| XYZ | 57.63 | 47.38 | 27.94 | - |
| YUV | 184.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 132 | 0 | 0.38 | 0.48 | 0 | 12.68 | 1 | 0.76 |
| Hex | FF | 9E | 84 | 0 | 26 | 30 | 0 | D | 64 | 4C |
| Octal | 377 | 236 | 204 | 0 | 46 | 60 | 0 | 15 | 144 | 114 |
| Binary | 11111111 | 10011110 | 10000100 | 0 | 100110 | 110000 | 0 | 1101 | 1100100 | 1001100 |
Color Harmonies of #FF9E84
Complementary color
Monochromatic Colors of #FF9E84
Black with #FF9E84
Text Example
Text Example
White with #FF9E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E84; }
p { color: rgb(255,158,132); }
H1.HeaderClassName
{
color: #FF9E84;
}
.AnyTagClassName
{
color: #FF9E84;
}
</style>
background-color css
<style>
a { background-color: #FF9E84; }
a { background-color: rgb(255,158,132); }
div.DivClassName
{
background-color: #FF9E84;
}
.BgClassName
{
background-color: #FF9E84;
}
</style>
border-color css
<style>
span { border-color: #FF9E84; }
span { border-color: rgb(255,158,132); }
td.TdClassName
{
border-color: #FF9E84;
}
.TagClassName
{
border-color: #FF9E84;
}
</style>