Shades of Vivid Tangerine #FB9073
Tints of Vivid Tangerine #FB9073
RGB
CMYK
RGB Variations
Color information
#FB9073 (or 0xFB9073) is known color: Vivid Tangerine. HEX triplet: FB, 90 and 73. RGB value is (251,144,115). Sum of RGB (Red+Green+Blue) = 251+144+115=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9073 is #046F8C. Grayscale: #ACACAC. Windows color (decimal): -290701 or 7573755. OLE color: 7573755.
HSL color Cylindrical-coordinate representation of color #FB9073: hue angle of 12.79º 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 #FB9073 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 115 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.02 |
| HSL | 12.79º | 0.94% | 0.72% | - |
| HSV(B) | 12.79º | 0.54% | 0.98% | - |
| XYZ | 52.85 | 41.69 | 21.48 | - |
| YUV | 172.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 115 | 0 | 0.43 | 0.54 | 0.02 | 12.79 | 0.94 | 0.72 |
| Hex | FB | 90 | 73 | 0 | 2B | 36 | 2 | D | 5E | 48 |
| Octal | 373 | 220 | 163 | 0 | 53 | 66 | 2 | 15 | 136 | 110 |
| Binary | 11111011 | 10010000 | 1110011 | 0 | 101011 | 110110 | 10 | 1101 | 1011110 | 1001000 |
Color Harmonies of #FB9073
Complementary color
Monochromatic Colors of #FB9073
Black with #FB9073
Text Example
Text Example
White with #FB9073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9073; }
p { color: rgb(251,144,115); }
H1.HeaderClassName
{
color: #FB9073;
}
.AnyTagClassName
{
color: #FB9073;
}
</style>
background-color css
<style>
a { background-color: #FB9073; }
a { background-color: rgb(251,144,115); }
div.DivClassName
{
background-color: #FB9073;
}
.BgClassName
{
background-color: #FB9073;
}
</style>
border-color css
<style>
span { border-color: #FB9073; }
span { border-color: rgb(251,144,115); }
td.TdClassName
{
border-color: #FB9073;
}
.TagClassName
{
border-color: #FB9073;
}
</style>