Shades of Coral #FF854D
Tints of Coral #FF854D
RGB
CMYK
RGB Variations
Color information
#FF854D (or 0xFF854D) is known color: Coral. HEX triplet: FF, 85 and 4D. RGB value is (255,133,77). Sum of RGB (Red+Green+Blue) = 255+133+77=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF854D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF854D is #007AB2. Grayscale: #A3A3A3. Windows color (decimal): -31411 or 5080575. OLE color: 5080575.
HSL color Cylindrical-coordinate representation of color #FF854D: hue angle of 18.88º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF854D is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 77 | - |
| CMYK | 0 | 0.48 | 0.70 | 0 |
| HSL | 18.88º | 1% | 0.65% | - |
| HSV(B) | 18.88º | 0.7% | 1% | - |
| XYZ | 50.97 | 38.57 | 11.78 | - |
| YUV | 163.09 | 79.42 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 77 | 0 | 0.48 | 0.70 | 0 | 18.88 | 1 | 0.65 |
| Hex | FF | 85 | 4D | 0 | 30 | 46 | 0 | 13 | 64 | 41 |
| Octal | 377 | 205 | 115 | 0 | 60 | 106 | 0 | 23 | 144 | 101 |
| Binary | 11111111 | 10000101 | 1001101 | 0 | 110000 | 1000110 | 0 | 10011 | 1100100 | 1000001 |
Color Harmonies of #FF854D
Complementary color
Monochromatic Colors of #FF854D
Black with #FF854D
Text Example
Text Example
White with #FF854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF854D; }
p { color: rgb(255,133,77); }
H1.HeaderClassName
{
color: #FF854D;
}
.AnyTagClassName
{
color: #FF854D;
}
</style>
background-color css
<style>
a { background-color: #FF854D; }
a { background-color: rgb(255,133,77); }
div.DivClassName
{
background-color: #FF854D;
}
.BgClassName
{
background-color: #FF854D;
}
</style>
border-color css
<style>
span { border-color: #FF854D; }
span { border-color: rgb(255,133,77); }
td.TdClassName
{
border-color: #FF854D;
}
.TagClassName
{
border-color: #FF854D;
}
</style>