Shades of Coral #FD7345
Tints of Coral #FD7345
RGB
CMYK
RGB Variations
Color information
#FD7345 (or 0xFD7345) is known color: Coral. HEX triplet: FD, 73 and 45. RGB value is (253,115,69). Sum of RGB (Red+Green+Blue) = 253+115+69=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7345 is #028CBA. Grayscale: #979797. Windows color (decimal): -167099 or 4551677. OLE color: 4551677.
HSL color Cylindrical-coordinate representation of color #FD7345: hue angle of 15º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD7345 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 69 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.01 |
| HSL | 15º | 0.98% | 0.63% | - |
| HSV(B) | 15º | 0.73% | 0.99% | - |
| XYZ | 47.71 | 33.57 | 9.6 | - |
| YUV | 151.02 | 81.72 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 69 | 0 | 0.55 | 0.73 | 0.01 | 15 | 0.98 | 0.63 |
| Hex | FD | 73 | 45 | 0 | 37 | 49 | 1 | F | 62 | 3F |
| Octal | 375 | 163 | 105 | 0 | 67 | 111 | 1 | 17 | 142 | 77 |
| Binary | 11111101 | 1110011 | 1000101 | 0 | 110111 | 1001001 | 1 | 1111 | 1100010 | 111111 |
Color Harmonies of #FD7345
Complementary color
Monochromatic Colors of #FD7345
Black with #FD7345
Text Example
Text Example
White with #FD7345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7345; }
p { color: rgb(253,115,69); }
H1.HeaderClassName
{
color: #FD7345;
}
.AnyTagClassName
{
color: #FD7345;
}
</style>
background-color css
<style>
a { background-color: #FD7345; }
a { background-color: rgb(253,115,69); }
div.DivClassName
{
background-color: #FD7345;
}
.BgClassName
{
background-color: #FD7345;
}
</style>
border-color css
<style>
span { border-color: #FD7345; }
span { border-color: rgb(253,115,69); }
td.TdClassName
{
border-color: #FD7345;
}
.TagClassName
{
border-color: #FD7345;
}
</style>