Shades of Vivid Tangerine #FF957E
Tints of Vivid Tangerine #FF957E
RGB
CMYK
RGB Variations
Color information
#FF957E (or 0xFF957E) is known color: Vivid Tangerine. HEX triplet: FF, 95 and 7E. RGB value is (255,149,126). Sum of RGB (Red+Green+Blue) = 255+149+126=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF957E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF957E is #006A81. Grayscale: #B2B2B2. Windows color (decimal): -27266 or 8295935. OLE color: 8295935.
HSL color Cylindrical-coordinate representation of color #FF957E: hue angle of 10.7º 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 #FF957E is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 126 | - |
| CMYK | 0 | 0.42 | 0.51 | 0 |
| HSL | 10.7º | 1% | 0.75% | - |
| HSV(B) | 10.7º | 0.51% | 1% | - |
| XYZ | 55.75 | 44.26 | 25.34 | - |
| YUV | 178.07 | 98.62 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 126 | 0 | 0.42 | 0.51 | 0 | 10.7 | 1 | 0.75 |
| Hex | FF | 95 | 7E | 0 | 2A | 33 | 0 | B | 64 | 4B |
| Octal | 377 | 225 | 176 | 0 | 52 | 63 | 0 | 13 | 144 | 113 |
| Binary | 11111111 | 10010101 | 1111110 | 0 | 101010 | 110011 | 0 | 1011 | 1100100 | 1001011 |
Color Harmonies of #FF957E
Complementary color
Monochromatic Colors of #FF957E
Black with #FF957E
Text Example
Text Example
White with #FF957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF957E; }
p { color: rgb(255,149,126); }
H1.HeaderClassName
{
color: #FF957E;
}
.AnyTagClassName
{
color: #FF957E;
}
</style>
background-color css
<style>
a { background-color: #FF957E; }
a { background-color: rgb(255,149,126); }
div.DivClassName
{
background-color: #FF957E;
}
.BgClassName
{
background-color: #FF957E;
}
</style>
border-color css
<style>
span { border-color: #FF957E; }
span { border-color: rgb(255,149,126); }
td.TdClassName
{
border-color: #FF957E;
}
.TagClassName
{
border-color: #FF957E;
}
</style>