Shades of Vivid Tangerine #FF9782
Tints of Vivid Tangerine #FF9782
RGB
CMYK
RGB Variations
Color information
#FF9782 (or 0xFF9782) is known color: Vivid Tangerine. HEX triplet: FF, 97 and 82. RGB value is (255,151,130). Sum of RGB (Red+Green+Blue) = 255+151+130=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9782 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9782 is #00687D. Grayscale: #B3B3B3. Windows color (decimal): -26750 or 8558591. OLE color: 8558591.
HSL color Cylindrical-coordinate representation of color #FF9782: hue angle of 10.08º 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 #FF9782 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 130 | - |
| CMYK | 0 | 0.41 | 0.49 | 0 |
| HSL | 10.08º | 1% | 0.75% | - |
| HSV(B) | 10.08º | 0.49% | 1% | - |
| XYZ | 56.34 | 45 | 26.84 | - |
| YUV | 179.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 130 | 0 | 0.41 | 0.49 | 0 | 10.08 | 1 | 0.75 |
| Hex | FF | 97 | 82 | 0 | 29 | 31 | 0 | A | 64 | 4B |
| Octal | 377 | 227 | 202 | 0 | 51 | 61 | 0 | 12 | 144 | 113 |
| Binary | 11111111 | 10010111 | 10000010 | 0 | 101001 | 110001 | 0 | 1010 | 1100100 | 1001011 |
Color Harmonies of #FF9782
Complementary color
Monochromatic Colors of #FF9782
Black with #FF9782
Text Example
Text Example
White with #FF9782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9782; }
p { color: rgb(255,151,130); }
H1.HeaderClassName
{
color: #FF9782;
}
.AnyTagClassName
{
color: #FF9782;
}
</style>
background-color css
<style>
a { background-color: #FF9782; }
a { background-color: rgb(255,151,130); }
div.DivClassName
{
background-color: #FF9782;
}
.BgClassName
{
background-color: #FF9782;
}
</style>
border-color css
<style>
span { border-color: #FF9782; }
span { border-color: rgb(255,151,130); }
td.TdClassName
{
border-color: #FF9782;
}
.TagClassName
{
border-color: #FF9782;
}
</style>