Shades of Vivid Tangerine #FF9581
Tints of Vivid Tangerine #FF9581
RGB
CMYK
RGB Variations
Color information
#FF9581 (or 0xFF9581) is known color: Vivid Tangerine. HEX triplet: FF, 95 and 81. RGB value is (255,149,129). Sum of RGB (Red+Green+Blue) = 255+149+129=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9581 is #006A7E. Grayscale: #B2B2B2. Windows color (decimal): -27263 or 8492543. OLE color: 8492543.
HSL color Cylindrical-coordinate representation of color #FF9581: hue angle of 9.52º 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 #FF9581 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 129 | - |
| CMYK | 0 | 0.42 | 0.49 | 0 |
| HSL | 9.52º | 1% | 0.75% | - |
| HSV(B) | 9.52º | 0.49% | 1% | - |
| XYZ | 55.95 | 44.34 | 26.38 | - |
| YUV | 178.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 129 | 0 | 0.42 | 0.49 | 0 | 9.52 | 1 | 0.75 |
| Hex | FF | 95 | 81 | 0 | 2A | 31 | 0 | A | 64 | 4B |
| Octal | 377 | 225 | 201 | 0 | 52 | 61 | 0 | 12 | 144 | 113 |
| Binary | 11111111 | 10010101 | 10000001 | 0 | 101010 | 110001 | 0 | 1010 | 1100100 | 1001011 |
Color Harmonies of #FF9581
Complementary color
Monochromatic Colors of #FF9581
Black with #FF9581
Text Example
Text Example
White with #FF9581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9581; }
p { color: rgb(255,149,129); }
H1.HeaderClassName
{
color: #FF9581;
}
.AnyTagClassName
{
color: #FF9581;
}
</style>
background-color css
<style>
a { background-color: #FF9581; }
a { background-color: rgb(255,149,129); }
div.DivClassName
{
background-color: #FF9581;
}
.BgClassName
{
background-color: #FF9581;
}
</style>
border-color css
<style>
span { border-color: #FF9581; }
span { border-color: rgb(255,149,129); }
td.TdClassName
{
border-color: #FF9581;
}
.TagClassName
{
border-color: #FF9581;
}
</style>