Shades of Vivid Tangerine #FA9683
Tints of Vivid Tangerine #FA9683
RGB
CMYK
RGB Variations
Color information
#FA9683 (or 0xFA9683) is known color: Vivid Tangerine. HEX triplet: FA, 96 and 83. RGB value is (250,150,131). Sum of RGB (Red+Green+Blue) = 250+150+131=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9683 is #05697C. Grayscale: #B1B1B1. Windows color (decimal): -354685 or 8623866. OLE color: 8623866.
HSL color Cylindrical-coordinate representation of color #FA9683: hue angle of 9.58º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA9683 is Cyan = 0, Magento = 0.4, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 131 | - |
| CMYK | 0 | 0.4 | 0.48 | 0.02 |
| HSL | 9.58º | 0.92% | 0.75% | - |
| HSV(B) | 9.58º | 0.48% | 0.98% | - |
| XYZ | 54.43 | 43.78 | 27.05 | - |
| YUV | 177.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 131 | 0 | 0.4 | 0.48 | 0.02 | 9.58 | 0.92 | 0.75 |
| Hex | FA | 96 | 83 | 0 | 28 | 30 | 2 | A | 5C | 4B |
| Octal | 372 | 226 | 203 | 0 | 50 | 60 | 2 | 12 | 134 | 113 |
| Binary | 11111010 | 10010110 | 10000011 | 0 | 101000 | 110000 | 10 | 1010 | 1011100 | 1001011 |
Color Harmonies of #FA9683
Complementary color
Monochromatic Colors of #FA9683
Black with #FA9683
Text Example
Text Example
White with #FA9683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9683; }
p { color: rgb(250,150,131); }
H1.HeaderClassName
{
color: #FA9683;
}
.AnyTagClassName
{
color: #FA9683;
}
</style>
background-color css
<style>
a { background-color: #FA9683; }
a { background-color: rgb(250,150,131); }
div.DivClassName
{
background-color: #FA9683;
}
.BgClassName
{
background-color: #FA9683;
}
</style>
border-color css
<style>
span { border-color: #FA9683; }
span { border-color: rgb(250,150,131); }
td.TdClassName
{
border-color: #FA9683;
}
.TagClassName
{
border-color: #FA9683;
}
</style>