Shades of Coral #FE7D5D
Tints of Coral #FE7D5D
RGB
CMYK
RGB Variations
Color information
#FE7D5D (or 0xFE7D5D) is known color: Coral. HEX triplet: FE, 7D and 5D. RGB value is (254,125,93). Sum of RGB (Red+Green+Blue) = 254+125+93=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D5D is #0182A2. Grayscale: #A0A0A0. Windows color (decimal): -98979 or 6127102. OLE color: 6127102.
HSL color Cylindrical-coordinate representation of color #FE7D5D: hue angle of 11.93º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE7D5D is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 93 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.00 |
| HSL | 11.93º | 0.99% | 0.68% | - |
| HSV(B) | 11.93º | 0.63% | 1% | - |
| XYZ | 50.18 | 36.53 | 14.76 | - |
| YUV | 159.92 | 90.24 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 93 | 0 | 0.51 | 0.63 | 0.00 | 11.93 | 0.99 | 0.68 |
| Hex | FE | 7D | 5D | 0 | 33 | 3F | 0 | C | 63 | 44 |
| Octal | 376 | 175 | 135 | 0 | 63 | 77 | 0 | 14 | 143 | 104 |
| Binary | 11111110 | 1111101 | 1011101 | 0 | 110011 | 111111 | 0 | 1100 | 1100011 | 1000100 |
Color Harmonies of #FE7D5D
Complementary color
Monochromatic Colors of #FE7D5D
Black with #FE7D5D
Text Example
Text Example
White with #FE7D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D5D; }
p { color: rgb(254,125,93); }
H1.HeaderClassName
{
color: #FE7D5D;
}
.AnyTagClassName
{
color: #FE7D5D;
}
</style>
background-color css
<style>
a { background-color: #FE7D5D; }
a { background-color: rgb(254,125,93); }
div.DivClassName
{
background-color: #FE7D5D;
}
.BgClassName
{
background-color: #FE7D5D;
}
</style>
border-color css
<style>
span { border-color: #FE7D5D; }
span { border-color: rgb(254,125,93); }
td.TdClassName
{
border-color: #FE7D5D;
}
.TagClassName
{
border-color: #FE7D5D;
}
</style>