Shades of Vivid Tangerine #FD8C7D
Tints of Vivid Tangerine #FD8C7D
RGB
CMYK
RGB Variations
Color information
#FD8C7D (or 0xFD8C7D) is known color: Vivid Tangerine. HEX triplet: FD, 8C and 7D. RGB value is (253,140,125). Sum of RGB (Red+Green+Blue) = 253+140+125=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C7D is #027382. Grayscale: #ACACAC. Windows color (decimal): -160643 or 8228093. OLE color: 8228093.
HSL color Cylindrical-coordinate representation of color #FD8C7D: hue angle of 7.03º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD8C7D is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 125 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.01 |
| HSL | 7.03º | 0.97% | 0.74% | - |
| HSV(B) | 7.03º | 0.51% | 0.99% | - |
| XYZ | 53.59 | 41.12 | 24.51 | - |
| YUV | 172.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 125 | 0 | 0.45 | 0.51 | 0.01 | 7.03 | 0.97 | 0.74 |
| Hex | FD | 8C | 7D | 0 | 2D | 33 | 1 | 7 | 61 | 4A |
| Octal | 375 | 214 | 175 | 0 | 55 | 63 | 1 | 7 | 141 | 112 |
| Binary | 11111101 | 10001100 | 1111101 | 0 | 101101 | 110011 | 1 | 111 | 1100001 | 1001010 |
Color Harmonies of #FD8C7D
Complementary color
Monochromatic Colors of #FD8C7D
Black with #FD8C7D
Text Example
Text Example
White with #FD8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C7D; }
p { color: rgb(253,140,125); }
H1.HeaderClassName
{
color: #FD8C7D;
}
.AnyTagClassName
{
color: #FD8C7D;
}
</style>
background-color css
<style>
a { background-color: #FD8C7D; }
a { background-color: rgb(253,140,125); }
div.DivClassName
{
background-color: #FD8C7D;
}
.BgClassName
{
background-color: #FD8C7D;
}
</style>
border-color css
<style>
span { border-color: #FD8C7D; }
span { border-color: rgb(253,140,125); }
td.TdClassName
{
border-color: #FD8C7D;
}
.TagClassName
{
border-color: #FD8C7D;
}
</style>