Shades of Coral #FE7C56
Tints of Coral #FE7C56
RGB
CMYK
RGB Variations
Color information
#FE7C56 (or 0xFE7C56) is known color: Coral. HEX triplet: FE, 7C and 56. RGB value is (254,124,86). Sum of RGB (Red+Green+Blue) = 254+124+86=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7C56 is #0183A9. Grayscale: #9E9E9E. Windows color (decimal): -99242 or 5668094. OLE color: 5668094.
HSL color Cylindrical-coordinate representation of color #FE7C56: hue angle of 13.57º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE7C56 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 86 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.00 |
| HSL | 13.57º | 0.99% | 0.67% | - |
| HSV(B) | 13.57º | 0.66% | 1% | - |
| XYZ | 49.76 | 36.16 | 13.16 | - |
| YUV | 158.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 86 | 0 | 0.51 | 0.66 | 0.00 | 13.57 | 0.99 | 0.67 |
| Hex | FE | 7C | 56 | 0 | 33 | 42 | 0 | E | 63 | 43 |
| Octal | 376 | 174 | 126 | 0 | 63 | 102 | 0 | 16 | 143 | 103 |
| Binary | 11111110 | 1111100 | 1010110 | 0 | 110011 | 1000010 | 0 | 1110 | 1100011 | 1000011 |
Color Harmonies of #FE7C56
Complementary color
Monochromatic Colors of #FE7C56
Black with #FE7C56
Text Example
Text Example
White with #FE7C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C56; }
p { color: rgb(254,124,86); }
H1.HeaderClassName
{
color: #FE7C56;
}
.AnyTagClassName
{
color: #FE7C56;
}
</style>
background-color css
<style>
a { background-color: #FE7C56; }
a { background-color: rgb(254,124,86); }
div.DivClassName
{
background-color: #FE7C56;
}
.BgClassName
{
background-color: #FE7C56;
}
</style>
border-color css
<style>
span { border-color: #FE7C56; }
span { border-color: rgb(254,124,86); }
td.TdClassName
{
border-color: #FE7C56;
}
.TagClassName
{
border-color: #FE7C56;
}
</style>