Shades of Vivid Tangerine #FF957D
Tints of Vivid Tangerine #FF957D
RGB
CMYK
RGB Variations
Color information
#FF957D (or 0xFF957D) is known color: Vivid Tangerine. HEX triplet: FF, 95 and 7D. RGB value is (255,149,125). Sum of RGB (Red+Green+Blue) = 255+149+125=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF957D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF957D is #006A82. Grayscale: #B2B2B2. Windows color (decimal): -27267 or 8230399. OLE color: 8230399.
HSL color Cylindrical-coordinate representation of color #FF957D: hue angle of 11.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF957D is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 125 | - |
| CMYK | 0 | 0.42 | 0.51 | 0 |
| HSL | 11.08º | 1% | 0.75% | - |
| HSV(B) | 11.08º | 0.51% | 1% | - |
| XYZ | 55.69 | 44.24 | 25.01 | - |
| YUV | 177.96 | 98.12 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 125 | 0 | 0.42 | 0.51 | 0 | 11.08 | 1 | 0.75 |
| Hex | FF | 95 | 7D | 0 | 2A | 33 | 0 | B | 64 | 4B |
| Octal | 377 | 225 | 175 | 0 | 52 | 63 | 0 | 13 | 144 | 113 |
| Binary | 11111111 | 10010101 | 1111101 | 0 | 101010 | 110011 | 0 | 1011 | 1100100 | 1001011 |
Color Harmonies of #FF957D
Complementary color
Monochromatic Colors of #FF957D
Black with #FF957D
Text Example
Text Example
White with #FF957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF957D; }
p { color: rgb(255,149,125); }
H1.HeaderClassName
{
color: #FF957D;
}
.AnyTagClassName
{
color: #FF957D;
}
</style>
background-color css
<style>
a { background-color: #FF957D; }
a { background-color: rgb(255,149,125); }
div.DivClassName
{
background-color: #FF957D;
}
.BgClassName
{
background-color: #FF957D;
}
</style>
border-color css
<style>
span { border-color: #FF957D; }
span { border-color: rgb(255,149,125); }
td.TdClassName
{
border-color: #FF957D;
}
.TagClassName
{
border-color: #FF957D;
}
</style>