Shades of Coral #FD7D5C
Tints of Coral #FD7D5C
RGB
CMYK
RGB Variations
Color information
#FD7D5C (or 0xFD7D5C) is known color: Coral. HEX triplet: FD, 7D and 5C. RGB value is (253,125,92). Sum of RGB (Red+Green+Blue) = 253+125+92=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7D5C is #0282A3. Grayscale: #9F9F9F. Windows color (decimal): -164516 or 6061565. OLE color: 6061565.
HSL color Cylindrical-coordinate representation of color #FD7D5C: hue angle of 12.3º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD7D5C is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 92 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.01 |
| HSL | 12.3º | 0.98% | 0.68% | - |
| HSV(B) | 12.3º | 0.64% | 0.99% | - |
| XYZ | 49.77 | 36.32 | 14.51 | - |
| YUV | 159.51 | 89.91 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 92 | 0 | 0.51 | 0.64 | 0.01 | 12.3 | 0.98 | 0.68 |
| Hex | FD | 7D | 5C | 0 | 33 | 40 | 1 | C | 62 | 44 |
| Octal | 375 | 175 | 134 | 0 | 63 | 100 | 1 | 14 | 142 | 104 |
| Binary | 11111101 | 1111101 | 1011100 | 0 | 110011 | 1000000 | 1 | 1100 | 1100010 | 1000100 |
Color Harmonies of #FD7D5C
Complementary color
Monochromatic Colors of #FD7D5C
Black with #FD7D5C
Text Example
Text Example
White with #FD7D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D5C; }
p { color: rgb(253,125,92); }
H1.HeaderClassName
{
color: #FD7D5C;
}
.AnyTagClassName
{
color: #FD7D5C;
}
</style>
background-color css
<style>
a { background-color: #FD7D5C; }
a { background-color: rgb(253,125,92); }
div.DivClassName
{
background-color: #FD7D5C;
}
.BgClassName
{
background-color: #FD7D5C;
}
</style>
border-color css
<style>
span { border-color: #FD7D5C; }
span { border-color: rgb(253,125,92); }
td.TdClassName
{
border-color: #FD7D5C;
}
.TagClassName
{
border-color: #FD7D5C;
}
</style>