Shades of Vivid Tangerine #FF9F85
Tints of Vivid Tangerine #FF9F85
RGB
CMYK
RGB Variations
Color information
#FF9F85 (or 0xFF9F85) is known color: Vivid Tangerine. HEX triplet: FF, 9F and 85. RGB value is (255,159,133). Sum of RGB (Red+Green+Blue) = 255+159+133=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9F85 is #00607A. Grayscale: #B8B8B8. Windows color (decimal): -24699 or 8757247. OLE color: 8757247.
HSL color Cylindrical-coordinate representation of color #FF9F85: hue angle of 12.79º 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 #FF9F85 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 133 | - |
| CMYK | 0 | 0.38 | 0.48 | 0 |
| HSL | 12.79º | 1% | 0.76% | - |
| HSV(B) | 12.79º | 0.48% | 1% | - |
| XYZ | 57.87 | 47.75 | 28.36 | - |
| YUV | 184.74 | 98.8 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 133 | 0 | 0.38 | 0.48 | 0 | 12.79 | 1 | 0.76 |
| Hex | FF | 9F | 85 | 0 | 26 | 30 | 0 | D | 64 | 4C |
| Octal | 377 | 237 | 205 | 0 | 46 | 60 | 0 | 15 | 144 | 114 |
| Binary | 11111111 | 10011111 | 10000101 | 0 | 100110 | 110000 | 0 | 1101 | 1100100 | 1001100 |
Color Harmonies of #FF9F85
Complementary color
Monochromatic Colors of #FF9F85
Black with #FF9F85
Text Example
Text Example
White with #FF9F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F85; }
p { color: rgb(255,159,133); }
H1.HeaderClassName
{
color: #FF9F85;
}
.AnyTagClassName
{
color: #FF9F85;
}
</style>
background-color css
<style>
a { background-color: #FF9F85; }
a { background-color: rgb(255,159,133); }
div.DivClassName
{
background-color: #FF9F85;
}
.BgClassName
{
background-color: #FF9F85;
}
</style>
border-color css
<style>
span { border-color: #FF9F85; }
span { border-color: rgb(255,159,133); }
td.TdClassName
{
border-color: #FF9F85;
}
.TagClassName
{
border-color: #FF9F85;
}
</style>