Shades of Coral #FE7C4C
Tints of Coral #FE7C4C
RGB
CMYK
RGB Variations
Color information
#FE7C4C (or 0xFE7C4C) is known color: Coral. HEX triplet: FE, 7C and 4C. RGB value is (254,124,76). Sum of RGB (Red+Green+Blue) = 254+124+76=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7C4C is #0183B3. Grayscale: #9D9D9D. Windows color (decimal): -99252 or 5012734. OLE color: 5012734.
HSL color Cylindrical-coordinate representation of color #FE7C4C: hue angle of 16.18º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE7C4C is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 76 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.00 |
| HSL | 16.18º | 0.99% | 0.65% | - |
| HSV(B) | 16.18º | 0.7% | 1% | - |
| XYZ | 49.39 | 36.01 | 11.18 | - |
| YUV | 157.4 | 82.07 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 76 | 0 | 0.51 | 0.70 | 0.00 | 16.18 | 0.99 | 0.65 |
| Hex | FE | 7C | 4C | 0 | 33 | 46 | 0 | 10 | 63 | 41 |
| Octal | 376 | 174 | 114 | 0 | 63 | 106 | 0 | 20 | 143 | 101 |
| Binary | 11111110 | 1111100 | 1001100 | 0 | 110011 | 1000110 | 0 | 10000 | 1100011 | 1000001 |
Color Harmonies of #FE7C4C
Complementary color
Monochromatic Colors of #FE7C4C
Black with #FE7C4C
Text Example
Text Example
White with #FE7C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C4C; }
p { color: rgb(254,124,76); }
H1.HeaderClassName
{
color: #FE7C4C;
}
.AnyTagClassName
{
color: #FE7C4C;
}
</style>
background-color css
<style>
a { background-color: #FE7C4C; }
a { background-color: rgb(254,124,76); }
div.DivClassName
{
background-color: #FE7C4C;
}
.BgClassName
{
background-color: #FE7C4C;
}
</style>
border-color css
<style>
span { border-color: #FE7C4C; }
span { border-color: rgb(254,124,76); }
td.TdClassName
{
border-color: #FE7C4C;
}
.TagClassName
{
border-color: #FE7C4C;
}
</style>