Shades of Vivid Tangerine #FF977A
Tints of Vivid Tangerine #FF977A
RGB
CMYK
RGB Variations
Color information
#FF977A (or 0xFF977A) is known color: Vivid Tangerine. HEX triplet: FF, 97 and 7A. RGB value is (255,151,122). Sum of RGB (Red+Green+Blue) = 255+151+122=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF977A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF977A is #006885. Grayscale: #B3B3B3. Windows color (decimal): -26758 or 8034303. OLE color: 8034303.
HSL color Cylindrical-coordinate representation of color #FF977A: hue angle of 13.08º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF977A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 122 | - |
| CMYK | 0 | 0.41 | 0.52 | 0 |
| HSL | 13.08º | 1% | 0.74% | - |
| HSV(B) | 13.08º | 0.52% | 1% | - |
| XYZ | 55.82 | 44.8 | 24.12 | - |
| YUV | 178.79 | 95.96 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 122 | 0 | 0.41 | 0.52 | 0 | 13.08 | 1 | 0.74 |
| Hex | FF | 97 | 7A | 0 | 29 | 34 | 0 | D | 64 | 4A |
| Octal | 377 | 227 | 172 | 0 | 51 | 64 | 0 | 15 | 144 | 112 |
| Binary | 11111111 | 10010111 | 1111010 | 0 | 101001 | 110100 | 0 | 1101 | 1100100 | 1001010 |
Color Harmonies of #FF977A
Complementary color
Monochromatic Colors of #FF977A
Black with #FF977A
Text Example
Text Example
White with #FF977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF977A; }
p { color: rgb(255,151,122); }
H1.HeaderClassName
{
color: #FF977A;
}
.AnyTagClassName
{
color: #FF977A;
}
</style>
background-color css
<style>
a { background-color: #FF977A; }
a { background-color: rgb(255,151,122); }
div.DivClassName
{
background-color: #FF977A;
}
.BgClassName
{
background-color: #FF977A;
}
</style>
border-color css
<style>
span { border-color: #FF977A; }
span { border-color: rgb(255,151,122); }
td.TdClassName
{
border-color: #FF977A;
}
.TagClassName
{
border-color: #FF977A;
}
</style>