Shades of Vivid Tangerine #FB8F73
Tints of Vivid Tangerine #FB8F73
RGB
CMYK
RGB Variations
Color information
#FB8F73 (or 0xFB8F73) is known color: Vivid Tangerine. HEX triplet: FB, 8F and 73. RGB value is (251,143,115). Sum of RGB (Red+Green+Blue) = 251+143+115=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8F73 is #04708C. Grayscale: #ACACAC. Windows color (decimal): -290957 or 7573499. OLE color: 7573499.
HSL color Cylindrical-coordinate representation of color #FB8F73: hue angle of 12.35º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB8F73 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 115 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.02 |
| HSL | 12.35º | 0.94% | 0.72% | - |
| HSV(B) | 12.35º | 0.54% | 0.98% | - |
| XYZ | 52.7 | 41.39 | 21.43 | - |
| YUV | 172.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 115 | 0 | 0.43 | 0.54 | 0.02 | 12.35 | 0.94 | 0.72 |
| Hex | FB | 8F | 73 | 0 | 2B | 36 | 2 | C | 5E | 48 |
| Octal | 373 | 217 | 163 | 0 | 53 | 66 | 2 | 14 | 136 | 110 |
| Binary | 11111011 | 10001111 | 1110011 | 0 | 101011 | 110110 | 10 | 1100 | 1011110 | 1001000 |
Color Harmonies of #FB8F73
Complementary color
Monochromatic Colors of #FB8F73
Black with #FB8F73
Text Example
Text Example
White with #FB8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F73; }
p { color: rgb(251,143,115); }
H1.HeaderClassName
{
color: #FB8F73;
}
.AnyTagClassName
{
color: #FB8F73;
}
</style>
background-color css
<style>
a { background-color: #FB8F73; }
a { background-color: rgb(251,143,115); }
div.DivClassName
{
background-color: #FB8F73;
}
.BgClassName
{
background-color: #FB8F73;
}
</style>
border-color css
<style>
span { border-color: #FB8F73; }
span { border-color: rgb(251,143,115); }
td.TdClassName
{
border-color: #FB8F73;
}
.TagClassName
{
border-color: #FB8F73;
}
</style>