Shades of Vivid Tangerine #FF997D
Tints of Vivid Tangerine #FF997D
RGB
CMYK
RGB Variations
Color information
#FF997D (or 0xFF997D) is known color: Vivid Tangerine. HEX triplet: FF, 99 and 7D. RGB value is (255,153,125). Sum of RGB (Red+Green+Blue) = 255+153+125=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF997D is #006682. Grayscale: #B4B4B4. Windows color (decimal): -26243 or 8231423. OLE color: 8231423.
HSL color Cylindrical-coordinate representation of color #FF997D: hue angle of 12.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF997D is Cyan = 0, Magento = 0.4, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 125 | - |
| CMYK | 0 | 0.4 | 0.51 | 0 |
| HSL | 12.92º | 1% | 0.75% | - |
| HSV(B) | 12.92º | 0.51% | 1% | - |
| XYZ | 56.33 | 45.52 | 25.22 | - |
| YUV | 180.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 125 | 0 | 0.4 | 0.51 | 0 | 12.92 | 1 | 0.75 |
| Hex | FF | 99 | 7D | 0 | 28 | 33 | 0 | D | 64 | 4B |
| Octal | 377 | 231 | 175 | 0 | 50 | 63 | 0 | 15 | 144 | 113 |
| Binary | 11111111 | 10011001 | 1111101 | 0 | 101000 | 110011 | 0 | 1101 | 1100100 | 1001011 |
Color Harmonies of #FF997D
Complementary color
Monochromatic Colors of #FF997D
Black with #FF997D
Text Example
Text Example
White with #FF997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF997D; }
p { color: rgb(255,153,125); }
H1.HeaderClassName
{
color: #FF997D;
}
.AnyTagClassName
{
color: #FF997D;
}
</style>
background-color css
<style>
a { background-color: #FF997D; }
a { background-color: rgb(255,153,125); }
div.DivClassName
{
background-color: #FF997D;
}
.BgClassName
{
background-color: #FF997D;
}
</style>
border-color css
<style>
span { border-color: #FF997D; }
span { border-color: rgb(255,153,125); }
td.TdClassName
{
border-color: #FF997D;
}
.TagClassName
{
border-color: #FF997D;
}
</style>