Shades of Vivid Tangerine #FF9982
Tints of Vivid Tangerine #FF9982
RGB
CMYK
RGB Variations
Color information
#FF9982 (or 0xFF9982) is known color: Vivid Tangerine. HEX triplet: FF, 99 and 82. RGB value is (255,153,130). Sum of RGB (Red+Green+Blue) = 255+153+130=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9982 is #00667D. Grayscale: #B5B5B5. Windows color (decimal): -26238 or 8559103. OLE color: 8559103.
HSL color Cylindrical-coordinate representation of color #FF9982: hue angle of 11.04º 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 #FF9982 is Cyan = 0, Magento = 0.4, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 130 | - |
| CMYK | 0 | 0.4 | 0.49 | 0 |
| HSL | 11.04º | 1% | 0.75% | - |
| HSV(B) | 11.04º | 0.49% | 1% | - |
| XYZ | 56.66 | 45.65 | 26.94 | - |
| YUV | 180.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 130 | 0 | 0.4 | 0.49 | 0 | 11.04 | 1 | 0.75 |
| Hex | FF | 99 | 82 | 0 | 28 | 31 | 0 | B | 64 | 4B |
| Octal | 377 | 231 | 202 | 0 | 50 | 61 | 0 | 13 | 144 | 113 |
| Binary | 11111111 | 10011001 | 10000010 | 0 | 101000 | 110001 | 0 | 1011 | 1100100 | 1001011 |
Color Harmonies of #FF9982
Complementary color
Monochromatic Colors of #FF9982
Black with #FF9982
Text Example
Text Example
White with #FF9982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9982; }
p { color: rgb(255,153,130); }
H1.HeaderClassName
{
color: #FF9982;
}
.AnyTagClassName
{
color: #FF9982;
}
</style>
background-color css
<style>
a { background-color: #FF9982; }
a { background-color: rgb(255,153,130); }
div.DivClassName
{
background-color: #FF9982;
}
.BgClassName
{
background-color: #FF9982;
}
</style>
border-color css
<style>
span { border-color: #FF9982; }
span { border-color: rgb(255,153,130); }
td.TdClassName
{
border-color: #FF9982;
}
.TagClassName
{
border-color: #FF9982;
}
</style>