Shades of Coral #FF845E
Tints of Coral #FF845E
RGB
CMYK
RGB Variations
Color information
#FF845E (or 0xFF845E) is known color: Coral. HEX triplet: FF, 84 and 5E. RGB value is (255,132,94). Sum of RGB (Red+Green+Blue) = 255+132+94=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF845E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF845E is #007BA1. Grayscale: #A4A4A4. Windows color (decimal): -31650 or 6194431. OLE color: 6194431.
HSL color Cylindrical-coordinate representation of color #FF845E: hue angle of 14.16º 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 #FF845E is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 94 | - |
| CMYK | 0 | 0.48 | 0.63 | 0 |
| HSL | 14.16º | 1% | 0.68% | - |
| HSV(B) | 14.16º | 0.63% | 1% | - |
| XYZ | 51.51 | 38.57 | 15.32 | - |
| YUV | 164.45 | 88.25 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 94 | 0 | 0.48 | 0.63 | 0 | 14.16 | 1 | 0.68 |
| Hex | FF | 84 | 5E | 0 | 30 | 3F | 0 | E | 64 | 44 |
| Octal | 377 | 204 | 136 | 0 | 60 | 77 | 0 | 16 | 144 | 104 |
| Binary | 11111111 | 10000100 | 1011110 | 0 | 110000 | 111111 | 0 | 1110 | 1100100 | 1000100 |
Color Harmonies of #FF845E
Complementary color
Monochromatic Colors of #FF845E
Black with #FF845E
Text Example
Text Example
White with #FF845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF845E; }
p { color: rgb(255,132,94); }
H1.HeaderClassName
{
color: #FF845E;
}
.AnyTagClassName
{
color: #FF845E;
}
</style>
background-color css
<style>
a { background-color: #FF845E; }
a { background-color: rgb(255,132,94); }
div.DivClassName
{
background-color: #FF845E;
}
.BgClassName
{
background-color: #FF845E;
}
</style>
border-color css
<style>
span { border-color: #FF845E; }
span { border-color: rgb(255,132,94); }
td.TdClassName
{
border-color: #FF845E;
}
.TagClassName
{
border-color: #FF845E;
}
</style>