Shades of Coral #FF7D48
Tints of Coral #FF7D48
RGB
CMYK
RGB Variations
Color information
#FF7D48 (or 0xFF7D48) is known color: Coral. HEX triplet: FF, 7D and 48. RGB value is (255,125,72). Sum of RGB (Red+Green+Blue) = 255+125+72=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7D48 is #0082B7. Grayscale: #9E9E9E. Windows color (decimal): -33464 or 4750847. OLE color: 4750847.
HSL color Cylindrical-coordinate representation of color #FF7D48: hue angle of 17.38º 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 #FF7D48 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 72 | - |
| CMYK | 0 | 0.51 | 0.72 | 0 |
| HSL | 17.38º | 1% | 0.64% | - |
| HSV(B) | 17.38º | 0.72% | 1% | - |
| XYZ | 49.74 | 36.4 | 10.53 | - |
| YUV | 157.83 | 79.57 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 72 | 0 | 0.51 | 0.72 | 0 | 17.38 | 1 | 0.64 |
| Hex | FF | 7D | 48 | 0 | 33 | 48 | 0 | 11 | 64 | 40 |
| Octal | 377 | 175 | 110 | 0 | 63 | 110 | 0 | 21 | 144 | 100 |
| Binary | 11111111 | 1111101 | 1001000 | 0 | 110011 | 1001000 | 0 | 10001 | 1100100 | 1000000 |
Color Harmonies of #FF7D48
Complementary color
Monochromatic Colors of #FF7D48
Black with #FF7D48
Text Example
Text Example
White with #FF7D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D48; }
p { color: rgb(255,125,72); }
H1.HeaderClassName
{
color: #FF7D48;
}
.AnyTagClassName
{
color: #FF7D48;
}
</style>
background-color css
<style>
a { background-color: #FF7D48; }
a { background-color: rgb(255,125,72); }
div.DivClassName
{
background-color: #FF7D48;
}
.BgClassName
{
background-color: #FF7D48;
}
</style>
border-color css
<style>
span { border-color: #FF7D48; }
span { border-color: rgb(255,125,72); }
td.TdClassName
{
border-color: #FF7D48;
}
.TagClassName
{
border-color: #FF7D48;
}
</style>