Shades of Vivid Tangerine #FF987C
Tints of Vivid Tangerine #FF987C
RGB
CMYK
RGB Variations
Color information
#FF987C (or 0xFF987C) is known color: Vivid Tangerine. HEX triplet: FF, 98 and 7C. RGB value is (255,152,124). Sum of RGB (Red+Green+Blue) = 255+152+124=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF987C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF987C is #006783. Grayscale: #B3B3B3. Windows color (decimal): -26500 or 8165631. OLE color: 8165631.
HSL color Cylindrical-coordinate representation of color #FF987C: hue angle of 12.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF987C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 124 | - |
| CMYK | 0 | 0.40 | 0.51 | 0 |
| HSL | 12.82º | 1% | 0.74% | - |
| HSV(B) | 12.82º | 0.51% | 1% | - |
| XYZ | 56.11 | 45.17 | 24.83 | - |
| YUV | 179.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 124 | 0 | 0.40 | 0.51 | 0 | 12.82 | 1 | 0.74 |
| Hex | FF | 98 | 7C | 0 | 28 | 33 | 0 | D | 64 | 4A |
| Octal | 377 | 230 | 174 | 0 | 50 | 63 | 0 | 15 | 144 | 112 |
| Binary | 11111111 | 10011000 | 1111100 | 0 | 101000 | 110011 | 0 | 1101 | 1100100 | 1001010 |
Color Harmonies of #FF987C
Complementary color
Monochromatic Colors of #FF987C
Black with #FF987C
Text Example
Text Example
White with #FF987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF987C; }
p { color: rgb(255,152,124); }
H1.HeaderClassName
{
color: #FF987C;
}
.AnyTagClassName
{
color: #FF987C;
}
</style>
background-color css
<style>
a { background-color: #FF987C; }
a { background-color: rgb(255,152,124); }
div.DivClassName
{
background-color: #FF987C;
}
.BgClassName
{
background-color: #FF987C;
}
</style>
border-color css
<style>
span { border-color: #FF987C; }
span { border-color: rgb(255,152,124); }
td.TdClassName
{
border-color: #FF987C;
}
.TagClassName
{
border-color: #FF987C;
}
</style>