Shades of Vivid Tangerine #FB957A
Tints of Vivid Tangerine #FB957A
RGB
CMYK
RGB Variations
Color information
#FB957A (or 0xFB957A) is known color: Vivid Tangerine. HEX triplet: FB, 95 and 7A. RGB value is (251,149,122). Sum of RGB (Red+Green+Blue) = 251+149+122=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FB957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB957A is #046A85. Grayscale: #B0B0B0. Windows color (decimal): -289414 or 8033787. OLE color: 8033787.
HSL color Cylindrical-coordinate representation of color #FB957A: hue angle of 12.56º 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 #FB957A is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 122 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.02 |
| HSL | 12.56º | 0.94% | 0.73% | - |
| HSV(B) | 12.56º | 0.51% | 0.98% | - |
| XYZ | 54.04 | 43.41 | 23.94 | - |
| YUV | 176.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 122 | 0 | 0.41 | 0.51 | 0.02 | 12.56 | 0.94 | 0.73 |
| Hex | FB | 95 | 7A | 0 | 29 | 33 | 2 | D | 5E | 49 |
| Octal | 373 | 225 | 172 | 0 | 51 | 63 | 2 | 15 | 136 | 111 |
| Binary | 11111011 | 10010101 | 1111010 | 0 | 101001 | 110011 | 10 | 1101 | 1011110 | 1001001 |
Color Harmonies of #FB957A
Complementary color
Monochromatic Colors of #FB957A
Black with #FB957A
Text Example
Text Example
White with #FB957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB957A; }
p { color: rgb(251,149,122); }
H1.HeaderClassName
{
color: #FB957A;
}
.AnyTagClassName
{
color: #FB957A;
}
</style>
background-color css
<style>
a { background-color: #FB957A; }
a { background-color: rgb(251,149,122); }
div.DivClassName
{
background-color: #FB957A;
}
.BgClassName
{
background-color: #FB957A;
}
</style>
border-color css
<style>
span { border-color: #FB957A; }
span { border-color: rgb(251,149,122); }
td.TdClassName
{
border-color: #FB957A;
}
.TagClassName
{
border-color: #FB957A;
}
</style>