Shades of Coral #FD7C5D
Tints of Coral #FD7C5D
RGB
CMYK
RGB Variations
Color information
#FD7C5D (or 0xFD7C5D) is known color: Coral. HEX triplet: FD, 7C and 5D. RGB value is (253,124,93). Sum of RGB (Red+Green+Blue) = 253+124+93=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C5D is #0283A2. Grayscale: #9F9F9F. Windows color (decimal): -164771 or 6126845. OLE color: 6126845.
HSL color Cylindrical-coordinate representation of color #FD7C5D: hue angle of 11.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD7C5D is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 124 | 93 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.01 |
| HSL | 11.63º | 0.98% | 0.68% | - |
| HSV(B) | 11.63º | 0.63% | 0.99% | - |
| XYZ | 49.69 | 36.09 | 14.7 | - |
| YUV | 159.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 124 | 93 | 0 | 0.51 | 0.63 | 0.01 | 11.63 | 0.98 | 0.68 |
| Hex | FD | 7C | 5D | 0 | 33 | 3F | 1 | C | 62 | 44 |
| Octal | 375 | 174 | 135 | 0 | 63 | 77 | 1 | 14 | 142 | 104 |
| Binary | 11111101 | 1111100 | 1011101 | 0 | 110011 | 111111 | 1 | 1100 | 1100010 | 1000100 |
Color Harmonies of #FD7C5D
Complementary color
Monochromatic Colors of #FD7C5D
Black with #FD7C5D
Text Example
Text Example
White with #FD7C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7C5D; }
p { color: rgb(253,124,93); }
H1.HeaderClassName
{
color: #FD7C5D;
}
.AnyTagClassName
{
color: #FD7C5D;
}
</style>
background-color css
<style>
a { background-color: #FD7C5D; }
a { background-color: rgb(253,124,93); }
div.DivClassName
{
background-color: #FD7C5D;
}
.BgClassName
{
background-color: #FD7C5D;
}
</style>
border-color css
<style>
span { border-color: #FD7C5D; }
span { border-color: rgb(253,124,93); }
td.TdClassName
{
border-color: #FD7C5D;
}
.TagClassName
{
border-color: #FD7C5D;
}
</style>