Shades of Vivid Tangerine #FF967E
Tints of Vivid Tangerine #FF967E
RGB
CMYK
RGB Variations
Color information
#FF967E (or 0xFF967E) is known color: Vivid Tangerine. HEX triplet: FF, 96 and 7E. RGB value is (255,150,126). Sum of RGB (Red+Green+Blue) = 255+150+126=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF967E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF967E is #006981. Grayscale: #B2B2B2. Windows color (decimal): -27010 or 8296191. OLE color: 8296191.
HSL color Cylindrical-coordinate representation of color #FF967E: hue angle of 11.16º 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 #FF967E is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 126 | - |
| CMYK | 0 | 0.41 | 0.51 | 0 |
| HSL | 11.16º | 1% | 0.75% | - |
| HSV(B) | 11.16º | 0.51% | 1% | - |
| XYZ | 55.91 | 44.58 | 25.4 | - |
| YUV | 178.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 126 | 0 | 0.41 | 0.51 | 0 | 11.16 | 1 | 0.75 |
| Hex | FF | 96 | 7E | 0 | 29 | 33 | 0 | B | 64 | 4B |
| Octal | 377 | 226 | 176 | 0 | 51 | 63 | 0 | 13 | 144 | 113 |
| Binary | 11111111 | 10010110 | 1111110 | 0 | 101001 | 110011 | 0 | 1011 | 1100100 | 1001011 |
Color Harmonies of #FF967E
Complementary color
Monochromatic Colors of #FF967E
Black with #FF967E
Text Example
Text Example
White with #FF967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF967E; }
p { color: rgb(255,150,126); }
H1.HeaderClassName
{
color: #FF967E;
}
.AnyTagClassName
{
color: #FF967E;
}
</style>
background-color css
<style>
a { background-color: #FF967E; }
a { background-color: rgb(255,150,126); }
div.DivClassName
{
background-color: #FF967E;
}
.BgClassName
{
background-color: #FF967E;
}
</style>
border-color css
<style>
span { border-color: #FF967E; }
span { border-color: rgb(255,150,126); }
td.TdClassName
{
border-color: #FF967E;
}
.TagClassName
{
border-color: #FF967E;
}
</style>