Shades of Coral #FC7446
Tints of Coral #FC7446
RGB
CMYK
RGB Variations
Color information
#FC7446 (or 0xFC7446) is known color: Coral. HEX triplet: FC, 74 and 46. RGB value is (252,116,70). Sum of RGB (Red+Green+Blue) = 252+116+70=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7446 is #038BB9. Grayscale: #979797. Windows color (decimal): -232378 or 4617468. OLE color: 4617468.
HSL color Cylindrical-coordinate representation of color #FC7446: hue angle of 15.16º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC7446 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 70 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.01 |
| HSL | 15.16º | 0.97% | 0.63% | - |
| HSV(B) | 15.16º | 0.72% | 0.99% | - |
| XYZ | 47.5 | 33.63 | 9.78 | - |
| YUV | 151.42 | 82.06 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 70 | 0 | 0.54 | 0.72 | 0.01 | 15.16 | 0.97 | 0.63 |
| Hex | FC | 74 | 46 | 0 | 36 | 48 | 1 | F | 61 | 3F |
| Octal | 374 | 164 | 106 | 0 | 66 | 110 | 1 | 17 | 141 | 77 |
| Binary | 11111100 | 1110100 | 1000110 | 0 | 110110 | 1001000 | 1 | 1111 | 1100001 | 111111 |
Color Harmonies of #FC7446
Complementary color
Monochromatic Colors of #FC7446
Black with #FC7446
Text Example
Text Example
White with #FC7446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7446; }
p { color: rgb(252,116,70); }
H1.HeaderClassName
{
color: #FC7446;
}
.AnyTagClassName
{
color: #FC7446;
}
</style>
background-color css
<style>
a { background-color: #FC7446; }
a { background-color: rgb(252,116,70); }
div.DivClassName
{
background-color: #FC7446;
}
.BgClassName
{
background-color: #FC7446;
}
</style>
border-color css
<style>
span { border-color: #FC7446; }
span { border-color: rgb(252,116,70); }
td.TdClassName
{
border-color: #FC7446;
}
.TagClassName
{
border-color: #FC7446;
}
</style>