Shades of Coral #FF845F
Tints of Coral #FF845F
RGB
CMYK
RGB Variations
Color information
#FF845F (or 0xFF845F) is known color: Coral. HEX triplet: FF, 84 and 5F. RGB value is (255,132,95). Sum of RGB (Red+Green+Blue) = 255+132+95=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF845F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF845F is #007BA0. Grayscale: #A4A4A4. Windows color (decimal): -31649 or 6259967. OLE color: 6259967.
HSL color Cylindrical-coordinate representation of color #FF845F: hue angle of 13.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF845F is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 95 | - |
| CMYK | 0 | 0.48 | 0.63 | 0 |
| HSL | 13.88º | 1% | 0.69% | - |
| HSV(B) | 13.88º | 0.63% | 1% | - |
| XYZ | 51.56 | 38.59 | 15.56 | - |
| YUV | 164.56 | 88.75 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 95 | 0 | 0.48 | 0.63 | 0 | 13.88 | 1 | 0.69 |
| Hex | FF | 84 | 5F | 0 | 30 | 3F | 0 | E | 64 | 45 |
| Octal | 377 | 204 | 137 | 0 | 60 | 77 | 0 | 16 | 144 | 105 |
| Binary | 11111111 | 10000100 | 1011111 | 0 | 110000 | 111111 | 0 | 1110 | 1100100 | 1000101 |
Color Harmonies of #FF845F
Complementary color
Monochromatic Colors of #FF845F
Black with #FF845F
Text Example
Text Example
White with #FF845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF845F; }
p { color: rgb(255,132,95); }
H1.HeaderClassName
{
color: #FF845F;
}
.AnyTagClassName
{
color: #FF845F;
}
</style>
background-color css
<style>
a { background-color: #FF845F; }
a { background-color: rgb(255,132,95); }
div.DivClassName
{
background-color: #FF845F;
}
.BgClassName
{
background-color: #FF845F;
}
</style>
border-color css
<style>
span { border-color: #FF845F; }
span { border-color: rgb(255,132,95); }
td.TdClassName
{
border-color: #FF845F;
}
.TagClassName
{
border-color: #FF845F;
}
</style>