Shades of Coral #FE8346
Tints of Coral #FE8346
RGB
CMYK
RGB Variations
Color information
#FE8346 (or 0xFE8346) is known color: Coral. HEX triplet: FE, 83 and 46. RGB value is (254,131,70). Sum of RGB (Red+Green+Blue) = 254+131+70=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8346 is #017CB9. Grayscale: #A1A1A1. Windows color (decimal): -97466 or 4621310. OLE color: 4621310.
HSL color Cylindrical-coordinate representation of color #FE8346: hue angle of 19.89º 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 #FE8346 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 70 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.00 |
| HSL | 19.89º | 0.99% | 0.64% | - |
| HSV(B) | 19.89º | 0.72% | 1% | - |
| XYZ | 50.09 | 37.75 | 10.44 | - |
| YUV | 160.82 | 76.75 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 70 | 0 | 0.48 | 0.72 | 0.00 | 19.89 | 0.99 | 0.64 |
| Hex | FE | 83 | 46 | 0 | 30 | 48 | 0 | 14 | 63 | 40 |
| Octal | 376 | 203 | 106 | 0 | 60 | 110 | 0 | 24 | 143 | 100 |
| Binary | 11111110 | 10000011 | 1000110 | 0 | 110000 | 1001000 | 0 | 10100 | 1100011 | 1000000 |
Color Harmonies of #FE8346
Complementary color
Monochromatic Colors of #FE8346
Black with #FE8346
Text Example
Text Example
White with #FE8346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8346; }
p { color: rgb(254,131,70); }
H1.HeaderClassName
{
color: #FE8346;
}
.AnyTagClassName
{
color: #FE8346;
}
</style>
background-color css
<style>
a { background-color: #FE8346; }
a { background-color: rgb(254,131,70); }
div.DivClassName
{
background-color: #FE8346;
}
.BgClassName
{
background-color: #FE8346;
}
</style>
border-color css
<style>
span { border-color: #FE8346; }
span { border-color: rgb(254,131,70); }
td.TdClassName
{
border-color: #FE8346;
}
.TagClassName
{
border-color: #FE8346;
}
</style>