Shades of Vivid Tangerine #FF9575
Tints of Vivid Tangerine #FF9575
RGB
CMYK
RGB Variations
Color information
#FF9575 (or 0xFF9575) is known color: Vivid Tangerine. HEX triplet: FF, 95 and 75. RGB value is (255,149,117). Sum of RGB (Red+Green+Blue) = 255+149+117=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9575 is #006A8A. Grayscale: #B1B1B1. Windows color (decimal): -27275 or 7706111. OLE color: 7706111.
HSL color Cylindrical-coordinate representation of color #FF9575: hue angle of 13.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF9575 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 117 | - |
| CMYK | 0 | 0.42 | 0.54 | 0 |
| HSL | 13.91º | 1% | 0.73% | - |
| HSV(B) | 13.91º | 0.54% | 1% | - |
| XYZ | 55.2 | 44.04 | 22.42 | - |
| YUV | 177.05 | 94.12 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 117 | 0 | 0.42 | 0.54 | 0 | 13.91 | 1 | 0.73 |
| Hex | FF | 95 | 75 | 0 | 2A | 36 | 0 | E | 64 | 49 |
| Octal | 377 | 225 | 165 | 0 | 52 | 66 | 0 | 16 | 144 | 111 |
| Binary | 11111111 | 10010101 | 1110101 | 0 | 101010 | 110110 | 0 | 1110 | 1100100 | 1001001 |
Color Harmonies of #FF9575
Complementary color
Monochromatic Colors of #FF9575
Black with #FF9575
Text Example
Text Example
White with #FF9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9575; }
p { color: rgb(255,149,117); }
H1.HeaderClassName
{
color: #FF9575;
}
.AnyTagClassName
{
color: #FF9575;
}
</style>
background-color css
<style>
a { background-color: #FF9575; }
a { background-color: rgb(255,149,117); }
div.DivClassName
{
background-color: #FF9575;
}
.BgClassName
{
background-color: #FF9575;
}
</style>
border-color css
<style>
span { border-color: #FF9575; }
span { border-color: rgb(255,149,117); }
td.TdClassName
{
border-color: #FF9575;
}
.TagClassName
{
border-color: #FF9575;
}
</style>