Shades of Coral #FC7444
Tints of Coral #FC7444
RGB
CMYK
RGB Variations
Color information
#FC7444 (or 0xFC7444) is known color: Coral. HEX triplet: FC, 74 and 44. RGB value is (252,116,68). Sum of RGB (Red+Green+Blue) = 252+116+68=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7444 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7444 is #038BBB. Grayscale: #979797. Windows color (decimal): -232380 or 4486396. OLE color: 4486396.
HSL color Cylindrical-coordinate representation of color #FC7444: hue angle of 15.65º 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 #FC7444 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 68 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.01 |
| HSL | 15.65º | 0.97% | 0.63% | - |
| HSV(B) | 15.65º | 0.73% | 0.99% | - |
| XYZ | 47.43 | 33.6 | 9.45 | - |
| YUV | 151.19 | 81.06 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 68 | 0 | 0.54 | 0.73 | 0.01 | 15.65 | 0.97 | 0.63 |
| Hex | FC | 74 | 44 | 0 | 36 | 49 | 1 | 10 | 61 | 3F |
| Octal | 374 | 164 | 104 | 0 | 66 | 111 | 1 | 20 | 141 | 77 |
| Binary | 11111100 | 1110100 | 1000100 | 0 | 110110 | 1001001 | 1 | 10000 | 1100001 | 111111 |
Color Harmonies of #FC7444
Complementary color
Monochromatic Colors of #FC7444
Black with #FC7444
Text Example
Text Example
White with #FC7444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7444; }
p { color: rgb(252,116,68); }
H1.HeaderClassName
{
color: #FC7444;
}
.AnyTagClassName
{
color: #FC7444;
}
</style>
background-color css
<style>
a { background-color: #FC7444; }
a { background-color: rgb(252,116,68); }
div.DivClassName
{
background-color: #FC7444;
}
.BgClassName
{
background-color: #FC7444;
}
</style>
border-color css
<style>
span { border-color: #FC7444; }
span { border-color: rgb(252,116,68); }
td.TdClassName
{
border-color: #FC7444;
}
.TagClassName
{
border-color: #FC7444;
}
</style>