Shades of Coral #FD7D4C
Tints of Coral #FD7D4C
RGB
CMYK
RGB Variations
Color information
#FD7D4C (or 0xFD7D4C) is known color: Coral. HEX triplet: FD, 7D and 4C. RGB value is (253,125,76). Sum of RGB (Red+Green+Blue) = 253+125+76=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7D4C is #0282B3. Grayscale: #9E9E9E. Windows color (decimal): -164532 or 5012989. OLE color: 5012989.
HSL color Cylindrical-coordinate representation of color #FD7D4C: hue angle of 16.61º 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 #FD7D4C is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 76 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.01 |
| HSL | 16.61º | 0.98% | 0.65% | - |
| HSV(B) | 16.61º | 0.7% | 0.99% | - |
| XYZ | 49.15 | 36.07 | 11.21 | - |
| YUV | 157.69 | 81.91 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 76 | 0 | 0.51 | 0.70 | 0.01 | 16.61 | 0.98 | 0.65 |
| Hex | FD | 7D | 4C | 0 | 33 | 46 | 1 | 11 | 62 | 41 |
| Octal | 375 | 175 | 114 | 0 | 63 | 106 | 1 | 21 | 142 | 101 |
| Binary | 11111101 | 1111101 | 1001100 | 0 | 110011 | 1000110 | 1 | 10001 | 1100010 | 1000001 |
Color Harmonies of #FD7D4C
Complementary color
Monochromatic Colors of #FD7D4C
Black with #FD7D4C
Text Example
Text Example
White with #FD7D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D4C; }
p { color: rgb(253,125,76); }
H1.HeaderClassName
{
color: #FD7D4C;
}
.AnyTagClassName
{
color: #FD7D4C;
}
</style>
background-color css
<style>
a { background-color: #FD7D4C; }
a { background-color: rgb(253,125,76); }
div.DivClassName
{
background-color: #FD7D4C;
}
.BgClassName
{
background-color: #FD7D4C;
}
</style>
border-color css
<style>
span { border-color: #FD7D4C; }
span { border-color: rgb(253,125,76); }
td.TdClassName
{
border-color: #FD7D4C;
}
.TagClassName
{
border-color: #FD7D4C;
}
</style>