Shades of Vivid Tangerine #FF9B85
Tints of Vivid Tangerine #FF9B85
RGB
CMYK
RGB Variations
Color information
#FF9B85 (or 0xFF9B85) is known color: Vivid Tangerine. HEX triplet: FF, 9B and 85. RGB value is (255,155,133). Sum of RGB (Red+Green+Blue) = 255+155+133=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9B85 is #00647A. Grayscale: #B6B6B6. Windows color (decimal): -25723 or 8756223. OLE color: 8756223.
HSL color Cylindrical-coordinate representation of color #FF9B85: hue angle of 10.82º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF9B85 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 133 | - |
| CMYK | 0 | 0.39 | 0.48 | 0 |
| HSL | 10.82º | 1% | 0.76% | - |
| HSV(B) | 10.82º | 0.48% | 1% | - |
| XYZ | 57.19 | 46.4 | 28.13 | - |
| YUV | 182.39 | 100.13 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 133 | 0 | 0.39 | 0.48 | 0 | 10.82 | 1 | 0.76 |
| Hex | FF | 9B | 85 | 0 | 27 | 30 | 0 | B | 64 | 4C |
| Octal | 377 | 233 | 205 | 0 | 47 | 60 | 0 | 13 | 144 | 114 |
| Binary | 11111111 | 10011011 | 10000101 | 0 | 100111 | 110000 | 0 | 1011 | 1100100 | 1001100 |
Color Harmonies of #FF9B85
Complementary color
Monochromatic Colors of #FF9B85
Black with #FF9B85
Text Example
Text Example
White with #FF9B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B85; }
p { color: rgb(255,155,133); }
H1.HeaderClassName
{
color: #FF9B85;
}
.AnyTagClassName
{
color: #FF9B85;
}
</style>
background-color css
<style>
a { background-color: #FF9B85; }
a { background-color: rgb(255,155,133); }
div.DivClassName
{
background-color: #FF9B85;
}
.BgClassName
{
background-color: #FF9B85;
}
</style>
border-color css
<style>
span { border-color: #FF9B85; }
span { border-color: rgb(255,155,133); }
td.TdClassName
{
border-color: #FF9B85;
}
.TagClassName
{
border-color: #FF9B85;
}
</style>