Shades of Coral #FE7448
Tints of Coral #FE7448
RGB
CMYK
RGB Variations
Color information
#FE7448 (or 0xFE7448) is known color: Coral. HEX triplet: FE, 74 and 48. RGB value is (254,116,72). Sum of RGB (Red+Green+Blue) = 254+116+72=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7448 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7448 is #018BB7. Grayscale: #989898. Windows color (decimal): -101304 or 4748542. OLE color: 4748542.
HSL color Cylindrical-coordinate representation of color #FE7448: hue angle of 14.51º 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 #FE7448 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 72 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.00 |
| HSL | 14.51º | 0.99% | 0.64% | - |
| HSV(B) | 14.51º | 0.72% | 1% | - |
| XYZ | 48.29 | 34.03 | 10.15 | - |
| YUV | 152.25 | 82.72 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 72 | 0 | 0.54 | 0.72 | 0.00 | 14.51 | 0.99 | 0.64 |
| Hex | FE | 74 | 48 | 0 | 36 | 48 | 0 | F | 63 | 40 |
| Octal | 376 | 164 | 110 | 0 | 66 | 110 | 0 | 17 | 143 | 100 |
| Binary | 11111110 | 1110100 | 1001000 | 0 | 110110 | 1001000 | 0 | 1111 | 1100011 | 1000000 |
Color Harmonies of #FE7448
Complementary color
Monochromatic Colors of #FE7448
Black with #FE7448
Text Example
Text Example
White with #FE7448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7448; }
p { color: rgb(254,116,72); }
H1.HeaderClassName
{
color: #FE7448;
}
.AnyTagClassName
{
color: #FE7448;
}
</style>
background-color css
<style>
a { background-color: #FE7448; }
a { background-color: rgb(254,116,72); }
div.DivClassName
{
background-color: #FE7448;
}
.BgClassName
{
background-color: #FE7448;
}
</style>
border-color css
<style>
span { border-color: #FE7448; }
span { border-color: rgb(254,116,72); }
td.TdClassName
{
border-color: #FE7448;
}
.TagClassName
{
border-color: #FE7448;
}
</style>