Shades of Coral #FF855E
Tints of Coral #FF855E
RGB
CMYK
RGB Variations
Color information
#FF855E (or 0xFF855E) is known color: Coral. HEX triplet: FF, 85 and 5E. RGB value is (255,133,94). Sum of RGB (Red+Green+Blue) = 255+133+94=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF855E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF855E is #007AA1. Grayscale: #A5A5A5. Windows color (decimal): -31394 or 6194687. OLE color: 6194687.
HSL color Cylindrical-coordinate representation of color #FF855E: hue angle of 14.53º 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 #FF855E is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 94 | - |
| CMYK | 0 | 0.48 | 0.63 | 0 |
| HSL | 14.53º | 1% | 0.68% | - |
| HSV(B) | 14.53º | 0.63% | 1% | - |
| XYZ | 51.65 | 38.84 | 15.37 | - |
| YUV | 165.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 94 | 0 | 0.48 | 0.63 | 0 | 14.53 | 1 | 0.68 |
| Hex | FF | 85 | 5E | 0 | 30 | 3F | 0 | F | 64 | 44 |
| Octal | 377 | 205 | 136 | 0 | 60 | 77 | 0 | 17 | 144 | 104 |
| Binary | 11111111 | 10000101 | 1011110 | 0 | 110000 | 111111 | 0 | 1111 | 1100100 | 1000100 |
Color Harmonies of #FF855E
Complementary color
Monochromatic Colors of #FF855E
Black with #FF855E
Text Example
Text Example
White with #FF855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF855E; }
p { color: rgb(255,133,94); }
H1.HeaderClassName
{
color: #FF855E;
}
.AnyTagClassName
{
color: #FF855E;
}
</style>
background-color css
<style>
a { background-color: #FF855E; }
a { background-color: rgb(255,133,94); }
div.DivClassName
{
background-color: #FF855E;
}
.BgClassName
{
background-color: #FF855E;
}
</style>
border-color css
<style>
span { border-color: #FF855E; }
span { border-color: rgb(255,133,94); }
td.TdClassName
{
border-color: #FF855E;
}
.TagClassName
{
border-color: #FF855E;
}
</style>