Shades of Coral #FD7C4D
Tints of Coral #FD7C4D
RGB
CMYK
RGB Variations
Color information
#FD7C4D (or 0xFD7C4D) is known color: Coral. HEX triplet: FD, 7C and 4D. RGB value is (253,124,77). Sum of RGB (Red+Green+Blue) = 253+124+77=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C4D is #0283B2. Grayscale: #9D9D9D. Windows color (decimal): -164787 or 5078269. OLE color: 5078269.
HSL color Cylindrical-coordinate representation of color #FD7C4D: hue angle of 16.02º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD7C4D is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 124 | 77 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.01 |
| HSL | 16.02º | 0.98% | 0.65% | - |
| HSV(B) | 16.02º | 0.7% | 0.99% | - |
| XYZ | 49.06 | 35.83 | 11.35 | - |
| YUV | 157.21 | 82.74 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 124 | 77 | 0 | 0.51 | 0.70 | 0.01 | 16.02 | 0.98 | 0.65 |
| Hex | FD | 7C | 4D | 0 | 33 | 46 | 1 | 10 | 62 | 41 |
| Octal | 375 | 174 | 115 | 0 | 63 | 106 | 1 | 20 | 142 | 101 |
| Binary | 11111101 | 1111100 | 1001101 | 0 | 110011 | 1000110 | 1 | 10000 | 1100010 | 1000001 |
Color Harmonies of #FD7C4D
Complementary color
Monochromatic Colors of #FD7C4D
Black with #FD7C4D
Text Example
Text Example
White with #FD7C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7C4D; }
p { color: rgb(253,124,77); }
H1.HeaderClassName
{
color: #FD7C4D;
}
.AnyTagClassName
{
color: #FD7C4D;
}
</style>
background-color css
<style>
a { background-color: #FD7C4D; }
a { background-color: rgb(253,124,77); }
div.DivClassName
{
background-color: #FD7C4D;
}
.BgClassName
{
background-color: #FD7C4D;
}
</style>
border-color css
<style>
span { border-color: #FD7C4D; }
span { border-color: rgb(253,124,77); }
td.TdClassName
{
border-color: #FD7C4D;
}
.TagClassName
{
border-color: #FD7C4D;
}
</style>