Shades of Coral #FE864D
Tints of Coral #FE864D
RGB
CMYK
RGB Variations
Color information
#FE864D (or 0xFE864D) is known color: Coral. HEX triplet: FE, 86 and 4D. RGB value is (254,134,77). Sum of RGB (Red+Green+Blue) = 254+134+77=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE864D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE864D is #0179B2. Grayscale: #A3A3A3. Windows color (decimal): -96691 or 5080830. OLE color: 5080830.
HSL color Cylindrical-coordinate representation of color #FE864D: hue angle of 19.32º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE864D is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 77 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.00 |
| HSL | 19.32º | 0.99% | 0.65% | - |
| HSV(B) | 19.32º | 0.7% | 1% | - |
| XYZ | 50.74 | 38.66 | 11.81 | - |
| YUV | 163.38 | 79.26 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 77 | 0 | 0.47 | 0.70 | 0.00 | 19.32 | 0.99 | 0.65 |
| Hex | FE | 86 | 4D | 0 | 2F | 46 | 0 | 13 | 63 | 41 |
| Octal | 376 | 206 | 115 | 0 | 57 | 106 | 0 | 23 | 143 | 101 |
| Binary | 11111110 | 10000110 | 1001101 | 0 | 101111 | 1000110 | 0 | 10011 | 1100011 | 1000001 |
Color Harmonies of #FE864D
Complementary color
Monochromatic Colors of #FE864D
Black with #FE864D
Text Example
Text Example
White with #FE864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE864D; }
p { color: rgb(254,134,77); }
H1.HeaderClassName
{
color: #FE864D;
}
.AnyTagClassName
{
color: #FE864D;
}
</style>
background-color css
<style>
a { background-color: #FE864D; }
a { background-color: rgb(254,134,77); }
div.DivClassName
{
background-color: #FE864D;
}
.BgClassName
{
background-color: #FE864D;
}
</style>
border-color css
<style>
span { border-color: #FE864D; }
span { border-color: rgb(254,134,77); }
td.TdClassName
{
border-color: #FE864D;
}
.TagClassName
{
border-color: #FE864D;
}
</style>