Shades of Coral #FE8556
Tints of Coral #FE8556
RGB
CMYK
RGB Variations
Color information
#FE8556 (or 0xFE8556) is known color: Coral. HEX triplet: FE, 85 and 56. RGB value is (254,133,86). Sum of RGB (Red+Green+Blue) = 254+133+86=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8556 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8556 is #017AA9. Grayscale: #A4A4A4. Windows color (decimal): -96938 or 5670398. OLE color: 5670398.
HSL color Cylindrical-coordinate representation of color #FE8556: hue angle of 16.79º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE8556 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 86 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.00 |
| HSL | 16.79º | 0.99% | 0.67% | - |
| HSV(B) | 16.79º | 0.66% | 1% | - |
| XYZ | 50.94 | 38.52 | 13.55 | - |
| YUV | 163.82 | 84.09 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 86 | 0 | 0.48 | 0.66 | 0.00 | 16.79 | 0.99 | 0.67 |
| Hex | FE | 85 | 56 | 0 | 30 | 42 | 0 | 11 | 63 | 43 |
| Octal | 376 | 205 | 126 | 0 | 60 | 102 | 0 | 21 | 143 | 103 |
| Binary | 11111110 | 10000101 | 1010110 | 0 | 110000 | 1000010 | 0 | 10001 | 1100011 | 1000011 |
Color Harmonies of #FE8556
Complementary color
Monochromatic Colors of #FE8556
Black with #FE8556
Text Example
Text Example
White with #FE8556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8556; }
p { color: rgb(254,133,86); }
H1.HeaderClassName
{
color: #FE8556;
}
.AnyTagClassName
{
color: #FE8556;
}
</style>
background-color css
<style>
a { background-color: #FE8556; }
a { background-color: rgb(254,133,86); }
div.DivClassName
{
background-color: #FE8556;
}
.BgClassName
{
background-color: #FE8556;
}
</style>
border-color css
<style>
span { border-color: #FE8556; }
span { border-color: rgb(254,133,86); }
td.TdClassName
{
border-color: #FE8556;
}
.TagClassName
{
border-color: #FE8556;
}
</style>