Shades of Coral #FF7C47
Tints of Coral #FF7C47
RGB
CMYK
RGB Variations
Color information
#FF7C47 (or 0xFF7C47) is known color: Coral. HEX triplet: FF, 7C and 47. RGB value is (255,124,71). Sum of RGB (Red+Green+Blue) = 255+124+71=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7C47 is #0083B8. Grayscale: #9D9D9D. Windows color (decimal): -33721 or 4685055. OLE color: 4685055.
HSL color Cylindrical-coordinate representation of color #FF7C47: hue angle of 17.28º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF7C47 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 71 | - |
| CMYK | 0 | 0.51 | 0.72 | 0 |
| HSL | 17.28º | 1% | 0.64% | - |
| HSV(B) | 17.28º | 0.72% | 1% | - |
| XYZ | 49.58 | 36.13 | 10.32 | - |
| YUV | 157.13 | 79.4 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 71 | 0 | 0.51 | 0.72 | 0 | 17.28 | 1 | 0.64 |
| Hex | FF | 7C | 47 | 0 | 33 | 48 | 0 | 11 | 64 | 40 |
| Octal | 377 | 174 | 107 | 0 | 63 | 110 | 0 | 21 | 144 | 100 |
| Binary | 11111111 | 1111100 | 1000111 | 0 | 110011 | 1001000 | 0 | 10001 | 1100100 | 1000000 |
Color Harmonies of #FF7C47
Complementary color
Monochromatic Colors of #FF7C47
Black with #FF7C47
Text Example
Text Example
White with #FF7C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C47; }
p { color: rgb(255,124,71); }
H1.HeaderClassName
{
color: #FF7C47;
}
.AnyTagClassName
{
color: #FF7C47;
}
</style>
background-color css
<style>
a { background-color: #FF7C47; }
a { background-color: rgb(255,124,71); }
div.DivClassName
{
background-color: #FF7C47;
}
.BgClassName
{
background-color: #FF7C47;
}
</style>
border-color css
<style>
span { border-color: #FF7C47; }
span { border-color: rgb(255,124,71); }
td.TdClassName
{
border-color: #FF7C47;
}
.TagClassName
{
border-color: #FF7C47;
}
</style>