Shades of Vivid Tangerine #FF987A
Tints of Vivid Tangerine #FF987A
RGB
CMYK
RGB Variations
Color information
#FF987A (or 0xFF987A) is known color: Vivid Tangerine. HEX triplet: FF, 98 and 7A. RGB value is (255,152,122). Sum of RGB (Red+Green+Blue) = 255+152+122=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF987A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF987A is #006785. Grayscale: #B3B3B3. Windows color (decimal): -26502 or 8034559. OLE color: 8034559.
HSL color Cylindrical-coordinate representation of color #FF987A: hue angle of 13.53º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF987A is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 122 | - |
| CMYK | 0 | 0.40 | 0.52 | 0 |
| HSL | 13.53º | 1% | 0.74% | - |
| HSV(B) | 13.53º | 0.52% | 1% | - |
| XYZ | 55.98 | 45.12 | 24.17 | - |
| YUV | 179.38 | 95.62 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 122 | 0 | 0.40 | 0.52 | 0 | 13.53 | 1 | 0.74 |
| Hex | FF | 98 | 7A | 0 | 28 | 34 | 0 | E | 64 | 4A |
| Octal | 377 | 230 | 172 | 0 | 50 | 64 | 0 | 16 | 144 | 112 |
| Binary | 11111111 | 10011000 | 1111010 | 0 | 101000 | 110100 | 0 | 1110 | 1100100 | 1001010 |
Color Harmonies of #FF987A
Complementary color
Monochromatic Colors of #FF987A
Black with #FF987A
Text Example
Text Example
White with #FF987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF987A; }
p { color: rgb(255,152,122); }
H1.HeaderClassName
{
color: #FF987A;
}
.AnyTagClassName
{
color: #FF987A;
}
</style>
background-color css
<style>
a { background-color: #FF987A; }
a { background-color: rgb(255,152,122); }
div.DivClassName
{
background-color: #FF987A;
}
.BgClassName
{
background-color: #FF987A;
}
</style>
border-color css
<style>
span { border-color: #FF987A; }
span { border-color: rgb(255,152,122); }
td.TdClassName
{
border-color: #FF987A;
}
.TagClassName
{
border-color: #FF987A;
}
</style>