Shades of Vivid Tangerine #FA957B
Tints of Vivid Tangerine #FA957B
RGB
CMYK
RGB Variations
Color information
#FA957B (or 0xFA957B) is known color: Vivid Tangerine. HEX triplet: FA, 95 and 7B. RGB value is (250,149,123). Sum of RGB (Red+Green+Blue) = 250+149+123=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA957B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA957B is #056A84. Grayscale: #B0B0B0. Windows color (decimal): -354949 or 8099322. OLE color: 8099322.
HSL color Cylindrical-coordinate representation of color #FA957B: hue angle of 12.28º degrees, saturation: 0.93, 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 #FA957B is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 123 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.02 |
| HSL | 12.28º | 0.93% | 0.73% | - |
| HSV(B) | 12.28º | 0.51% | 0.98% | - |
| XYZ | 53.75 | 43.25 | 24.25 | - |
| YUV | 176.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 123 | 0 | 0.40 | 0.51 | 0.02 | 12.28 | 0.93 | 0.73 |
| Hex | FA | 95 | 7B | 0 | 28 | 33 | 2 | C | 5D | 49 |
| Octal | 372 | 225 | 173 | 0 | 50 | 63 | 2 | 14 | 135 | 111 |
| Binary | 11111010 | 10010101 | 1111011 | 0 | 101000 | 110011 | 10 | 1100 | 1011101 | 1001001 |
Color Harmonies of #FA957B
Complementary color
Monochromatic Colors of #FA957B
Black with #FA957B
Text Example
Text Example
White with #FA957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA957B; }
p { color: rgb(250,149,123); }
H1.HeaderClassName
{
color: #FA957B;
}
.AnyTagClassName
{
color: #FA957B;
}
</style>
background-color css
<style>
a { background-color: #FA957B; }
a { background-color: rgb(250,149,123); }
div.DivClassName
{
background-color: #FA957B;
}
.BgClassName
{
background-color: #FA957B;
}
</style>
border-color css
<style>
span { border-color: #FA957B; }
span { border-color: rgb(250,149,123); }
td.TdClassName
{
border-color: #FA957B;
}
.TagClassName
{
border-color: #FA957B;
}
</style>