Shades of Vivid Tangerine #FF957C
Tints of Vivid Tangerine #FF957C
RGB
CMYK
RGB Variations
Color information
#FF957C (or 0xFF957C) is known color: Vivid Tangerine. HEX triplet: FF, 95 and 7C. RGB value is (255,149,124). Sum of RGB (Red+Green+Blue) = 255+149+124=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF957C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF957C is #006A83. Grayscale: #B2B2B2. Windows color (decimal): -27268 or 8164863. OLE color: 8164863.
HSL color Cylindrical-coordinate representation of color #FF957C: hue angle of 11.45º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF957C is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 124 | - |
| CMYK | 0 | 0.42 | 0.51 | 0 |
| HSL | 11.45º | 1% | 0.74% | - |
| HSV(B) | 11.45º | 0.51% | 1% | - |
| XYZ | 55.63 | 44.21 | 24.67 | - |
| YUV | 177.84 | 97.62 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 124 | 0 | 0.42 | 0.51 | 0 | 11.45 | 1 | 0.74 |
| Hex | FF | 95 | 7C | 0 | 2A | 33 | 0 | B | 64 | 4A |
| Octal | 377 | 225 | 174 | 0 | 52 | 63 | 0 | 13 | 144 | 112 |
| Binary | 11111111 | 10010101 | 1111100 | 0 | 101010 | 110011 | 0 | 1011 | 1100100 | 1001010 |
Color Harmonies of #FF957C
Complementary color
Monochromatic Colors of #FF957C
Black with #FF957C
Text Example
Text Example
White with #FF957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF957C; }
p { color: rgb(255,149,124); }
H1.HeaderClassName
{
color: #FF957C;
}
.AnyTagClassName
{
color: #FF957C;
}
</style>
background-color css
<style>
a { background-color: #FF957C; }
a { background-color: rgb(255,149,124); }
div.DivClassName
{
background-color: #FF957C;
}
.BgClassName
{
background-color: #FF957C;
}
</style>
border-color css
<style>
span { border-color: #FF957C; }
span { border-color: rgb(255,149,124); }
td.TdClassName
{
border-color: #FF957C;
}
.TagClassName
{
border-color: #FF957C;
}
</style>