Shades of Coral #FE7C47
Tints of Coral #FE7C47
RGB
CMYK
RGB Variations
Color information
#FE7C47 (or 0xFE7C47) is known color: Coral. HEX triplet: FE, 7C and 47. RGB value is (254,124,71). Sum of RGB (Red+Green+Blue) = 254+124+71=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7C47 is #0183B8. Grayscale: #9D9D9D. Windows color (decimal): -99257 or 4685054. OLE color: 4685054.
HSL color Cylindrical-coordinate representation of color #FE7C47: hue angle of 17.38º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE7C47 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 71 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.00 |
| HSL | 17.38º | 0.99% | 0.64% | - |
| HSV(B) | 17.38º | 0.72% | 1% | - |
| XYZ | 49.22 | 35.94 | 10.3 | - |
| YUV | 156.83 | 79.57 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 71 | 0 | 0.51 | 0.72 | 0.00 | 17.38 | 0.99 | 0.64 |
| Hex | FE | 7C | 47 | 0 | 33 | 48 | 0 | 11 | 63 | 40 |
| Octal | 376 | 174 | 107 | 0 | 63 | 110 | 0 | 21 | 143 | 100 |
| Binary | 11111110 | 1111100 | 1000111 | 0 | 110011 | 1001000 | 0 | 10001 | 1100011 | 1000000 |
Color Harmonies of #FE7C47
Complementary color
Monochromatic Colors of #FE7C47
Black with #FE7C47
Text Example
Text Example
White with #FE7C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C47; }
p { color: rgb(254,124,71); }
H1.HeaderClassName
{
color: #FE7C47;
}
.AnyTagClassName
{
color: #FE7C47;
}
</style>
background-color css
<style>
a { background-color: #FE7C47; }
a { background-color: rgb(254,124,71); }
div.DivClassName
{
background-color: #FE7C47;
}
.BgClassName
{
background-color: #FE7C47;
}
</style>
border-color css
<style>
span { border-color: #FE7C47; }
span { border-color: rgb(254,124,71); }
td.TdClassName
{
border-color: #FE7C47;
}
.TagClassName
{
border-color: #FE7C47;
}
</style>