Shades of Coral #FF845D
Tints of Coral #FF845D
RGB
CMYK
RGB Variations
Color information
#FF845D (or 0xFF845D) is known color: Coral. HEX triplet: FF, 84 and 5D. RGB value is (255,132,93). Sum of RGB (Red+Green+Blue) = 255+132+93=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF845D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF845D is #007BA2. Grayscale: #A4A4A4. Windows color (decimal): -31651 or 6128895. OLE color: 6128895.
HSL color Cylindrical-coordinate representation of color #FF845D: hue angle of 14.44º 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 #FF845D is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 93 | - |
| CMYK | 0 | 0.48 | 0.64 | 0 |
| HSL | 14.44º | 1% | 0.68% | - |
| HSV(B) | 14.44º | 0.64% | 1% | - |
| XYZ | 51.47 | 38.55 | 15.08 | - |
| YUV | 164.33 | 87.75 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 93 | 0 | 0.48 | 0.64 | 0 | 14.44 | 1 | 0.68 |
| Hex | FF | 84 | 5D | 0 | 30 | 40 | 0 | E | 64 | 44 |
| Octal | 377 | 204 | 135 | 0 | 60 | 100 | 0 | 16 | 144 | 104 |
| Binary | 11111111 | 10000100 | 1011101 | 0 | 110000 | 1000000 | 0 | 1110 | 1100100 | 1000100 |
Color Harmonies of #FF845D
Complementary color
Monochromatic Colors of #FF845D
Black with #FF845D
Text Example
Text Example
White with #FF845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF845D; }
p { color: rgb(255,132,93); }
H1.HeaderClassName
{
color: #FF845D;
}
.AnyTagClassName
{
color: #FF845D;
}
</style>
background-color css
<style>
a { background-color: #FF845D; }
a { background-color: rgb(255,132,93); }
div.DivClassName
{
background-color: #FF845D;
}
.BgClassName
{
background-color: #FF845D;
}
</style>
border-color css
<style>
span { border-color: #FF845D; }
span { border-color: rgb(255,132,93); }
td.TdClassName
{
border-color: #FF845D;
}
.TagClassName
{
border-color: #FF845D;
}
</style>