Shades of Vivid Tangerine #FB967A
Tints of Vivid Tangerine #FB967A
RGB
CMYK
RGB Variations
Color information
#FB967A (or 0xFB967A) is known color: Vivid Tangerine. HEX triplet: FB, 96 and 7A. RGB value is (251,150,122). Sum of RGB (Red+Green+Blue) = 251+150+122=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB967A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB967A is #046985. Grayscale: #B1B1B1. Windows color (decimal): -289158 or 8034043. OLE color: 8034043.
HSL color Cylindrical-coordinate representation of color #FB967A: hue angle of 13.02º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB967A is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 150 | 122 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.02 |
| HSL | 13.02º | 0.94% | 0.73% | - |
| HSV(B) | 13.02º | 0.51% | 0.98% | - |
| XYZ | 54.2 | 43.73 | 24 | - |
| YUV | 177.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 122 | 0 | 0.40 | 0.51 | 0.02 | 13.02 | 0.94 | 0.73 |
| Hex | FB | 96 | 7A | 0 | 28 | 33 | 2 | D | 5E | 49 |
| Octal | 373 | 226 | 172 | 0 | 50 | 63 | 2 | 15 | 136 | 111 |
| Binary | 11111011 | 10010110 | 1111010 | 0 | 101000 | 110011 | 10 | 1101 | 1011110 | 1001001 |
Color Harmonies of #FB967A
Complementary color
Monochromatic Colors of #FB967A
Black with #FB967A
Text Example
Text Example
White with #FB967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB967A; }
p { color: rgb(251,150,122); }
H1.HeaderClassName
{
color: #FB967A;
}
.AnyTagClassName
{
color: #FB967A;
}
</style>
background-color css
<style>
a { background-color: #FB967A; }
a { background-color: rgb(251,150,122); }
div.DivClassName
{
background-color: #FB967A;
}
.BgClassName
{
background-color: #FB967A;
}
</style>
border-color css
<style>
span { border-color: #FB967A; }
span { border-color: rgb(251,150,122); }
td.TdClassName
{
border-color: #FB967A;
}
.TagClassName
{
border-color: #FB967A;
}
</style>