Shades of Coral #FE7D58
Tints of Coral #FE7D58
RGB
CMYK
RGB Variations
Color information
#FE7D58 (or 0xFE7D58) is known color: Coral. HEX triplet: FE, 7D and 58. RGB value is (254,125,88). Sum of RGB (Red+Green+Blue) = 254+125+88=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D58 is #0182A7. Grayscale: #9F9F9F. Windows color (decimal): -98984 or 5799422. OLE color: 5799422.
HSL color Cylindrical-coordinate representation of color #FE7D58: hue angle of 13.37º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE7D58 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 88 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.00 |
| HSL | 13.37º | 0.99% | 0.67% | - |
| HSV(B) | 13.37º | 0.65% | 1% | - |
| XYZ | 49.97 | 36.44 | 13.63 | - |
| YUV | 159.35 | 87.74 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 88 | 0 | 0.51 | 0.65 | 0.00 | 13.37 | 0.99 | 0.67 |
| Hex | FE | 7D | 58 | 0 | 33 | 41 | 0 | D | 63 | 43 |
| Octal | 376 | 175 | 130 | 0 | 63 | 101 | 0 | 15 | 143 | 103 |
| Binary | 11111110 | 1111101 | 1011000 | 0 | 110011 | 1000001 | 0 | 1101 | 1100011 | 1000011 |
Color Harmonies of #FE7D58
Complementary color
Monochromatic Colors of #FE7D58
Black with #FE7D58
Text Example
Text Example
White with #FE7D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D58; }
p { color: rgb(254,125,88); }
H1.HeaderClassName
{
color: #FE7D58;
}
.AnyTagClassName
{
color: #FE7D58;
}
</style>
background-color css
<style>
a { background-color: #FE7D58; }
a { background-color: rgb(254,125,88); }
div.DivClassName
{
background-color: #FE7D58;
}
.BgClassName
{
background-color: #FE7D58;
}
</style>
border-color css
<style>
span { border-color: #FE7D58; }
span { border-color: rgb(254,125,88); }
td.TdClassName
{
border-color: #FE7D58;
}
.TagClassName
{
border-color: #FE7D58;
}
</style>