Shades of Vivid Tangerine #FB947B
Tints of Vivid Tangerine #FB947B
RGB
CMYK
RGB Variations
Color information
#FB947B (or 0xFB947B) is known color: Vivid Tangerine. HEX triplet: FB, 94 and 7B. RGB value is (251,148,123). Sum of RGB (Red+Green+Blue) = 251+148+123=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FB947B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB947B is #046B84. Grayscale: #B0B0B0. Windows color (decimal): -289669 or 8099067. OLE color: 8099067.
HSL color Cylindrical-coordinate representation of color #FB947B: hue angle of 11.72º 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 #FB947B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 123 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.02 |
| HSL | 11.72º | 0.94% | 0.73% | - |
| HSV(B) | 11.72º | 0.51% | 0.98% | - |
| XYZ | 53.95 | 43.12 | 24.22 | - |
| YUV | 175.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 123 | 0 | 0.41 | 0.51 | 0.02 | 11.72 | 0.94 | 0.73 |
| Hex | FB | 94 | 7B | 0 | 29 | 33 | 2 | C | 5E | 49 |
| Octal | 373 | 224 | 173 | 0 | 51 | 63 | 2 | 14 | 136 | 111 |
| Binary | 11111011 | 10010100 | 1111011 | 0 | 101001 | 110011 | 10 | 1100 | 1011110 | 1001001 |
Color Harmonies of #FB947B
Complementary color
Monochromatic Colors of #FB947B
Black with #FB947B
Text Example
Text Example
White with #FB947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB947B; }
p { color: rgb(251,148,123); }
H1.HeaderClassName
{
color: #FB947B;
}
.AnyTagClassName
{
color: #FB947B;
}
</style>
background-color css
<style>
a { background-color: #FB947B; }
a { background-color: rgb(251,148,123); }
div.DivClassName
{
background-color: #FB947B;
}
.BgClassName
{
background-color: #FB947B;
}
</style>
border-color css
<style>
span { border-color: #FB947B; }
span { border-color: rgb(251,148,123); }
td.TdClassName
{
border-color: #FB947B;
}
.TagClassName
{
border-color: #FB947B;
}
</style>