Shades of Coral #FE8055
Tints of Coral #FE8055
RGB
CMYK
RGB Variations
Color information
#FE8055 (or 0xFE8055) is known color: Coral. HEX triplet: FE, 80 and 55. RGB value is (254,128,85). Sum of RGB (Red+Green+Blue) = 254+128+85=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8055 is #017FAA. Grayscale: #A1A1A1. Windows color (decimal): -98219 or 5603582. OLE color: 5603582.
HSL color Cylindrical-coordinate representation of color #FE8055: hue angle of 15.27º 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 #FE8055 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 85 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.00 |
| HSL | 15.27º | 0.99% | 0.66% | - |
| HSV(B) | 15.27º | 0.67% | 1% | - |
| XYZ | 50.23 | 37.17 | 13.12 | - |
| YUV | 160.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 85 | 0 | 0.50 | 0.67 | 0.00 | 15.27 | 0.99 | 0.66 |
| Hex | FE | 80 | 55 | 0 | 32 | 43 | 0 | F | 63 | 42 |
| Octal | 376 | 200 | 125 | 0 | 62 | 103 | 0 | 17 | 143 | 102 |
| Binary | 11111110 | 10000000 | 1010101 | 0 | 110010 | 1000011 | 0 | 1111 | 1100011 | 1000010 |
Color Harmonies of #FE8055
Complementary color
Monochromatic Colors of #FE8055
Black with #FE8055
Text Example
Text Example
White with #FE8055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8055; }
p { color: rgb(254,128,85); }
H1.HeaderClassName
{
color: #FE8055;
}
.AnyTagClassName
{
color: #FE8055;
}
</style>
background-color css
<style>
a { background-color: #FE8055; }
a { background-color: rgb(254,128,85); }
div.DivClassName
{
background-color: #FE8055;
}
.BgClassName
{
background-color: #FE8055;
}
</style>
border-color css
<style>
span { border-color: #FE8055; }
span { border-color: rgb(254,128,85); }
td.TdClassName
{
border-color: #FE8055;
}
.TagClassName
{
border-color: #FE8055;
}
</style>