Shades of Coral #FD7E5C
Tints of Coral #FD7E5C
RGB
CMYK
RGB Variations
Color information
#FD7E5C (or 0xFD7E5C) is known color: Coral. HEX triplet: FD, 7E and 5C. RGB value is (253,126,92). Sum of RGB (Red+Green+Blue) = 253+126+92=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7E5C is #0281A3. Grayscale: #A0A0A0. Windows color (decimal): -164260 or 6061821. OLE color: 6061821.
HSL color Cylindrical-coordinate representation of color #FD7E5C: hue angle of 12.67º 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 #FD7E5C is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 126 | 92 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.01 |
| HSL | 12.67º | 0.98% | 0.68% | - |
| HSV(B) | 12.67º | 0.64% | 0.99% | - |
| XYZ | 49.9 | 36.58 | 14.56 | - |
| YUV | 160.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 126 | 92 | 0 | 0.50 | 0.64 | 0.01 | 12.67 | 0.98 | 0.68 |
| Hex | FD | 7E | 5C | 0 | 32 | 40 | 1 | D | 62 | 44 |
| Octal | 375 | 176 | 134 | 0 | 62 | 100 | 1 | 15 | 142 | 104 |
| Binary | 11111101 | 1111110 | 1011100 | 0 | 110010 | 1000000 | 1 | 1101 | 1100010 | 1000100 |
Color Harmonies of #FD7E5C
Complementary color
Monochromatic Colors of #FD7E5C
Black with #FD7E5C
Text Example
Text Example
White with #FD7E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7E5C; }
p { color: rgb(253,126,92); }
H1.HeaderClassName
{
color: #FD7E5C;
}
.AnyTagClassName
{
color: #FD7E5C;
}
</style>
background-color css
<style>
a { background-color: #FD7E5C; }
a { background-color: rgb(253,126,92); }
div.DivClassName
{
background-color: #FD7E5C;
}
.BgClassName
{
background-color: #FD7E5C;
}
</style>
border-color css
<style>
span { border-color: #FD7E5C; }
span { border-color: rgb(253,126,92); }
td.TdClassName
{
border-color: #FD7E5C;
}
.TagClassName
{
border-color: #FD7E5C;
}
</style>