Shades of Vivid Tangerine #FF967A
Tints of Vivid Tangerine #FF967A
RGB
CMYK
RGB Variations
Color information
#FF967A (or 0xFF967A) is known color: Vivid Tangerine. HEX triplet: FF, 96 and 7A. RGB value is (255,150,122). Sum of RGB (Red+Green+Blue) = 255+150+122=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF967A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF967A is #006985. Grayscale: #B2B2B2. Windows color (decimal): -27014 or 8034047. OLE color: 8034047.
HSL color Cylindrical-coordinate representation of color #FF967A: hue angle of 12.63º 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 #FF967A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 122 | - |
| CMYK | 0 | 0.41 | 0.52 | 0 |
| HSL | 12.63º | 1% | 0.74% | - |
| HSV(B) | 12.63º | 0.52% | 1% | - |
| XYZ | 55.66 | 44.48 | 24.06 | - |
| YUV | 178.2 | 96.29 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 122 | 0 | 0.41 | 0.52 | 0 | 12.63 | 1 | 0.74 |
| Hex | FF | 96 | 7A | 0 | 29 | 34 | 0 | D | 64 | 4A |
| Octal | 377 | 226 | 172 | 0 | 51 | 64 | 0 | 15 | 144 | 112 |
| Binary | 11111111 | 10010110 | 1111010 | 0 | 101001 | 110100 | 0 | 1101 | 1100100 | 1001010 |
Color Harmonies of #FF967A
Complementary color
Monochromatic Colors of #FF967A
Black with #FF967A
Text Example
Text Example
White with #FF967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF967A; }
p { color: rgb(255,150,122); }
H1.HeaderClassName
{
color: #FF967A;
}
.AnyTagClassName
{
color: #FF967A;
}
</style>
background-color css
<style>
a { background-color: #FF967A; }
a { background-color: rgb(255,150,122); }
div.DivClassName
{
background-color: #FF967A;
}
.BgClassName
{
background-color: #FF967A;
}
</style>
border-color css
<style>
span { border-color: #FF967A; }
span { border-color: rgb(255,150,122); }
td.TdClassName
{
border-color: #FF967A;
}
.TagClassName
{
border-color: #FF967A;
}
</style>