Shades of Vivid Tangerine #FF977D
Tints of Vivid Tangerine #FF977D
RGB
CMYK
RGB Variations
Color information
#FF977D (or 0xFF977D) is known color: Vivid Tangerine. HEX triplet: FF, 97 and 7D. RGB value is (255,151,125). Sum of RGB (Red+Green+Blue) = 255+151+125=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF977D is #006882. Grayscale: #B3B3B3. Windows color (decimal): -26755 or 8230911. OLE color: 8230911.
HSL color Cylindrical-coordinate representation of color #FF977D: hue angle of 12º 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 #FF977D is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 125 | - |
| CMYK | 0 | 0.41 | 0.51 | 0 |
| HSL | 12º | 1% | 0.75% | - |
| HSV(B) | 12º | 0.51% | 1% | - |
| XYZ | 56.01 | 44.87 | 25.11 | - |
| YUV | 179.13 | 97.46 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 125 | 0 | 0.41 | 0.51 | 0 | 12 | 1 | 0.75 |
| Hex | FF | 97 | 7D | 0 | 29 | 33 | 0 | C | 64 | 4B |
| Octal | 377 | 227 | 175 | 0 | 51 | 63 | 0 | 14 | 144 | 113 |
| Binary | 11111111 | 10010111 | 1111101 | 0 | 101001 | 110011 | 0 | 1100 | 1100100 | 1001011 |
Color Harmonies of #FF977D
Complementary color
Monochromatic Colors of #FF977D
Black with #FF977D
Text Example
Text Example
White with #FF977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF977D; }
p { color: rgb(255,151,125); }
H1.HeaderClassName
{
color: #FF977D;
}
.AnyTagClassName
{
color: #FF977D;
}
</style>
background-color css
<style>
a { background-color: #FF977D; }
a { background-color: rgb(255,151,125); }
div.DivClassName
{
background-color: #FF977D;
}
.BgClassName
{
background-color: #FF977D;
}
</style>
border-color css
<style>
span { border-color: #FF977D; }
span { border-color: rgb(255,151,125); }
td.TdClassName
{
border-color: #FF977D;
}
.TagClassName
{
border-color: #FF977D;
}
</style>