Shades of Coral #FF885E
Tints of Coral #FF885E
RGB
CMYK
RGB Variations
Color information
#FF885E (or 0xFF885E) is known color: Coral. HEX triplet: FF, 88 and 5E. RGB value is (255,136,94). Sum of RGB (Red+Green+Blue) = 255+136+94=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF885E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF885E is #0077A1. Grayscale: #A7A7A7. Windows color (decimal): -30626 or 6195455. OLE color: 6195455.
HSL color Cylindrical-coordinate representation of color #FF885E: hue angle of 15.65º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF885E is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 94 | - |
| CMYK | 0 | 0.47 | 0.63 | 0 |
| HSL | 15.65º | 1% | 0.68% | - |
| HSV(B) | 15.65º | 0.63% | 1% | - |
| XYZ | 52.06 | 39.68 | 15.5 | - |
| YUV | 166.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 94 | 0 | 0.47 | 0.63 | 0 | 15.65 | 1 | 0.68 |
| Hex | FF | 88 | 5E | 0 | 2F | 3F | 0 | 10 | 64 | 44 |
| Octal | 377 | 210 | 136 | 0 | 57 | 77 | 0 | 20 | 144 | 104 |
| Binary | 11111111 | 10001000 | 1011110 | 0 | 101111 | 111111 | 0 | 10000 | 1100100 | 1000100 |
Color Harmonies of #FF885E
Complementary color
Monochromatic Colors of #FF885E
Black with #FF885E
Text Example
Text Example
White with #FF885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF885E; }
p { color: rgb(255,136,94); }
H1.HeaderClassName
{
color: #FF885E;
}
.AnyTagClassName
{
color: #FF885E;
}
</style>
background-color css
<style>
a { background-color: #FF885E; }
a { background-color: rgb(255,136,94); }
div.DivClassName
{
background-color: #FF885E;
}
.BgClassName
{
background-color: #FF885E;
}
</style>
border-color css
<style>
span { border-color: #FF885E; }
span { border-color: rgb(255,136,94); }
td.TdClassName
{
border-color: #FF885E;
}
.TagClassName
{
border-color: #FF885E;
}
</style>