Shades of Coral #FF7C5D
Tints of Coral #FF7C5D
RGB
CMYK
RGB Variations
Color information
#FF7C5D (or 0xFF7C5D) is known color: Coral. HEX triplet: FF, 7C and 5D. RGB value is (255,124,93). Sum of RGB (Red+Green+Blue) = 255+124+93=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C5D is #0083A2. Grayscale: #9F9F9F. Windows color (decimal): -33699 or 6126847. OLE color: 6126847.
HSL color Cylindrical-coordinate representation of color #FF7C5D: hue angle of 11.48º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF7C5D is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 93 | - |
| CMYK | 0 | 0.51 | 0.64 | 0 |
| HSL | 11.48º | 1% | 0.68% | - |
| HSV(B) | 11.48º | 0.64% | 1% | - |
| XYZ | 50.42 | 36.47 | 14.74 | - |
| YUV | 159.64 | 90.4 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 93 | 0 | 0.51 | 0.64 | 0 | 11.48 | 1 | 0.68 |
| Hex | FF | 7C | 5D | 0 | 33 | 40 | 0 | B | 64 | 44 |
| Octal | 377 | 174 | 135 | 0 | 63 | 100 | 0 | 13 | 144 | 104 |
| Binary | 11111111 | 1111100 | 1011101 | 0 | 110011 | 1000000 | 0 | 1011 | 1100100 | 1000100 |
Color Harmonies of #FF7C5D
Complementary color
Monochromatic Colors of #FF7C5D
Black with #FF7C5D
Text Example
Text Example
White with #FF7C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C5D; }
p { color: rgb(255,124,93); }
H1.HeaderClassName
{
color: #FF7C5D;
}
.AnyTagClassName
{
color: #FF7C5D;
}
</style>
background-color css
<style>
a { background-color: #FF7C5D; }
a { background-color: rgb(255,124,93); }
div.DivClassName
{
background-color: #FF7C5D;
}
.BgClassName
{
background-color: #FF7C5D;
}
</style>
border-color css
<style>
span { border-color: #FF7C5D; }
span { border-color: rgb(255,124,93); }
td.TdClassName
{
border-color: #FF7C5D;
}
.TagClassName
{
border-color: #FF7C5D;
}
</style>