Shades of Coral #FD7D47
Tints of Coral #FD7D47
RGB
CMYK
RGB Variations
Color information
#FD7D47 (or 0xFD7D47) is known color: Coral. HEX triplet: FD, 7D and 47. RGB value is (253,125,71). Sum of RGB (Red+Green+Blue) = 253+125+71=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7D47 is #0282B8. Grayscale: #9D9D9D. Windows color (decimal): -164537 or 4685309. OLE color: 4685309.
HSL color Cylindrical-coordinate representation of color #FD7D47: hue angle of 17.8º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD7D47 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 71 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.01 |
| HSL | 17.8º | 0.98% | 0.64% | - |
| HSV(B) | 17.8º | 0.72% | 0.99% | - |
| XYZ | 48.98 | 36 | 10.33 | - |
| YUV | 157.12 | 79.41 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 71 | 0 | 0.51 | 0.72 | 0.01 | 17.8 | 0.98 | 0.64 |
| Hex | FD | 7D | 47 | 0 | 33 | 48 | 1 | 12 | 62 | 40 |
| Octal | 375 | 175 | 107 | 0 | 63 | 110 | 1 | 22 | 142 | 100 |
| Binary | 11111101 | 1111101 | 1000111 | 0 | 110011 | 1001000 | 1 | 10010 | 1100010 | 1000000 |
Color Harmonies of #FD7D47
Complementary color
Monochromatic Colors of #FD7D47
Black with #FD7D47
Text Example
Text Example
White with #FD7D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D47; }
p { color: rgb(253,125,71); }
H1.HeaderClassName
{
color: #FD7D47;
}
.AnyTagClassName
{
color: #FD7D47;
}
</style>
background-color css
<style>
a { background-color: #FD7D47; }
a { background-color: rgb(253,125,71); }
div.DivClassName
{
background-color: #FD7D47;
}
.BgClassName
{
background-color: #FD7D47;
}
</style>
border-color css
<style>
span { border-color: #FD7D47; }
span { border-color: rgb(253,125,71); }
td.TdClassName
{
border-color: #FD7D47;
}
.TagClassName
{
border-color: #FD7D47;
}
</style>