Shades of Vivid Tangerine #FD8D7A
Tints of Vivid Tangerine #FD8D7A
RGB
CMYK
RGB Variations
Color information
#FD8D7A (or 0xFD8D7A) is known color: Vivid Tangerine. HEX triplet: FD, 8D and 7A. RGB value is (253,141,122). Sum of RGB (Red+Green+Blue) = 253+141+122=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D7A is #027285. Grayscale: #ACACAC. Windows color (decimal): -160390 or 8031741. OLE color: 8031741.
HSL color Cylindrical-coordinate representation of color #FD8D7A: hue angle of 8.7º 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 #FD8D7A is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 122 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.01 |
| HSL | 8.7º | 0.97% | 0.74% | - |
| HSV(B) | 8.7º | 0.52% | 0.99% | - |
| XYZ | 53.55 | 41.34 | 23.57 | - |
| YUV | 172.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 122 | 0 | 0.44 | 0.52 | 0.01 | 8.7 | 0.97 | 0.74 |
| Hex | FD | 8D | 7A | 0 | 2C | 34 | 1 | 9 | 61 | 4A |
| Octal | 375 | 215 | 172 | 0 | 54 | 64 | 1 | 11 | 141 | 112 |
| Binary | 11111101 | 10001101 | 1111010 | 0 | 101100 | 110100 | 1 | 1001 | 1100001 | 1001010 |
Color Harmonies of #FD8D7A
Complementary color
Monochromatic Colors of #FD8D7A
Black with #FD8D7A
Text Example
Text Example
White with #FD8D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D7A; }
p { color: rgb(253,141,122); }
H1.HeaderClassName
{
color: #FD8D7A;
}
.AnyTagClassName
{
color: #FD8D7A;
}
</style>
background-color css
<style>
a { background-color: #FD8D7A; }
a { background-color: rgb(253,141,122); }
div.DivClassName
{
background-color: #FD8D7A;
}
.BgClassName
{
background-color: #FD8D7A;
}
</style>
border-color css
<style>
span { border-color: #FD8D7A; }
span { border-color: rgb(253,141,122); }
td.TdClassName
{
border-color: #FD8D7A;
}
.TagClassName
{
border-color: #FD8D7A;
}
</style>