Shades of Vivid Tangerine #FF997C
Tints of Vivid Tangerine #FF997C
RGB
CMYK
RGB Variations
Color information
#FF997C (or 0xFF997C) is known color: Vivid Tangerine. HEX triplet: FF, 99 and 7C. RGB value is (255,153,124). Sum of RGB (Red+Green+Blue) = 255+153+124=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF997C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF997C is #006683. Grayscale: #B4B4B4. Windows color (decimal): -26244 or 8165887. OLE color: 8165887.
HSL color Cylindrical-coordinate representation of color #FF997C: hue angle of 13.28º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF997C is Cyan = 0, Magento = 0.4, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 124 | - |
| CMYK | 0 | 0.4 | 0.51 | 0 |
| HSL | 13.28º | 1% | 0.74% | - |
| HSV(B) | 13.28º | 0.51% | 1% | - |
| XYZ | 56.27 | 45.5 | 24.89 | - |
| YUV | 180.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 124 | 0 | 0.4 | 0.51 | 0 | 13.28 | 1 | 0.74 |
| Hex | FF | 99 | 7C | 0 | 28 | 33 | 0 | D | 64 | 4A |
| Octal | 377 | 231 | 174 | 0 | 50 | 63 | 0 | 15 | 144 | 112 |
| Binary | 11111111 | 10011001 | 1111100 | 0 | 101000 | 110011 | 0 | 1101 | 1100100 | 1001010 |
Color Harmonies of #FF997C
Complementary color
Monochromatic Colors of #FF997C
Black with #FF997C
Text Example
Text Example
White with #FF997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF997C; }
p { color: rgb(255,153,124); }
H1.HeaderClassName
{
color: #FF997C;
}
.AnyTagClassName
{
color: #FF997C;
}
</style>
background-color css
<style>
a { background-color: #FF997C; }
a { background-color: rgb(255,153,124); }
div.DivClassName
{
background-color: #FF997C;
}
.BgClassName
{
background-color: #FF997C;
}
</style>
border-color css
<style>
span { border-color: #FF997C; }
span { border-color: rgb(255,153,124); }
td.TdClassName
{
border-color: #FF997C;
}
.TagClassName
{
border-color: #FF997C;
}
</style>