Shades of Coral #FE845E
Tints of Coral #FE845E
RGB
CMYK
RGB Variations
Color information
#FE845E (or 0xFE845E) is known color: Coral. HEX triplet: FE, 84 and 5E. RGB value is (254,132,94). Sum of RGB (Red+Green+Blue) = 254+132+94=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE845E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE845E is #017BA1. Grayscale: #A4A4A4. Windows color (decimal): -97186 or 6194430. OLE color: 6194430.
HSL color Cylindrical-coordinate representation of color #FE845E: hue angle of 14.25º 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 #FE845E is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 94 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.00 |
| HSL | 14.25º | 0.99% | 0.68% | - |
| HSV(B) | 14.25º | 0.63% | 1% | - |
| XYZ | 51.14 | 38.38 | 15.3 | - |
| YUV | 164.15 | 88.42 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 94 | 0 | 0.48 | 0.63 | 0.00 | 14.25 | 0.99 | 0.68 |
| Hex | FE | 84 | 5E | 0 | 30 | 3F | 0 | E | 63 | 44 |
| Octal | 376 | 204 | 136 | 0 | 60 | 77 | 0 | 16 | 143 | 104 |
| Binary | 11111110 | 10000100 | 1011110 | 0 | 110000 | 111111 | 0 | 1110 | 1100011 | 1000100 |
Color Harmonies of #FE845E
Complementary color
Monochromatic Colors of #FE845E
Black with #FE845E
Text Example
Text Example
White with #FE845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE845E; }
p { color: rgb(254,132,94); }
H1.HeaderClassName
{
color: #FE845E;
}
.AnyTagClassName
{
color: #FE845E;
}
</style>
background-color css
<style>
a { background-color: #FE845E; }
a { background-color: rgb(254,132,94); }
div.DivClassName
{
background-color: #FE845E;
}
.BgClassName
{
background-color: #FE845E;
}
</style>
border-color css
<style>
span { border-color: #FE845E; }
span { border-color: rgb(254,132,94); }
td.TdClassName
{
border-color: #FE845E;
}
.TagClassName
{
border-color: #FE845E;
}
</style>