Shades of Coral #FE865D
Tints of Coral #FE865D
RGB
CMYK
RGB Variations
Color information
#FE865D (or 0xFE865D) is known color: Coral. HEX triplet: FE, 86 and 5D. RGB value is (254,134,93). Sum of RGB (Red+Green+Blue) = 254+134+93=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE865D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE865D is #0179A2. Grayscale: #A5A5A5. Windows color (decimal): -96675 or 6129406. OLE color: 6129406.
HSL color Cylindrical-coordinate representation of color #FE865D: hue angle of 15.28º 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 #FE865D is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 93 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.00 |
| HSL | 15.28º | 0.99% | 0.68% | - |
| HSV(B) | 15.28º | 0.63% | 1% | - |
| XYZ | 51.37 | 38.91 | 15.16 | - |
| YUV | 165.21 | 87.26 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 93 | 0 | 0.47 | 0.63 | 0.00 | 15.28 | 0.99 | 0.68 |
| Hex | FE | 86 | 5D | 0 | 2F | 3F | 0 | F | 63 | 44 |
| Octal | 376 | 206 | 135 | 0 | 57 | 77 | 0 | 17 | 143 | 104 |
| Binary | 11111110 | 10000110 | 1011101 | 0 | 101111 | 111111 | 0 | 1111 | 1100011 | 1000100 |
Color Harmonies of #FE865D
Complementary color
Monochromatic Colors of #FE865D
Black with #FE865D
Text Example
Text Example
White with #FE865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE865D; }
p { color: rgb(254,134,93); }
H1.HeaderClassName
{
color: #FE865D;
}
.AnyTagClassName
{
color: #FE865D;
}
</style>
background-color css
<style>
a { background-color: #FE865D; }
a { background-color: rgb(254,134,93); }
div.DivClassName
{
background-color: #FE865D;
}
.BgClassName
{
background-color: #FE865D;
}
</style>
border-color css
<style>
span { border-color: #FE865D; }
span { border-color: rgb(254,134,93); }
td.TdClassName
{
border-color: #FE865D;
}
.TagClassName
{
border-color: #FE865D;
}
</style>