Shades of Vivid Tangerine #FD987A
Tints of Vivid Tangerine #FD987A
RGB
CMYK
RGB Variations
Color information
#FD987A (or 0xFD987A) is known color: Vivid Tangerine. HEX triplet: FD, 98 and 7A. RGB value is (253,152,122). Sum of RGB (Red+Green+Blue) = 253+152+122=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD987A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD987A is #026785. Grayscale: #B2B2B2. Windows color (decimal): -157574 or 8034557. OLE color: 8034557.
HSL color Cylindrical-coordinate representation of color #FD987A: hue angle of 13.74º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD987A is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 152 | 122 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.01 |
| HSL | 13.74º | 0.97% | 0.74% | - |
| HSV(B) | 13.74º | 0.52% | 0.99% | - |
| XYZ | 55.25 | 44.74 | 24.14 | - |
| YUV | 178.78 | 95.96 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 152 | 122 | 0 | 0.40 | 0.52 | 0.01 | 13.74 | 0.97 | 0.74 |
| Hex | FD | 98 | 7A | 0 | 28 | 34 | 1 | E | 61 | 4A |
| Octal | 375 | 230 | 172 | 0 | 50 | 64 | 1 | 16 | 141 | 112 |
| Binary | 11111101 | 10011000 | 1111010 | 0 | 101000 | 110100 | 1 | 1110 | 1100001 | 1001010 |
Color Harmonies of #FD987A
Complementary color
Monochromatic Colors of #FD987A
Black with #FD987A
Text Example
Text Example
White with #FD987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD987A; }
p { color: rgb(253,152,122); }
H1.HeaderClassName
{
color: #FD987A;
}
.AnyTagClassName
{
color: #FD987A;
}
</style>
background-color css
<style>
a { background-color: #FD987A; }
a { background-color: rgb(253,152,122); }
div.DivClassName
{
background-color: #FD987A;
}
.BgClassName
{
background-color: #FD987A;
}
</style>
border-color css
<style>
span { border-color: #FD987A; }
span { border-color: rgb(253,152,122); }
td.TdClassName
{
border-color: #FD987A;
}
.TagClassName
{
border-color: #FD987A;
}
</style>