Shades of Coral #FC744E
Tints of Coral #FC744E
RGB
CMYK
RGB Variations
Color information
#FC744E (or 0xFC744E) is known color: Coral. HEX triplet: FC, 74 and 4E. RGB value is (252,116,78). Sum of RGB (Red+Green+Blue) = 252+116+78=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC744E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC744E is #038BB1. Grayscale: #989898. Windows color (decimal): -232370 or 5141756. OLE color: 5141756.
HSL color Cylindrical-coordinate representation of color #FC744E: hue angle of 13.1º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC744E is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 78 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.01 |
| HSL | 13.1º | 0.97% | 0.65% | - |
| HSV(B) | 13.1º | 0.69% | 0.99% | - |
| XYZ | 47.77 | 33.74 | 11.2 | - |
| YUV | 152.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 78 | 0 | 0.54 | 0.69 | 0.01 | 13.1 | 0.97 | 0.65 |
| Hex | FC | 74 | 4E | 0 | 36 | 45 | 1 | D | 61 | 41 |
| Octal | 374 | 164 | 116 | 0 | 66 | 105 | 1 | 15 | 141 | 101 |
| Binary | 11111100 | 1110100 | 1001110 | 0 | 110110 | 1000101 | 1 | 1101 | 1100001 | 1000001 |
Color Harmonies of #FC744E
Complementary color
Monochromatic Colors of #FC744E
Black with #FC744E
Text Example
Text Example
White with #FC744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC744E; }
p { color: rgb(252,116,78); }
H1.HeaderClassName
{
color: #FC744E;
}
.AnyTagClassName
{
color: #FC744E;
}
</style>
background-color css
<style>
a { background-color: #FC744E; }
a { background-color: rgb(252,116,78); }
div.DivClassName
{
background-color: #FC744E;
}
.BgClassName
{
background-color: #FC744E;
}
</style>
border-color css
<style>
span { border-color: #FC744E; }
span { border-color: rgb(252,116,78); }
td.TdClassName
{
border-color: #FC744E;
}
.TagClassName
{
border-color: #FC744E;
}
</style>