Shades of Vivid Tangerine #FF977E
Tints of Vivid Tangerine #FF977E
RGB
CMYK
RGB Variations
Color information
#FF977E (or 0xFF977E) is known color: Vivid Tangerine. HEX triplet: FF, 97 and 7E. RGB value is (255,151,126). Sum of RGB (Red+Green+Blue) = 255+151+126=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF977E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF977E is #006881. Grayscale: #B3B3B3. Windows color (decimal): -26754 or 8296447. OLE color: 8296447.
HSL color Cylindrical-coordinate representation of color #FF977E: hue angle of 11.63º 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 #FF977E is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 126 | - |
| CMYK | 0 | 0.41 | 0.51 | 0 |
| HSL | 11.63º | 1% | 0.75% | - |
| HSV(B) | 11.63º | 0.51% | 1% | - |
| XYZ | 56.07 | 44.9 | 25.45 | - |
| YUV | 179.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 126 | 0 | 0.41 | 0.51 | 0 | 11.63 | 1 | 0.75 |
| Hex | FF | 97 | 7E | 0 | 29 | 33 | 0 | C | 64 | 4B |
| Octal | 377 | 227 | 176 | 0 | 51 | 63 | 0 | 14 | 144 | 113 |
| Binary | 11111111 | 10010111 | 1111110 | 0 | 101001 | 110011 | 0 | 1100 | 1100100 | 1001011 |
Color Harmonies of #FF977E
Complementary color
Monochromatic Colors of #FF977E
Black with #FF977E
Text Example
Text Example
White with #FF977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF977E; }
p { color: rgb(255,151,126); }
H1.HeaderClassName
{
color: #FF977E;
}
.AnyTagClassName
{
color: #FF977E;
}
</style>
background-color css
<style>
a { background-color: #FF977E; }
a { background-color: rgb(255,151,126); }
div.DivClassName
{
background-color: #FF977E;
}
.BgClassName
{
background-color: #FF977E;
}
</style>
border-color css
<style>
span { border-color: #FF977E; }
span { border-color: rgb(255,151,126); }
td.TdClassName
{
border-color: #FF977E;
}
.TagClassName
{
border-color: #FF977E;
}
</style>