Shades of Vivid Tangerine #FB977B
Tints of Vivid Tangerine #FB977B
RGB
CMYK
RGB Variations
Color information
#FB977B (or 0xFB977B) is known color: Vivid Tangerine. HEX triplet: FB, 97 and 7B. RGB value is (251,151,123). Sum of RGB (Red+Green+Blue) = 251+151+123=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB977B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB977B is #046884. Grayscale: #B1B1B1. Windows color (decimal): -288901 or 8099835. OLE color: 8099835.
HSL color Cylindrical-coordinate representation of color #FB977B: hue angle of 13.12º 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 #FB977B is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 123 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.02 |
| HSL | 13.13º | 0.94% | 0.73% | - |
| HSV(B) | 13.13º | 0.51% | 0.98% | - |
| XYZ | 54.43 | 44.07 | 24.38 | - |
| YUV | 177.71 | 97.13 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 123 | 0 | 0.40 | 0.51 | 0.02 | 13.13 | 0.94 | 0.73 |
| Hex | FB | 97 | 7B | 0 | 28 | 33 | 2 | D | 5E | 49 |
| Octal | 373 | 227 | 173 | 0 | 50 | 63 | 2 | 15 | 136 | 111 |
| Binary | 11111011 | 10010111 | 1111011 | 0 | 101000 | 110011 | 10 | 1101 | 1011110 | 1001001 |
Color Harmonies of #FB977B
Complementary color
Monochromatic Colors of #FB977B
Black with #FB977B
Text Example
Text Example
White with #FB977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB977B; }
p { color: rgb(251,151,123); }
H1.HeaderClassName
{
color: #FB977B;
}
.AnyTagClassName
{
color: #FB977B;
}
</style>
background-color css
<style>
a { background-color: #FB977B; }
a { background-color: rgb(251,151,123); }
div.DivClassName
{
background-color: #FB977B;
}
.BgClassName
{
background-color: #FB977B;
}
</style>
border-color css
<style>
span { border-color: #FB977B; }
span { border-color: rgb(251,151,123); }
td.TdClassName
{
border-color: #FB977B;
}
.TagClassName
{
border-color: #FB977B;
}
</style>