Shades of Vivid Tangerine #FF977F
Tints of Vivid Tangerine #FF977F
RGB
CMYK
RGB Variations
Color information
#FF977F (or 0xFF977F) is known color: Vivid Tangerine. HEX triplet: FF, 97 and 7F. RGB value is (255,151,127). Sum of RGB (Red+Green+Blue) = 255+151+127=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF977F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF977F is #006880. Grayscale: #B3B3B3. Windows color (decimal): -26753 or 8361983. OLE color: 8361983.
HSL color Cylindrical-coordinate representation of color #FF977F: hue angle of 11.25º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF977F is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 127 | - |
| CMYK | 0 | 0.41 | 0.50 | 0 |
| HSL | 11.25º | 1% | 0.75% | - |
| HSV(B) | 11.25º | 0.5% | 1% | - |
| XYZ | 56.14 | 44.93 | 25.79 | - |
| YUV | 179.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 127 | 0 | 0.41 | 0.50 | 0 | 11.25 | 1 | 0.75 |
| Hex | FF | 97 | 7F | 0 | 29 | 32 | 0 | B | 64 | 4B |
| Octal | 377 | 227 | 177 | 0 | 51 | 62 | 0 | 13 | 144 | 113 |
| Binary | 11111111 | 10010111 | 1111111 | 0 | 101001 | 110010 | 0 | 1011 | 1100100 | 1001011 |
Color Harmonies of #FF977F
Complementary color
Monochromatic Colors of #FF977F
Black with #FF977F
Text Example
Text Example
White with #FF977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF977F; }
p { color: rgb(255,151,127); }
H1.HeaderClassName
{
color: #FF977F;
}
.AnyTagClassName
{
color: #FF977F;
}
</style>
background-color css
<style>
a { background-color: #FF977F; }
a { background-color: rgb(255,151,127); }
div.DivClassName
{
background-color: #FF977F;
}
.BgClassName
{
background-color: #FF977F;
}
</style>
border-color css
<style>
span { border-color: #FF977F; }
span { border-color: rgb(255,151,127); }
td.TdClassName
{
border-color: #FF977F;
}
.TagClassName
{
border-color: #FF977F;
}
</style>