Shades of Vivid Tangerine #FF9680
Tints of Vivid Tangerine #FF9680
RGB
CMYK
RGB Variations
Color information
#FF9680 (or 0xFF9680) is known color: Vivid Tangerine. HEX triplet: FF, 96 and 80. RGB value is (255,150,128). Sum of RGB (Red+Green+Blue) = 255+150+128=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9680 is #00697F. Grayscale: #B3B3B3. Windows color (decimal): -27008 or 8427263. OLE color: 8427263.
HSL color Cylindrical-coordinate representation of color #FF9680: hue angle of 10.39º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF9680 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 128 | - |
| CMYK | 0 | 0.41 | 0.50 | 0 |
| HSL | 10.39º | 1% | 0.75% | - |
| HSV(B) | 10.39º | 0.5% | 1% | - |
| XYZ | 56.04 | 44.63 | 26.08 | - |
| YUV | 178.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 128 | 0 | 0.41 | 0.50 | 0 | 10.39 | 1 | 0.75 |
| Hex | FF | 96 | 80 | 0 | 29 | 32 | 0 | A | 64 | 4B |
| Octal | 377 | 226 | 200 | 0 | 51 | 62 | 0 | 12 | 144 | 113 |
| Binary | 11111111 | 10010110 | 10000000 | 0 | 101001 | 110010 | 0 | 1010 | 1100100 | 1001011 |
Color Harmonies of #FF9680
Complementary color
Monochromatic Colors of #FF9680
Black with #FF9680
Text Example
Text Example
White with #FF9680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9680; }
p { color: rgb(255,150,128); }
H1.HeaderClassName
{
color: #FF9680;
}
.AnyTagClassName
{
color: #FF9680;
}
</style>
background-color css
<style>
a { background-color: #FF9680; }
a { background-color: rgb(255,150,128); }
div.DivClassName
{
background-color: #FF9680;
}
.BgClassName
{
background-color: #FF9680;
}
</style>
border-color css
<style>
span { border-color: #FF9680; }
span { border-color: rgb(255,150,128); }
td.TdClassName
{
border-color: #FF9680;
}
.TagClassName
{
border-color: #FF9680;
}
</style>