Shades of Vivid Tangerine #FA917B
Tints of Vivid Tangerine #FA917B
RGB
CMYK
RGB Variations
Color information
#FA917B (or 0xFA917B) is known color: Vivid Tangerine. HEX triplet: FA, 91 and 7B. RGB value is (250,145,123). Sum of RGB (Red+Green+Blue) = 250+145+123=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA917B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA917B is #056E84. Grayscale: #AEAEAE. Windows color (decimal): -355973 or 8098298. OLE color: 8098298.
HSL color Cylindrical-coordinate representation of color #FA917B: hue angle of 10.39º 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 #FA917B is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 123 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.02 |
| HSL | 10.39º | 0.93% | 0.73% | - |
| HSV(B) | 10.39º | 0.51% | 0.98% | - |
| XYZ | 53.12 | 42 | 24.05 | - |
| YUV | 173.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 123 | 0 | 0.42 | 0.51 | 0.02 | 10.39 | 0.93 | 0.73 |
| Hex | FA | 91 | 7B | 0 | 2A | 33 | 2 | A | 5D | 49 |
| Octal | 372 | 221 | 173 | 0 | 52 | 63 | 2 | 12 | 135 | 111 |
| Binary | 11111010 | 10010001 | 1111011 | 0 | 101010 | 110011 | 10 | 1010 | 1011101 | 1001001 |
Color Harmonies of #FA917B
Complementary color
Monochromatic Colors of #FA917B
Black with #FA917B
Text Example
Text Example
White with #FA917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA917B; }
p { color: rgb(250,145,123); }
H1.HeaderClassName
{
color: #FA917B;
}
.AnyTagClassName
{
color: #FA917B;
}
</style>
background-color css
<style>
a { background-color: #FA917B; }
a { background-color: rgb(250,145,123); }
div.DivClassName
{
background-color: #FA917B;
}
.BgClassName
{
background-color: #FA917B;
}
</style>
border-color css
<style>
span { border-color: #FA917B; }
span { border-color: rgb(250,145,123); }
td.TdClassName
{
border-color: #FA917B;
}
.TagClassName
{
border-color: #FA917B;
}
</style>