Shades of Vivid Tangerine #FB967B
Tints of Vivid Tangerine #FB967B
RGB
CMYK
RGB Variations
Color information
#FB967B (or 0xFB967B) is known color: Vivid Tangerine. HEX triplet: FB, 96 and 7B. RGB value is (251,150,123). Sum of RGB (Red+Green+Blue) = 251+150+123=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB967B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB967B is #046984. Grayscale: #B1B1B1. Windows color (decimal): -289157 or 8099579. OLE color: 8099579.
HSL color Cylindrical-coordinate representation of color #FB967B: hue angle of 12.66º 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 #FB967B is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 150 | 123 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.02 |
| HSL | 12.66º | 0.94% | 0.73% | - |
| HSV(B) | 12.66º | 0.51% | 0.98% | - |
| XYZ | 54.27 | 43.75 | 24.32 | - |
| YUV | 177.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 123 | 0 | 0.40 | 0.51 | 0.02 | 12.66 | 0.94 | 0.73 |
| Hex | FB | 96 | 7B | 0 | 28 | 33 | 2 | D | 5E | 49 |
| Octal | 373 | 226 | 173 | 0 | 50 | 63 | 2 | 15 | 136 | 111 |
| Binary | 11111011 | 10010110 | 1111011 | 0 | 101000 | 110011 | 10 | 1101 | 1011110 | 1001001 |
Color Harmonies of #FB967B
Complementary color
Monochromatic Colors of #FB967B
Black with #FB967B
Text Example
Text Example
White with #FB967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB967B; }
p { color: rgb(251,150,123); }
H1.HeaderClassName
{
color: #FB967B;
}
.AnyTagClassName
{
color: #FB967B;
}
</style>
background-color css
<style>
a { background-color: #FB967B; }
a { background-color: rgb(251,150,123); }
div.DivClassName
{
background-color: #FB967B;
}
.BgClassName
{
background-color: #FB967B;
}
</style>
border-color css
<style>
span { border-color: #FB967B; }
span { border-color: rgb(251,150,123); }
td.TdClassName
{
border-color: #FB967B;
}
.TagClassName
{
border-color: #FB967B;
}
</style>