Shades of Coral #FD845D
Tints of Coral #FD845D
RGB
CMYK
RGB Variations
Color information
#FD845D (or 0xFD845D) is known color: Coral. HEX triplet: FD, 84 and 5D. RGB value is (253,132,93). Sum of RGB (Red+Green+Blue) = 253+132+93=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD845D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD845D is #027BA2. Grayscale: #A4A4A4. Windows color (decimal): -162723 or 6128893. OLE color: 6128893.
HSL color Cylindrical-coordinate representation of color #FD845D: hue angle of 14.62º 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 #FD845D is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 132 | 93 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.01 |
| HSL | 14.63º | 0.98% | 0.68% | - |
| HSV(B) | 14.63º | 0.63% | 0.99% | - |
| XYZ | 50.74 | 38.18 | 15.05 | - |
| YUV | 163.73 | 88.09 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 132 | 93 | 0 | 0.48 | 0.63 | 0.01 | 14.63 | 0.98 | 0.68 |
| Hex | FD | 84 | 5D | 0 | 30 | 3F | 1 | F | 62 | 44 |
| Octal | 375 | 204 | 135 | 0 | 60 | 77 | 1 | 17 | 142 | 104 |
| Binary | 11111101 | 10000100 | 1011101 | 0 | 110000 | 111111 | 1 | 1111 | 1100010 | 1000100 |
Color Harmonies of #FD845D
Complementary color
Monochromatic Colors of #FD845D
Black with #FD845D
Text Example
Text Example
White with #FD845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD845D; }
p { color: rgb(253,132,93); }
H1.HeaderClassName
{
color: #FD845D;
}
.AnyTagClassName
{
color: #FD845D;
}
</style>
background-color css
<style>
a { background-color: #FD845D; }
a { background-color: rgb(253,132,93); }
div.DivClassName
{
background-color: #FD845D;
}
.BgClassName
{
background-color: #FD845D;
}
</style>
border-color css
<style>
span { border-color: #FD845D; }
span { border-color: rgb(253,132,93); }
td.TdClassName
{
border-color: #FD845D;
}
.TagClassName
{
border-color: #FD845D;
}
</style>