Shades of Coral #FD805D
Tints of Coral #FD805D
RGB
CMYK
RGB Variations
Color information
#FD805D (or 0xFD805D) is known color: Coral. HEX triplet: FD, 80 and 5D. RGB value is (253,128,93). Sum of RGB (Red+Green+Blue) = 253+128+93=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD805D is #027FA2. Grayscale: #A1A1A1. Windows color (decimal): -163747 or 6127869. OLE color: 6127869.
HSL color Cylindrical-coordinate representation of color #FD805D: hue angle of 13.12º 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 #FD805D is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 93 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.01 |
| HSL | 13.13º | 0.98% | 0.68% | - |
| HSV(B) | 13.13º | 0.63% | 0.99% | - |
| XYZ | 50.2 | 37.11 | 14.87 | - |
| YUV | 161.39 | 89.41 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 93 | 0 | 0.49 | 0.63 | 0.01 | 13.13 | 0.98 | 0.68 |
| Hex | FD | 80 | 5D | 0 | 31 | 3F | 1 | D | 62 | 44 |
| Octal | 375 | 200 | 135 | 0 | 61 | 77 | 1 | 15 | 142 | 104 |
| Binary | 11111101 | 10000000 | 1011101 | 0 | 110001 | 111111 | 1 | 1101 | 1100010 | 1000100 |
Color Harmonies of #FD805D
Complementary color
Monochromatic Colors of #FD805D
Black with #FD805D
Text Example
Text Example
White with #FD805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD805D; }
p { color: rgb(253,128,93); }
H1.HeaderClassName
{
color: #FD805D;
}
.AnyTagClassName
{
color: #FD805D;
}
</style>
background-color css
<style>
a { background-color: #FD805D; }
a { background-color: rgb(253,128,93); }
div.DivClassName
{
background-color: #FD805D;
}
.BgClassName
{
background-color: #FD805D;
}
</style>
border-color css
<style>
span { border-color: #FD805D; }
span { border-color: rgb(253,128,93); }
td.TdClassName
{
border-color: #FD805D;
}
.TagClassName
{
border-color: #FD805D;
}
</style>