Shades of Coral #FD855E
Tints of Coral #FD855E
RGB
CMYK
RGB Variations
Color information
#FD855E (or 0xFD855E) is known color: Coral. HEX triplet: FD, 85 and 5E. RGB value is (253,133,94). Sum of RGB (Red+Green+Blue) = 253+133+94=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD855E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD855E is #027AA1. Grayscale: #A4A4A4. Windows color (decimal): -162466 or 6194685. OLE color: 6194685.
HSL color Cylindrical-coordinate representation of color #FD855E: hue angle of 14.72º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD855E is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 94 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.01 |
| HSL | 14.72º | 0.98% | 0.68% | - |
| HSV(B) | 14.72º | 0.63% | 0.99% | - |
| XYZ | 50.92 | 38.47 | 15.33 | - |
| YUV | 164.43 | 88.26 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 94 | 0 | 0.47 | 0.63 | 0.01 | 14.72 | 0.98 | 0.68 |
| Hex | FD | 85 | 5E | 0 | 2F | 3F | 1 | F | 62 | 44 |
| Octal | 375 | 205 | 136 | 0 | 57 | 77 | 1 | 17 | 142 | 104 |
| Binary | 11111101 | 10000101 | 1011110 | 0 | 101111 | 111111 | 1 | 1111 | 1100010 | 1000100 |
Color Harmonies of #FD855E
Complementary color
Monochromatic Colors of #FD855E
Black with #FD855E
Text Example
Text Example
White with #FD855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD855E; }
p { color: rgb(253,133,94); }
H1.HeaderClassName
{
color: #FD855E;
}
.AnyTagClassName
{
color: #FD855E;
}
</style>
background-color css
<style>
a { background-color: #FD855E; }
a { background-color: rgb(253,133,94); }
div.DivClassName
{
background-color: #FD855E;
}
.BgClassName
{
background-color: #FD855E;
}
</style>
border-color css
<style>
span { border-color: #FD855E; }
span { border-color: rgb(253,133,94); }
td.TdClassName
{
border-color: #FD855E;
}
.TagClassName
{
border-color: #FD855E;
}
</style>