Shades of Coral #FE855D
Tints of Coral #FE855D
RGB
CMYK
RGB Variations
Color information
#FE855D (or 0xFE855D) is known color: Coral. HEX triplet: FE, 85 and 5D. RGB value is (254,133,93). Sum of RGB (Red+Green+Blue) = 254+133+93=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE855D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE855D is #017AA2. Grayscale: #A4A4A4. Windows color (decimal): -96931 or 6129150. OLE color: 6129150.
HSL color Cylindrical-coordinate representation of color #FE855D: hue angle of 14.91º 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 #FE855D is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 93 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.00 |
| HSL | 14.91º | 0.99% | 0.68% | - |
| HSV(B) | 14.91º | 0.63% | 1% | - |
| XYZ | 51.24 | 38.64 | 15.11 | - |
| YUV | 164.62 | 87.59 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 93 | 0 | 0.48 | 0.63 | 0.00 | 14.91 | 0.99 | 0.68 |
| Hex | FE | 85 | 5D | 0 | 30 | 3F | 0 | F | 63 | 44 |
| Octal | 376 | 205 | 135 | 0 | 60 | 77 | 0 | 17 | 143 | 104 |
| Binary | 11111110 | 10000101 | 1011101 | 0 | 110000 | 111111 | 0 | 1111 | 1100011 | 1000100 |
Color Harmonies of #FE855D
Complementary color
Monochromatic Colors of #FE855D
Black with #FE855D
Text Example
Text Example
White with #FE855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE855D; }
p { color: rgb(254,133,93); }
H1.HeaderClassName
{
color: #FE855D;
}
.AnyTagClassName
{
color: #FE855D;
}
</style>
background-color css
<style>
a { background-color: #FE855D; }
a { background-color: rgb(254,133,93); }
div.DivClassName
{
background-color: #FE855D;
}
.BgClassName
{
background-color: #FE855D;
}
</style>
border-color css
<style>
span { border-color: #FE855D; }
span { border-color: rgb(254,133,93); }
td.TdClassName
{
border-color: #FE855D;
}
.TagClassName
{
border-color: #FE855D;
}
</style>