Shades of Coral #FF7248
Tints of Coral #FF7248
RGB
CMYK
RGB Variations
Color information
#FF7248 (or 0xFF7248) is known color: Coral. HEX triplet: FF, 72 and 48. RGB value is (255,114,72). Sum of RGB (Red+Green+Blue) = 255+114+72=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7248 is #008DB7. Grayscale: #979797. Windows color (decimal): -36280 or 4748031. OLE color: 4748031.
HSL color Cylindrical-coordinate representation of color #FF7248: hue angle of 13.77º 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 #FF7248 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 72 | - |
| CMYK | 0 | 0.55 | 0.72 | 0 |
| HSL | 13.77º | 1% | 0.64% | - |
| HSV(B) | 13.77º | 0.72% | 1% | - |
| XYZ | 48.43 | 33.76 | 10.1 | - |
| YUV | 151.37 | 83.21 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 72 | 0 | 0.55 | 0.72 | 0 | 13.77 | 1 | 0.64 |
| Hex | FF | 72 | 48 | 0 | 37 | 48 | 0 | E | 64 | 40 |
| Octal | 377 | 162 | 110 | 0 | 67 | 110 | 0 | 16 | 144 | 100 |
| Binary | 11111111 | 1110010 | 1001000 | 0 | 110111 | 1001000 | 0 | 1110 | 1100100 | 1000000 |
Color Harmonies of #FF7248
Complementary color
Monochromatic Colors of #FF7248
Black with #FF7248
Text Example
Text Example
White with #FF7248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7248; }
p { color: rgb(255,114,72); }
H1.HeaderClassName
{
color: #FF7248;
}
.AnyTagClassName
{
color: #FF7248;
}
</style>
background-color css
<style>
a { background-color: #FF7248; }
a { background-color: rgb(255,114,72); }
div.DivClassName
{
background-color: #FF7248;
}
.BgClassName
{
background-color: #FF7248;
}
</style>
border-color css
<style>
span { border-color: #FF7248; }
span { border-color: rgb(255,114,72); }
td.TdClassName
{
border-color: #FF7248;
}
.TagClassName
{
border-color: #FF7248;
}
</style>