Shades of Coral #FE854E
Tints of Coral #FE854E
RGB
CMYK
RGB Variations
Color information
#FE854E (or 0xFE854E) is known color: Coral. HEX triplet: FE, 85 and 4E. RGB value is (254,133,78). Sum of RGB (Red+Green+Blue) = 254+133+78=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE854E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE854E is #017AB1. Grayscale: #A3A3A3. Windows color (decimal): -96946 or 5146110. OLE color: 5146110.
HSL color Cylindrical-coordinate representation of color #FE854E: hue angle of 18.75º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE854E is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 78 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.00 |
| HSL | 18.75º | 0.99% | 0.65% | - |
| HSV(B) | 18.75º | 0.69% | 1% | - |
| XYZ | 50.64 | 38.4 | 11.95 | - |
| YUV | 162.91 | 80.09 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 78 | 0 | 0.48 | 0.69 | 0.00 | 18.75 | 0.99 | 0.65 |
| Hex | FE | 85 | 4E | 0 | 30 | 45 | 0 | 13 | 63 | 41 |
| Octal | 376 | 205 | 116 | 0 | 60 | 105 | 0 | 23 | 143 | 101 |
| Binary | 11111110 | 10000101 | 1001110 | 0 | 110000 | 1000101 | 0 | 10011 | 1100011 | 1000001 |
Color Harmonies of #FE854E
Complementary color
Monochromatic Colors of #FE854E
Black with #FE854E
Text Example
Text Example
White with #FE854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE854E; }
p { color: rgb(254,133,78); }
H1.HeaderClassName
{
color: #FE854E;
}
.AnyTagClassName
{
color: #FE854E;
}
</style>
background-color css
<style>
a { background-color: #FE854E; }
a { background-color: rgb(254,133,78); }
div.DivClassName
{
background-color: #FE854E;
}
.BgClassName
{
background-color: #FE854E;
}
</style>
border-color css
<style>
span { border-color: #FE854E; }
span { border-color: rgb(254,133,78); }
td.TdClassName
{
border-color: #FE854E;
}
.TagClassName
{
border-color: #FE854E;
}
</style>