Shades of Coral #FE843F
Tints of Coral #FE843F
RGB
CMYK
RGB Variations
Color information
#FE843F (or 0xFE843F) is known color: Coral. HEX triplet: FE, 84 and 3F. RGB value is (254,132,63). Sum of RGB (Red+Green+Blue) = 254+132+63=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE843F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE843F is #017BC0. Grayscale: #A1A1A1. Windows color (decimal): -97217 or 4162814. OLE color: 4162814.
HSL color Cylindrical-coordinate representation of color #FE843F: hue angle of 21.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE843F is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 63 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.00 |
| HSL | 21.68º | 0.99% | 0.62% | - |
| HSV(B) | 21.68º | 0.75% | 1% | - |
| XYZ | 50.02 | 37.93 | 9.39 | - |
| YUV | 160.61 | 72.92 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 63 | 0 | 0.48 | 0.75 | 0.00 | 21.68 | 0.99 | 0.62 |
| Hex | FE | 84 | 3F | 0 | 30 | 4B | 0 | 16 | 63 | 3E |
| Octal | 376 | 204 | 77 | 0 | 60 | 113 | 0 | 26 | 143 | 76 |
| Binary | 11111110 | 10000100 | 111111 | 0 | 110000 | 1001011 | 0 | 10110 | 1100011 | 111110 |
Color Harmonies of #FE843F
Complementary color
Monochromatic Colors of #FE843F
Black with #FE843F
Text Example
Text Example
White with #FE843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE843F; }
p { color: rgb(254,132,63); }
H1.HeaderClassName
{
color: #FE843F;
}
.AnyTagClassName
{
color: #FE843F;
}
</style>
background-color css
<style>
a { background-color: #FE843F; }
a { background-color: rgb(254,132,63); }
div.DivClassName
{
background-color: #FE843F;
}
.BgClassName
{
background-color: #FE843F;
}
</style>
border-color css
<style>
span { border-color: #FE843F; }
span { border-color: rgb(254,132,63); }
td.TdClassName
{
border-color: #FE843F;
}
.TagClassName
{
border-color: #FE843F;
}
</style>