Shades of Coral #FF7547
Tints of Coral #FF7547
RGB
CMYK
RGB Variations
Color information
#FF7547 (or 0xFF7547) is known color: Coral. HEX triplet: FF, 75 and 47. RGB value is (255,117,71). Sum of RGB (Red+Green+Blue) = 255+117+71=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7547 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7547 is #008AB8. Grayscale: #999999. Windows color (decimal): -35513 or 4683263. OLE color: 4683263.
HSL color Cylindrical-coordinate representation of color #FF7547: hue angle of 15º 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 #FF7547 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 71 | - |
| CMYK | 0 | 0.54 | 0.72 | 0 |
| HSL | 15º | 1% | 0.64% | - |
| HSV(B) | 15º | 0.72% | 1% | - |
| XYZ | 48.74 | 34.44 | 10.04 | - |
| YUV | 153.02 | 81.72 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 71 | 0 | 0.54 | 0.72 | 0 | 15 | 1 | 0.64 |
| Hex | FF | 75 | 47 | 0 | 36 | 48 | 0 | F | 64 | 40 |
| Octal | 377 | 165 | 107 | 0 | 66 | 110 | 0 | 17 | 144 | 100 |
| Binary | 11111111 | 1110101 | 1000111 | 0 | 110110 | 1001000 | 0 | 1111 | 1100100 | 1000000 |
Color Harmonies of #FF7547
Complementary color
Monochromatic Colors of #FF7547
Black with #FF7547
Text Example
Text Example
White with #FF7547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7547; }
p { color: rgb(255,117,71); }
H1.HeaderClassName
{
color: #FF7547;
}
.AnyTagClassName
{
color: #FF7547;
}
</style>
background-color css
<style>
a { background-color: #FF7547; }
a { background-color: rgb(255,117,71); }
div.DivClassName
{
background-color: #FF7547;
}
.BgClassName
{
background-color: #FF7547;
}
</style>
border-color css
<style>
span { border-color: #FF7547; }
span { border-color: rgb(255,117,71); }
td.TdClassName
{
border-color: #FF7547;
}
.TagClassName
{
border-color: #FF7547;
}
</style>