Shades of Vivid Tangerine #FB8F7A
Tints of Vivid Tangerine #FB8F7A
RGB
CMYK
RGB Variations
Color information
#FB8F7A (or 0xFB8F7A) is known color: Vivid Tangerine. HEX triplet: FB, 8F and 7A. RGB value is (251,143,122). Sum of RGB (Red+Green+Blue) = 251+143+122=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8F7A is #047085. Grayscale: #ADADAD. Windows color (decimal): -290950 or 8032251. OLE color: 8032251.
HSL color Cylindrical-coordinate representation of color #FB8F7A: hue angle of 9.77º 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 #FB8F7A is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 122 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.02 |
| HSL | 9.77º | 0.94% | 0.73% | - |
| HSV(B) | 9.77º | 0.51% | 0.98% | - |
| XYZ | 53.12 | 41.56 | 23.63 | - |
| YUV | 172.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 122 | 0 | 0.43 | 0.51 | 0.02 | 9.77 | 0.94 | 0.73 |
| Hex | FB | 8F | 7A | 0 | 2B | 33 | 2 | A | 5E | 49 |
| Octal | 373 | 217 | 172 | 0 | 53 | 63 | 2 | 12 | 136 | 111 |
| Binary | 11111011 | 10001111 | 1111010 | 0 | 101011 | 110011 | 10 | 1010 | 1011110 | 1001001 |
Color Harmonies of #FB8F7A
Complementary color
Monochromatic Colors of #FB8F7A
Black with #FB8F7A
Text Example
Text Example
White with #FB8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F7A; }
p { color: rgb(251,143,122); }
H1.HeaderClassName
{
color: #FB8F7A;
}
.AnyTagClassName
{
color: #FB8F7A;
}
</style>
background-color css
<style>
a { background-color: #FB8F7A; }
a { background-color: rgb(251,143,122); }
div.DivClassName
{
background-color: #FB8F7A;
}
.BgClassName
{
background-color: #FB8F7A;
}
</style>
border-color css
<style>
span { border-color: #FB8F7A; }
span { border-color: rgb(251,143,122); }
td.TdClassName
{
border-color: #FB8F7A;
}
.TagClassName
{
border-color: #FB8F7A;
}
</style>