Shades of Vivid Tangerine #FB8D7A
Tints of Vivid Tangerine #FB8D7A
RGB
CMYK
RGB Variations
Color information
#FB8D7A (or 0xFB8D7A) is known color: Vivid Tangerine. HEX triplet: FB, 8D and 7A. RGB value is (251,141,122). Sum of RGB (Red+Green+Blue) = 251+141+122=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8D7A is #047285. Grayscale: #ABABAB. Windows color (decimal): -291462 or 8031739. OLE color: 8031739.
HSL color Cylindrical-coordinate representation of color #FB8D7A: hue angle of 8.84º 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 #FB8D7A is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 122 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.02 |
| HSL | 8.84º | 0.94% | 0.73% | - |
| HSV(B) | 8.84º | 0.51% | 0.98% | - |
| XYZ | 52.82 | 40.96 | 23.54 | - |
| YUV | 171.72 | 99.94 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 122 | 0 | 0.44 | 0.51 | 0.02 | 8.84 | 0.94 | 0.73 |
| Hex | FB | 8D | 7A | 0 | 2C | 33 | 2 | 9 | 5E | 49 |
| Octal | 373 | 215 | 172 | 0 | 54 | 63 | 2 | 11 | 136 | 111 |
| Binary | 11111011 | 10001101 | 1111010 | 0 | 101100 | 110011 | 10 | 1001 | 1011110 | 1001001 |
Color Harmonies of #FB8D7A
Complementary color
Monochromatic Colors of #FB8D7A
Black with #FB8D7A
Text Example
Text Example
White with #FB8D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D7A; }
p { color: rgb(251,141,122); }
H1.HeaderClassName
{
color: #FB8D7A;
}
.AnyTagClassName
{
color: #FB8D7A;
}
</style>
background-color css
<style>
a { background-color: #FB8D7A; }
a { background-color: rgb(251,141,122); }
div.DivClassName
{
background-color: #FB8D7A;
}
.BgClassName
{
background-color: #FB8D7A;
}
</style>
border-color css
<style>
span { border-color: #FB8D7A; }
span { border-color: rgb(251,141,122); }
td.TdClassName
{
border-color: #FB8D7A;
}
.TagClassName
{
border-color: #FB8D7A;
}
</style>