Shades of Coral #FE7346
Tints of Coral #FE7346
RGB
CMYK
RGB Variations
Color information
#FE7346 (or 0xFE7346) is known color: Coral. HEX triplet: FE, 73 and 46. RGB value is (254,115,70). Sum of RGB (Red+Green+Blue) = 254+115+70=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7346 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7346 is #018CB9. Grayscale: #979797. Windows color (decimal): -101562 or 4617214. OLE color: 4617214.
HSL color Cylindrical-coordinate representation of color #FE7346: hue angle of 14.67º 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 #FE7346 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 70 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.00 |
| HSL | 14.67º | 0.99% | 0.64% | - |
| HSV(B) | 14.67º | 0.72% | 1% | - |
| XYZ | 48.11 | 33.77 | 9.78 | - |
| YUV | 151.43 | 82.05 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 70 | 0 | 0.55 | 0.72 | 0.00 | 14.67 | 0.99 | 0.64 |
| Hex | FE | 73 | 46 | 0 | 37 | 48 | 0 | F | 63 | 40 |
| Octal | 376 | 163 | 106 | 0 | 67 | 110 | 0 | 17 | 143 | 100 |
| Binary | 11111110 | 1110011 | 1000110 | 0 | 110111 | 1001000 | 0 | 1111 | 1100011 | 1000000 |
Color Harmonies of #FE7346
Complementary color
Monochromatic Colors of #FE7346
Black with #FE7346
Text Example
Text Example
White with #FE7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7346; }
p { color: rgb(254,115,70); }
H1.HeaderClassName
{
color: #FE7346;
}
.AnyTagClassName
{
color: #FE7346;
}
</style>
background-color css
<style>
a { background-color: #FE7346; }
a { background-color: rgb(254,115,70); }
div.DivClassName
{
background-color: #FE7346;
}
.BgClassName
{
background-color: #FE7346;
}
</style>
border-color css
<style>
span { border-color: #FE7346; }
span { border-color: rgb(254,115,70); }
td.TdClassName
{
border-color: #FE7346;
}
.TagClassName
{
border-color: #FE7346;
}
</style>