Shades of Coral #FE8558
Tints of Coral #FE8558
RGB
CMYK
RGB Variations
Color information
#FE8558 (or 0xFE8558) is known color: Coral. HEX triplet: FE, 85 and 58. RGB value is (254,133,88). Sum of RGB (Red+Green+Blue) = 254+133+88=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8558 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8558 is #017AA7. Grayscale: #A4A4A4. Windows color (decimal): -96936 or 5801470. OLE color: 5801470.
HSL color Cylindrical-coordinate representation of color #FE8558: hue angle of 16.27º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE8558 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 88 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.00 |
| HSL | 16.27º | 0.99% | 0.67% | - |
| HSV(B) | 16.27º | 0.65% | 1% | - |
| XYZ | 51.02 | 38.55 | 13.98 | - |
| YUV | 164.05 | 85.09 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 88 | 0 | 0.48 | 0.65 | 0.00 | 16.27 | 0.99 | 0.67 |
| Hex | FE | 85 | 58 | 0 | 30 | 41 | 0 | 10 | 63 | 43 |
| Octal | 376 | 205 | 130 | 0 | 60 | 101 | 0 | 20 | 143 | 103 |
| Binary | 11111110 | 10000101 | 1011000 | 0 | 110000 | 1000001 | 0 | 10000 | 1100011 | 1000011 |
Color Harmonies of #FE8558
Complementary color
Monochromatic Colors of #FE8558
Black with #FE8558
Text Example
Text Example
White with #FE8558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8558; }
p { color: rgb(254,133,88); }
H1.HeaderClassName
{
color: #FE8558;
}
.AnyTagClassName
{
color: #FE8558;
}
</style>
background-color css
<style>
a { background-color: #FE8558; }
a { background-color: rgb(254,133,88); }
div.DivClassName
{
background-color: #FE8558;
}
.BgClassName
{
background-color: #FE8558;
}
</style>
border-color css
<style>
span { border-color: #FE8558; }
span { border-color: rgb(254,133,88); }
td.TdClassName
{
border-color: #FE8558;
}
.TagClassName
{
border-color: #FE8558;
}
</style>