Shades of Coral #FC7445
Tints of Coral #FC7445
RGB
CMYK
RGB Variations
Color information
#FC7445 (or 0xFC7445) is known color: Coral. HEX triplet: FC, 74 and 45. RGB value is (252,116,69). Sum of RGB (Red+Green+Blue) = 252+116+69=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7445 is #038BBA. Grayscale: #979797. Windows color (decimal): -232379 or 4551932. OLE color: 4551932.
HSL color Cylindrical-coordinate representation of color #FC7445: hue angle of 15.41º degrees, saturation: 0.97, 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 #FC7445 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 69 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.01 |
| HSL | 15.41º | 0.97% | 0.63% | - |
| HSV(B) | 15.41º | 0.73% | 0.99% | - |
| XYZ | 47.46 | 33.62 | 9.62 | - |
| YUV | 151.31 | 81.56 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 69 | 0 | 0.54 | 0.73 | 0.01 | 15.41 | 0.97 | 0.63 |
| Hex | FC | 74 | 45 | 0 | 36 | 49 | 1 | F | 61 | 3F |
| Octal | 374 | 164 | 105 | 0 | 66 | 111 | 1 | 17 | 141 | 77 |
| Binary | 11111100 | 1110100 | 1000101 | 0 | 110110 | 1001001 | 1 | 1111 | 1100001 | 111111 |
Color Harmonies of #FC7445
Complementary color
Monochromatic Colors of #FC7445
Black with #FC7445
Text Example
Text Example
White with #FC7445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7445; }
p { color: rgb(252,116,69); }
H1.HeaderClassName
{
color: #FC7445;
}
.AnyTagClassName
{
color: #FC7445;
}
</style>
background-color css
<style>
a { background-color: #FC7445; }
a { background-color: rgb(252,116,69); }
div.DivClassName
{
background-color: #FC7445;
}
.BgClassName
{
background-color: #FC7445;
}
</style>
border-color css
<style>
span { border-color: #FC7445; }
span { border-color: rgb(252,116,69); }
td.TdClassName
{
border-color: #FC7445;
}
.TagClassName
{
border-color: #FC7445;
}
</style>