Shades of Coral #FD7E5D
Tints of Coral #FD7E5D
RGB
CMYK
RGB Variations
Color information
#FD7E5D (or 0xFD7E5D) is known color: Coral. HEX triplet: FD, 7E and 5D. RGB value is (253,126,93). Sum of RGB (Red+Green+Blue) = 253+126+93=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7E5D is #0281A2. Grayscale: #A0A0A0. Windows color (decimal): -164259 or 6127357. OLE color: 6127357.
HSL color Cylindrical-coordinate representation of color #FD7E5D: hue angle of 12.38º 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 #FD7E5D is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 126 | 93 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.01 |
| HSL | 12.38º | 0.98% | 0.68% | - |
| HSV(B) | 12.38º | 0.63% | 0.99% | - |
| XYZ | 49.94 | 36.59 | 14.79 | - |
| YUV | 160.21 | 90.08 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 126 | 93 | 0 | 0.50 | 0.63 | 0.01 | 12.38 | 0.98 | 0.68 |
| Hex | FD | 7E | 5D | 0 | 32 | 3F | 1 | C | 62 | 44 |
| Octal | 375 | 176 | 135 | 0 | 62 | 77 | 1 | 14 | 142 | 104 |
| Binary | 11111101 | 1111110 | 1011101 | 0 | 110010 | 111111 | 1 | 1100 | 1100010 | 1000100 |
Color Harmonies of #FD7E5D
Complementary color
Monochromatic Colors of #FD7E5D
Black with #FD7E5D
Text Example
Text Example
White with #FD7E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7E5D; }
p { color: rgb(253,126,93); }
H1.HeaderClassName
{
color: #FD7E5D;
}
.AnyTagClassName
{
color: #FD7E5D;
}
</style>
background-color css
<style>
a { background-color: #FD7E5D; }
a { background-color: rgb(253,126,93); }
div.DivClassName
{
background-color: #FD7E5D;
}
.BgClassName
{
background-color: #FD7E5D;
}
</style>
border-color css
<style>
span { border-color: #FD7E5D; }
span { border-color: rgb(253,126,93); }
td.TdClassName
{
border-color: #FD7E5D;
}
.TagClassName
{
border-color: #FD7E5D;
}
</style>