Shades of Coral #FC734C
Tints of Coral #FC734C
RGB
CMYK
RGB Variations
Color information
#FC734C (or 0xFC734C) is known color: Coral. HEX triplet: FC, 73 and 4C. RGB value is (252,115,76). Sum of RGB (Red+Green+Blue) = 252+115+76=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC734C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC734C is #038CB3. Grayscale: #979797. Windows color (decimal): -232628 or 5010428. OLE color: 5010428.
HSL color Cylindrical-coordinate representation of color #FC734C: hue angle of 13.3º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC734C is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 76 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.01 |
| HSL | 13.3º | 0.97% | 0.64% | - |
| HSV(B) | 13.3º | 0.7% | 0.99% | - |
| XYZ | 47.58 | 33.48 | 10.79 | - |
| YUV | 151.52 | 85.39 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 76 | 0 | 0.54 | 0.70 | 0.01 | 13.3 | 0.97 | 0.64 |
| Hex | FC | 73 | 4C | 0 | 36 | 46 | 1 | D | 61 | 40 |
| Octal | 374 | 163 | 114 | 0 | 66 | 106 | 1 | 15 | 141 | 100 |
| Binary | 11111100 | 1110011 | 1001100 | 0 | 110110 | 1000110 | 1 | 1101 | 1100001 | 1000000 |
Color Harmonies of #FC734C
Complementary color
Monochromatic Colors of #FC734C
Black with #FC734C
Text Example
Text Example
White with #FC734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC734C; }
p { color: rgb(252,115,76); }
H1.HeaderClassName
{
color: #FC734C;
}
.AnyTagClassName
{
color: #FC734C;
}
</style>
background-color css
<style>
a { background-color: #FC734C; }
a { background-color: rgb(252,115,76); }
div.DivClassName
{
background-color: #FC734C;
}
.BgClassName
{
background-color: #FC734C;
}
</style>
border-color css
<style>
span { border-color: #FC734C; }
span { border-color: rgb(252,115,76); }
td.TdClassName
{
border-color: #FC734C;
}
.TagClassName
{
border-color: #FC734C;
}
</style>