Shades of Coral #FF7548
Tints of Coral #FF7548
RGB
CMYK
RGB Variations
Color information
#FF7548 (or 0xFF7548) is known color: Coral. HEX triplet: FF, 75 and 48. RGB value is (255,117,72). Sum of RGB (Red+Green+Blue) = 255+117+72=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7548 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7548 is #008AB7. Grayscale: #999999. Windows color (decimal): -35512 or 4748799. OLE color: 4748799.
HSL color Cylindrical-coordinate representation of color #FF7548: hue angle of 14.75º 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 #FF7548 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 72 | - |
| CMYK | 0 | 0.54 | 0.72 | 0 |
| HSL | 14.75º | 1% | 0.64% | - |
| HSV(B) | 14.75º | 0.72% | 1% | - |
| XYZ | 48.77 | 34.45 | 10.21 | - |
| YUV | 153.13 | 82.22 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 72 | 0 | 0.54 | 0.72 | 0 | 14.75 | 1 | 0.64 |
| Hex | FF | 75 | 48 | 0 | 36 | 48 | 0 | F | 64 | 40 |
| Octal | 377 | 165 | 110 | 0 | 66 | 110 | 0 | 17 | 144 | 100 |
| Binary | 11111111 | 1110101 | 1001000 | 0 | 110110 | 1001000 | 0 | 1111 | 1100100 | 1000000 |
Color Harmonies of #FF7548
Complementary color
Monochromatic Colors of #FF7548
Black with #FF7548
Text Example
Text Example
White with #FF7548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7548; }
p { color: rgb(255,117,72); }
H1.HeaderClassName
{
color: #FF7548;
}
.AnyTagClassName
{
color: #FF7548;
}
</style>
background-color css
<style>
a { background-color: #FF7548; }
a { background-color: rgb(255,117,72); }
div.DivClassName
{
background-color: #FF7548;
}
.BgClassName
{
background-color: #FF7548;
}
</style>
border-color css
<style>
span { border-color: #FF7548; }
span { border-color: rgb(255,117,72); }
td.TdClassName
{
border-color: #FF7548;
}
.TagClassName
{
border-color: #FF7548;
}
</style>