Shades of Vivid Tangerine #FF957B
Tints of Vivid Tangerine #FF957B
RGB
CMYK
RGB Variations
Color information
#FF957B (or 0xFF957B) is known color: Vivid Tangerine. HEX triplet: FF, 95 and 7B. RGB value is (255,149,123). Sum of RGB (Red+Green+Blue) = 255+149+123=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF957B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF957B is #006A84. Grayscale: #B1B1B1. Windows color (decimal): -27269 or 8099327. OLE color: 8099327.
HSL color Cylindrical-coordinate representation of color #FF957B: hue angle of 11.82º 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 #FF957B is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 123 | - |
| CMYK | 0 | 0.42 | 0.52 | 0 |
| HSL | 11.82º | 1% | 0.74% | - |
| HSV(B) | 11.82º | 0.52% | 1% | - |
| XYZ | 55.56 | 44.18 | 24.34 | - |
| YUV | 177.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 123 | 0 | 0.42 | 0.52 | 0 | 11.82 | 1 | 0.74 |
| Hex | FF | 95 | 7B | 0 | 2A | 34 | 0 | C | 64 | 4A |
| Octal | 377 | 225 | 173 | 0 | 52 | 64 | 0 | 14 | 144 | 112 |
| Binary | 11111111 | 10010101 | 1111011 | 0 | 101010 | 110100 | 0 | 1100 | 1100100 | 1001010 |
Color Harmonies of #FF957B
Complementary color
Monochromatic Colors of #FF957B
Black with #FF957B
Text Example
Text Example
White with #FF957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF957B; }
p { color: rgb(255,149,123); }
H1.HeaderClassName
{
color: #FF957B;
}
.AnyTagClassName
{
color: #FF957B;
}
</style>
background-color css
<style>
a { background-color: #FF957B; }
a { background-color: rgb(255,149,123); }
div.DivClassName
{
background-color: #FF957B;
}
.BgClassName
{
background-color: #FF957B;
}
</style>
border-color css
<style>
span { border-color: #FF957B; }
span { border-color: rgb(255,149,123); }
td.TdClassName
{
border-color: #FF957B;
}
.TagClassName
{
border-color: #FF957B;
}
</style>