Shades of Vivid Tangerine #FB9380
Tints of Vivid Tangerine #FB9380
RGB
CMYK
RGB Variations
Color information
#FB9380 (or 0xFB9380) is known color: Vivid Tangerine. HEX triplet: FB, 93 and 80. RGB value is (251,147,128). Sum of RGB (Red+Green+Blue) = 251+147+128=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9380 is #046C7F. Grayscale: #B0B0B0. Windows color (decimal): -289920 or 8426491. OLE color: 8426491.
HSL color Cylindrical-coordinate representation of color #FB9380: hue angle of 9.27º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB9380 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 128 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.02 |
| HSL | 9.27º | 0.94% | 0.74% | - |
| HSV(B) | 9.27º | 0.49% | 0.98% | - |
| XYZ | 54.11 | 42.94 | 25.86 | - |
| YUV | 175.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 128 | 0 | 0.41 | 0.49 | 0.02 | 9.27 | 0.94 | 0.74 |
| Hex | FB | 93 | 80 | 0 | 29 | 31 | 2 | 9 | 5E | 4A |
| Octal | 373 | 223 | 200 | 0 | 51 | 61 | 2 | 11 | 136 | 112 |
| Binary | 11111011 | 10010011 | 10000000 | 0 | 101001 | 110001 | 10 | 1001 | 1011110 | 1001010 |
Color Harmonies of #FB9380
Complementary color
Monochromatic Colors of #FB9380
Black with #FB9380
Text Example
Text Example
White with #FB9380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9380; }
p { color: rgb(251,147,128); }
H1.HeaderClassName
{
color: #FB9380;
}
.AnyTagClassName
{
color: #FB9380;
}
</style>
background-color css
<style>
a { background-color: #FB9380; }
a { background-color: rgb(251,147,128); }
div.DivClassName
{
background-color: #FB9380;
}
.BgClassName
{
background-color: #FB9380;
}
</style>
border-color css
<style>
span { border-color: #FB9380; }
span { border-color: rgb(251,147,128); }
td.TdClassName
{
border-color: #FB9380;
}
.TagClassName
{
border-color: #FB9380;
}
</style>