Shades of Coral #FC744A
Tints of Coral #FC744A
RGB
CMYK
RGB Variations
Color information
#FC744A (or 0xFC744A) is known color: Coral. HEX triplet: FC, 74 and 4A. RGB value is (252,116,74). Sum of RGB (Red+Green+Blue) = 252+116+74=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC744A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC744A is #038BB5. Grayscale: #989898. Windows color (decimal): -232374 or 4879612. OLE color: 4879612.
HSL color Cylindrical-coordinate representation of color #FC744A: hue angle of 14.16º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC744A is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 74 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.01 |
| HSL | 14.16º | 0.97% | 0.64% | - |
| HSV(B) | 14.16º | 0.71% | 0.99% | - |
| XYZ | 47.63 | 33.68 | 10.47 | - |
| YUV | 151.88 | 84.06 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 74 | 0 | 0.54 | 0.71 | 0.01 | 14.16 | 0.97 | 0.64 |
| Hex | FC | 74 | 4A | 0 | 36 | 47 | 1 | E | 61 | 40 |
| Octal | 374 | 164 | 112 | 0 | 66 | 107 | 1 | 16 | 141 | 100 |
| Binary | 11111100 | 1110100 | 1001010 | 0 | 110110 | 1000111 | 1 | 1110 | 1100001 | 1000000 |
Color Harmonies of #FC744A
Complementary color
Monochromatic Colors of #FC744A
Black with #FC744A
Text Example
Text Example
White with #FC744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC744A; }
p { color: rgb(252,116,74); }
H1.HeaderClassName
{
color: #FC744A;
}
.AnyTagClassName
{
color: #FC744A;
}
</style>
background-color css
<style>
a { background-color: #FC744A; }
a { background-color: rgb(252,116,74); }
div.DivClassName
{
background-color: #FC744A;
}
.BgClassName
{
background-color: #FC744A;
}
</style>
border-color css
<style>
span { border-color: #FC744A; }
span { border-color: rgb(252,116,74); }
td.TdClassName
{
border-color: #FC744A;
}
.TagClassName
{
border-color: #FC744A;
}
</style>