Shades of Vivid Tangerine #FF957A
Tints of Vivid Tangerine #FF957A
RGB
CMYK
RGB Variations
Color information
#FF957A (or 0xFF957A) is known color: Vivid Tangerine. HEX triplet: FF, 95 and 7A. RGB value is (255,149,122). Sum of RGB (Red+Green+Blue) = 255+149+122=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF957A is #006A85. Grayscale: #B1B1B1. Windows color (decimal): -27270 or 8033791. OLE color: 8033791.
HSL color Cylindrical-coordinate representation of color #FF957A: hue angle of 12.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF957A is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 122 | - |
| CMYK | 0 | 0.42 | 0.52 | 0 |
| HSL | 12.18º | 1% | 0.74% | - |
| HSV(B) | 12.18º | 0.52% | 1% | - |
| XYZ | 55.5 | 44.16 | 24.01 | - |
| YUV | 177.62 | 96.62 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 122 | 0 | 0.42 | 0.52 | 0 | 12.18 | 1 | 0.74 |
| Hex | FF | 95 | 7A | 0 | 2A | 34 | 0 | C | 64 | 4A |
| Octal | 377 | 225 | 172 | 0 | 52 | 64 | 0 | 14 | 144 | 112 |
| Binary | 11111111 | 10010101 | 1111010 | 0 | 101010 | 110100 | 0 | 1100 | 1100100 | 1001010 |
Color Harmonies of #FF957A
Complementary color
Monochromatic Colors of #FF957A
Black with #FF957A
Text Example
Text Example
White with #FF957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF957A; }
p { color: rgb(255,149,122); }
H1.HeaderClassName
{
color: #FF957A;
}
.AnyTagClassName
{
color: #FF957A;
}
</style>
background-color css
<style>
a { background-color: #FF957A; }
a { background-color: rgb(255,149,122); }
div.DivClassName
{
background-color: #FF957A;
}
.BgClassName
{
background-color: #FF957A;
}
</style>
border-color css
<style>
span { border-color: #FF957A; }
span { border-color: rgb(255,149,122); }
td.TdClassName
{
border-color: #FF957A;
}
.TagClassName
{
border-color: #FF957A;
}
</style>