Shades of Coral #FE845D
Tints of Coral #FE845D
RGB
CMYK
RGB Variations
Color information
#FE845D (or 0xFE845D) is known color: Coral. HEX triplet: FE, 84 and 5D. RGB value is (254,132,93). Sum of RGB (Red+Green+Blue) = 254+132+93=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE845D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE845D is #017BA2. Grayscale: #A4A4A4. Windows color (decimal): -97187 or 6128894. OLE color: 6128894.
HSL color Cylindrical-coordinate representation of color #FE845D: hue angle of 14.53º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE845D is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 93 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.00 |
| HSL | 14.53º | 0.99% | 0.68% | - |
| HSV(B) | 14.53º | 0.63% | 1% | - |
| XYZ | 51.1 | 38.36 | 15.07 | - |
| YUV | 164.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 93 | 0 | 0.48 | 0.63 | 0.00 | 14.53 | 0.99 | 0.68 |
| Hex | FE | 84 | 5D | 0 | 30 | 3F | 0 | F | 63 | 44 |
| Octal | 376 | 204 | 135 | 0 | 60 | 77 | 0 | 17 | 143 | 104 |
| Binary | 11111110 | 10000100 | 1011101 | 0 | 110000 | 111111 | 0 | 1111 | 1100011 | 1000100 |
Color Harmonies of #FE845D
Complementary color
Monochromatic Colors of #FE845D
Black with #FE845D
Text Example
Text Example
White with #FE845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE845D; }
p { color: rgb(254,132,93); }
H1.HeaderClassName
{
color: #FE845D;
}
.AnyTagClassName
{
color: #FE845D;
}
</style>
background-color css
<style>
a { background-color: #FE845D; }
a { background-color: rgb(254,132,93); }
div.DivClassName
{
background-color: #FE845D;
}
.BgClassName
{
background-color: #FE845D;
}
</style>
border-color css
<style>
span { border-color: #FE845D; }
span { border-color: rgb(254,132,93); }
td.TdClassName
{
border-color: #FE845D;
}
.TagClassName
{
border-color: #FE845D;
}
</style>