Shades of Vivid Tangerine #FD8F7A
Tints of Vivid Tangerine #FD8F7A
RGB
CMYK
RGB Variations
Color information
#FD8F7A (or 0xFD8F7A) is known color: Vivid Tangerine. HEX triplet: FD, 8F and 7A. RGB value is (253,143,122). Sum of RGB (Red+Green+Blue) = 253+143+122=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8F7A is #027085. Grayscale: #ADADAD. Windows color (decimal): -159878 or 8032253. OLE color: 8032253.
HSL color Cylindrical-coordinate representation of color #FD8F7A: hue angle of 9.62º 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 #FD8F7A is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 143 | 122 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.01 |
| HSL | 9.62º | 0.97% | 0.74% | - |
| HSV(B) | 9.62º | 0.52% | 0.99% | - |
| XYZ | 53.84 | 41.93 | 23.67 | - |
| YUV | 173.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 143 | 122 | 0 | 0.43 | 0.52 | 0.01 | 9.62 | 0.97 | 0.74 |
| Hex | FD | 8F | 7A | 0 | 2B | 34 | 1 | A | 61 | 4A |
| Octal | 375 | 217 | 172 | 0 | 53 | 64 | 1 | 12 | 141 | 112 |
| Binary | 11111101 | 10001111 | 1111010 | 0 | 101011 | 110100 | 1 | 1010 | 1100001 | 1001010 |
Color Harmonies of #FD8F7A
Complementary color
Monochromatic Colors of #FD8F7A
Black with #FD8F7A
Text Example
Text Example
White with #FD8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8F7A; }
p { color: rgb(253,143,122); }
H1.HeaderClassName
{
color: #FD8F7A;
}
.AnyTagClassName
{
color: #FD8F7A;
}
</style>
background-color css
<style>
a { background-color: #FD8F7A; }
a { background-color: rgb(253,143,122); }
div.DivClassName
{
background-color: #FD8F7A;
}
.BgClassName
{
background-color: #FD8F7A;
}
</style>
border-color css
<style>
span { border-color: #FD8F7A; }
span { border-color: rgb(253,143,122); }
td.TdClassName
{
border-color: #FD8F7A;
}
.TagClassName
{
border-color: #FD8F7A;
}
</style>