Shades of Vivid Tangerine #FF9981
Tints of Vivid Tangerine #FF9981
RGB
CMYK
RGB Variations
Color information
#FF9981 (or 0xFF9981) is known color: Vivid Tangerine. HEX triplet: FF, 99 and 81. RGB value is (255,153,129). Sum of RGB (Red+Green+Blue) = 255+153+129=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9981 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9981 is #00667E. Grayscale: #B4B4B4. Windows color (decimal): -26239 or 8493567. OLE color: 8493567.
HSL color Cylindrical-coordinate representation of color #FF9981: hue angle of 11.43º 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 #FF9981 is Cyan = 0, Magento = 0.4, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 129 | - |
| CMYK | 0 | 0.4 | 0.49 | 0 |
| HSL | 11.43º | 1% | 0.75% | - |
| HSV(B) | 11.43º | 0.49% | 1% | - |
| XYZ | 56.59 | 45.63 | 26.59 | - |
| YUV | 180.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 129 | 0 | 0.4 | 0.49 | 0 | 11.43 | 1 | 0.75 |
| Hex | FF | 99 | 81 | 0 | 28 | 31 | 0 | B | 64 | 4B |
| Octal | 377 | 231 | 201 | 0 | 50 | 61 | 0 | 13 | 144 | 113 |
| Binary | 11111111 | 10011001 | 10000001 | 0 | 101000 | 110001 | 0 | 1011 | 1100100 | 1001011 |
Color Harmonies of #FF9981
Complementary color
Monochromatic Colors of #FF9981
Black with #FF9981
Text Example
Text Example
White with #FF9981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9981; }
p { color: rgb(255,153,129); }
H1.HeaderClassName
{
color: #FF9981;
}
.AnyTagClassName
{
color: #FF9981;
}
</style>
background-color css
<style>
a { background-color: #FF9981; }
a { background-color: rgb(255,153,129); }
div.DivClassName
{
background-color: #FF9981;
}
.BgClassName
{
background-color: #FF9981;
}
</style>
border-color css
<style>
span { border-color: #FF9981; }
span { border-color: rgb(255,153,129); }
td.TdClassName
{
border-color: #FF9981;
}
.TagClassName
{
border-color: #FF9981;
}
</style>