Shades of Coral #FF885D
Tints of Coral #FF885D
RGB
CMYK
RGB Variations
Color information
#FF885D (or 0xFF885D) is known color: Coral. HEX triplet: FF, 88 and 5D. RGB value is (255,136,93). Sum of RGB (Red+Green+Blue) = 255+136+93=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF885D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF885D is #0077A2. Grayscale: #A6A6A6. Windows color (decimal): -30627 or 6129919. OLE color: 6129919.
HSL color Cylindrical-coordinate representation of color #FF885D: hue angle of 15.93º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF885D is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 93 | - |
| CMYK | 0 | 0.47 | 0.64 | 0 |
| HSL | 15.93º | 1% | 0.68% | - |
| HSV(B) | 15.93º | 0.64% | 1% | - |
| XYZ | 52.02 | 39.66 | 15.27 | - |
| YUV | 166.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 93 | 0 | 0.47 | 0.64 | 0 | 15.93 | 1 | 0.68 |
| Hex | FF | 88 | 5D | 0 | 2F | 40 | 0 | 10 | 64 | 44 |
| Octal | 377 | 210 | 135 | 0 | 57 | 100 | 0 | 20 | 144 | 104 |
| Binary | 11111111 | 10001000 | 1011101 | 0 | 101111 | 1000000 | 0 | 10000 | 1100100 | 1000100 |
Color Harmonies of #FF885D
Complementary color
Monochromatic Colors of #FF885D
Black with #FF885D
Text Example
Text Example
White with #FF885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF885D; }
p { color: rgb(255,136,93); }
H1.HeaderClassName
{
color: #FF885D;
}
.AnyTagClassName
{
color: #FF885D;
}
</style>
background-color css
<style>
a { background-color: #FF885D; }
a { background-color: rgb(255,136,93); }
div.DivClassName
{
background-color: #FF885D;
}
.BgClassName
{
background-color: #FF885D;
}
</style>
border-color css
<style>
span { border-color: #FF885D; }
span { border-color: rgb(255,136,93); }
td.TdClassName
{
border-color: #FF885D;
}
.TagClassName
{
border-color: #FF885D;
}
</style>