Shades of Vivid Tangerine #FF9481
Tints of Vivid Tangerine #FF9481
RGB
CMYK
RGB Variations
Color information
#FF9481 (or 0xFF9481) is known color: Vivid Tangerine. HEX triplet: FF, 94 and 81. RGB value is (255,148,129). Sum of RGB (Red+Green+Blue) = 255+148+129=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9481 is #006B7E. Grayscale: #B2B2B2. Windows color (decimal): -27519 or 8492287. OLE color: 8492287.
HSL color Cylindrical-coordinate representation of color #FF9481: hue angle of 9.05º 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 #FF9481 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 129 | - |
| CMYK | 0 | 0.42 | 0.49 | 0 |
| HSL | 9.05º | 1% | 0.75% | - |
| HSV(B) | 9.05º | 0.49% | 1% | - |
| XYZ | 55.79 | 44.02 | 26.33 | - |
| YUV | 177.83 | 100.45 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 129 | 0 | 0.42 | 0.49 | 0 | 9.05 | 1 | 0.75 |
| Hex | FF | 94 | 81 | 0 | 2A | 31 | 0 | 9 | 64 | 4B |
| Octal | 377 | 224 | 201 | 0 | 52 | 61 | 0 | 11 | 144 | 113 |
| Binary | 11111111 | 10010100 | 10000001 | 0 | 101010 | 110001 | 0 | 1001 | 1100100 | 1001011 |
Color Harmonies of #FF9481
Complementary color
Monochromatic Colors of #FF9481
Black with #FF9481
Text Example
Text Example
White with #FF9481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9481; }
p { color: rgb(255,148,129); }
H1.HeaderClassName
{
color: #FF9481;
}
.AnyTagClassName
{
color: #FF9481;
}
</style>
background-color css
<style>
a { background-color: #FF9481; }
a { background-color: rgb(255,148,129); }
div.DivClassName
{
background-color: #FF9481;
}
.BgClassName
{
background-color: #FF9481;
}
</style>
border-color css
<style>
span { border-color: #FF9481; }
span { border-color: rgb(255,148,129); }
td.TdClassName
{
border-color: #FF9481;
}
.TagClassName
{
border-color: #FF9481;
}
</style>