Shades of Coral #FD7348
Tints of Coral #FD7348
RGB
CMYK
RGB Variations
Color information
#FD7348 (or 0xFD7348) is known color: Coral. HEX triplet: FD, 73 and 48. RGB value is (253,115,72). Sum of RGB (Red+Green+Blue) = 253+115+72=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7348 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7348 is #028CB7. Grayscale: #979797. Windows color (decimal): -167096 or 4748285. OLE color: 4748285.
HSL color Cylindrical-coordinate representation of color #FD7348: hue angle of 14.25º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD7348 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 72 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.01 |
| HSL | 14.25º | 0.98% | 0.64% | - |
| HSV(B) | 14.25º | 0.72% | 0.99% | - |
| XYZ | 47.81 | 33.61 | 10.1 | - |
| YUV | 151.36 | 83.22 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 72 | 0 | 0.55 | 0.72 | 0.01 | 14.25 | 0.98 | 0.64 |
| Hex | FD | 73 | 48 | 0 | 37 | 48 | 1 | E | 62 | 40 |
| Octal | 375 | 163 | 110 | 0 | 67 | 110 | 1 | 16 | 142 | 100 |
| Binary | 11111101 | 1110011 | 1001000 | 0 | 110111 | 1001000 | 1 | 1110 | 1100010 | 1000000 |
Color Harmonies of #FD7348
Complementary color
Monochromatic Colors of #FD7348
Black with #FD7348
Text Example
Text Example
White with #FD7348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7348; }
p { color: rgb(253,115,72); }
H1.HeaderClassName
{
color: #FD7348;
}
.AnyTagClassName
{
color: #FD7348;
}
</style>
background-color css
<style>
a { background-color: #FD7348; }
a { background-color: rgb(253,115,72); }
div.DivClassName
{
background-color: #FD7348;
}
.BgClassName
{
background-color: #FD7348;
}
</style>
border-color css
<style>
span { border-color: #FD7348; }
span { border-color: rgb(253,115,72); }
td.TdClassName
{
border-color: #FD7348;
}
.TagClassName
{
border-color: #FD7348;
}
</style>