Shades of Vivid Tangerine #FA9680
Tints of Vivid Tangerine #FA9680
RGB
CMYK
RGB Variations
Color information
#FA9680 (or 0xFA9680) is known color: Vivid Tangerine. HEX triplet: FA, 96 and 80. RGB value is (250,150,128). Sum of RGB (Red+Green+Blue) = 250+150+128=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9680 is #05697F. Grayscale: #B1B1B1. Windows color (decimal): -354688 or 8427258. OLE color: 8427258.
HSL color Cylindrical-coordinate representation of color #FA9680: hue angle of 10.82º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA9680 is Cyan = 0, Magento = 0.4, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 128 | - |
| CMYK | 0 | 0.4 | 0.49 | 0.02 |
| HSL | 10.82º | 0.92% | 0.74% | - |
| HSV(B) | 10.82º | 0.49% | 0.98% | - |
| XYZ | 54.23 | 43.7 | 26 | - |
| YUV | 177.39 | 100.13 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 128 | 0 | 0.4 | 0.49 | 0.02 | 10.82 | 0.92 | 0.74 |
| Hex | FA | 96 | 80 | 0 | 28 | 31 | 2 | B | 5C | 4A |
| Octal | 372 | 226 | 200 | 0 | 50 | 61 | 2 | 13 | 134 | 112 |
| Binary | 11111010 | 10010110 | 10000000 | 0 | 101000 | 110001 | 10 | 1011 | 1011100 | 1001010 |
Color Harmonies of #FA9680
Complementary color
Monochromatic Colors of #FA9680
Black with #FA9680
Text Example
Text Example
White with #FA9680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9680; }
p { color: rgb(250,150,128); }
H1.HeaderClassName
{
color: #FA9680;
}
.AnyTagClassName
{
color: #FA9680;
}
</style>
background-color css
<style>
a { background-color: #FA9680; }
a { background-color: rgb(250,150,128); }
div.DivClassName
{
background-color: #FA9680;
}
.BgClassName
{
background-color: #FA9680;
}
</style>
border-color css
<style>
span { border-color: #FA9680; }
span { border-color: rgb(250,150,128); }
td.TdClassName
{
border-color: #FA9680;
}
.TagClassName
{
border-color: #FA9680;
}
</style>