Shades of Coral #FE8455
Tints of Coral #FE8455
RGB
CMYK
RGB Variations
Color information
#FE8455 (or 0xFE8455) is known color: Coral. HEX triplet: FE, 84 and 55. RGB value is (254,132,85). Sum of RGB (Red+Green+Blue) = 254+132+85=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8455 is #017BAA. Grayscale: #A3A3A3. Windows color (decimal): -97195 or 5604606. OLE color: 5604606.
HSL color Cylindrical-coordinate representation of color #FE8455: hue angle of 16.69º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE8455 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 85 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.00 |
| HSL | 16.69º | 0.99% | 0.66% | - |
| HSV(B) | 16.69º | 0.67% | 1% | - |
| XYZ | 50.76 | 38.23 | 13.3 | - |
| YUV | 163.12 | 83.92 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 85 | 0 | 0.48 | 0.67 | 0.00 | 16.69 | 0.99 | 0.66 |
| Hex | FE | 84 | 55 | 0 | 30 | 43 | 0 | 11 | 63 | 42 |
| Octal | 376 | 204 | 125 | 0 | 60 | 103 | 0 | 21 | 143 | 102 |
| Binary | 11111110 | 10000100 | 1010101 | 0 | 110000 | 1000011 | 0 | 10001 | 1100011 | 1000010 |
Color Harmonies of #FE8455
Complementary color
Monochromatic Colors of #FE8455
Black with #FE8455
Text Example
Text Example
White with #FE8455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8455; }
p { color: rgb(254,132,85); }
H1.HeaderClassName
{
color: #FE8455;
}
.AnyTagClassName
{
color: #FE8455;
}
</style>
background-color css
<style>
a { background-color: #FE8455; }
a { background-color: rgb(254,132,85); }
div.DivClassName
{
background-color: #FE8455;
}
.BgClassName
{
background-color: #FE8455;
}
</style>
border-color css
<style>
span { border-color: #FE8455; }
span { border-color: rgb(254,132,85); }
td.TdClassName
{
border-color: #FE8455;
}
.TagClassName
{
border-color: #FE8455;
}
</style>