Shades of Vivid Tangerine #FF9B7E
Tints of Vivid Tangerine #FF9B7E
RGB
CMYK
RGB Variations
Color information
#FF9B7E (or 0xFF9B7E) is known color: Vivid Tangerine. HEX triplet: FF, 9B and 7E. RGB value is (255,155,126). Sum of RGB (Red+Green+Blue) = 255+155+126=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 126 (49.61% from 255 or 23.51% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B7E is #006481. Grayscale: #B5B5B5. Windows color (decimal): -25730 or 8297471. OLE color: 8297471.
HSL color Cylindrical-coordinate representation of color #FF9B7E: hue angle of 13.49º 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 #FF9B7E is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 126 | - |
| CMYK | 0 | 0.39 | 0.51 | 0 |
| HSL | 13.49º | 1% | 0.75% | - |
| HSV(B) | 13.49º | 0.51% | 1% | - |
| XYZ | 56.73 | 46.21 | 25.67 | - |
| YUV | 181.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 126 | 0 | 0.39 | 0.51 | 0 | 13.49 | 1 | 0.75 |
| Hex | FF | 9B | 7E | 0 | 27 | 33 | 0 | D | 64 | 4B |
| Octal | 377 | 233 | 176 | 0 | 47 | 63 | 0 | 15 | 144 | 113 |
| Binary | 11111111 | 10011011 | 1111110 | 0 | 100111 | 110011 | 0 | 1101 | 1100100 | 1001011 |
Color Harmonies of #FF9B7E
Complementary color
Monochromatic Colors of #FF9B7E
Black with #FF9B7E
Text Example
Text Example
White with #FF9B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B7E; }
p { color: rgb(255,155,126); }
H1.HeaderClassName
{
color: #FF9B7E;
}
.AnyTagClassName
{
color: #FF9B7E;
}
</style>
background-color css
<style>
a { background-color: #FF9B7E; }
a { background-color: rgb(255,155,126); }
div.DivClassName
{
background-color: #FF9B7E;
}
.BgClassName
{
background-color: #FF9B7E;
}
</style>
border-color css
<style>
span { border-color: #FF9B7E; }
span { border-color: rgb(255,155,126); }
td.TdClassName
{
border-color: #FF9B7E;
}
.TagClassName
{
border-color: #FF9B7E;
}
</style>