Shades of Vivid Tangerine #FF9C85
Tints of Vivid Tangerine #FF9C85
RGB
CMYK
RGB Variations
Color information
#FF9C85 (or 0xFF9C85) is known color: Vivid Tangerine. HEX triplet: FF, 9C and 85. RGB value is (255,156,133). Sum of RGB (Red+Green+Blue) = 255+156+133=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9C85 is #00637A. Grayscale: #B7B7B7. Windows color (decimal): -25467 or 8756479. OLE color: 8756479.
HSL color Cylindrical-coordinate representation of color #FF9C85: hue angle of 11.31º 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 #FF9C85 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 133 | - |
| CMYK | 0 | 0.39 | 0.48 | 0 |
| HSL | 11.31º | 1% | 0.76% | - |
| HSV(B) | 11.31º | 0.48% | 1% | - |
| XYZ | 57.36 | 46.73 | 28.19 | - |
| YUV | 182.98 | 99.8 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 133 | 0 | 0.39 | 0.48 | 0 | 11.31 | 1 | 0.76 |
| Hex | FF | 9C | 85 | 0 | 27 | 30 | 0 | B | 64 | 4C |
| Octal | 377 | 234 | 205 | 0 | 47 | 60 | 0 | 13 | 144 | 114 |
| Binary | 11111111 | 10011100 | 10000101 | 0 | 100111 | 110000 | 0 | 1011 | 1100100 | 1001100 |
Color Harmonies of #FF9C85
Complementary color
Monochromatic Colors of #FF9C85
Black with #FF9C85
Text Example
Text Example
White with #FF9C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C85; }
p { color: rgb(255,156,133); }
H1.HeaderClassName
{
color: #FF9C85;
}
.AnyTagClassName
{
color: #FF9C85;
}
</style>
background-color css
<style>
a { background-color: #FF9C85; }
a { background-color: rgb(255,156,133); }
div.DivClassName
{
background-color: #FF9C85;
}
.BgClassName
{
background-color: #FF9C85;
}
</style>
border-color css
<style>
span { border-color: #FF9C85; }
span { border-color: rgb(255,156,133); }
td.TdClassName
{
border-color: #FF9C85;
}
.TagClassName
{
border-color: #FF9C85;
}
</style>