Shades of Coral #FC7A47
Tints of Coral #FC7A47
RGB
CMYK
RGB Variations
Color information
#FC7A47 (or 0xFC7A47) is known color: Coral. HEX triplet: FC, 7A and 47. RGB value is (252,122,71). Sum of RGB (Red+Green+Blue) = 252+122+71=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A47 is #0385B8. Grayscale: #9B9B9B. Windows color (decimal): -230841 or 4684540. OLE color: 4684540.
HSL color Cylindrical-coordinate representation of color #FC7A47: hue angle of 16.91º 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 #FC7A47 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 71 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.01 |
| HSL | 16.91º | 0.97% | 0.63% | - |
| HSV(B) | 16.91º | 0.72% | 0.99% | - |
| XYZ | 48.24 | 35.07 | 10.19 | - |
| YUV | 155.06 | 80.57 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 71 | 0 | 0.52 | 0.72 | 0.01 | 16.91 | 0.97 | 0.63 |
| Hex | FC | 7A | 47 | 0 | 34 | 48 | 1 | 11 | 61 | 3F |
| Octal | 374 | 172 | 107 | 0 | 64 | 110 | 1 | 21 | 141 | 77 |
| Binary | 11111100 | 1111010 | 1000111 | 0 | 110100 | 1001000 | 1 | 10001 | 1100001 | 111111 |
Color Harmonies of #FC7A47
Complementary color
Monochromatic Colors of #FC7A47
Black with #FC7A47
Text Example
Text Example
White with #FC7A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A47; }
p { color: rgb(252,122,71); }
H1.HeaderClassName
{
color: #FC7A47;
}
.AnyTagClassName
{
color: #FC7A47;
}
</style>
background-color css
<style>
a { background-color: #FC7A47; }
a { background-color: rgb(252,122,71); }
div.DivClassName
{
background-color: #FC7A47;
}
.BgClassName
{
background-color: #FC7A47;
}
</style>
border-color css
<style>
span { border-color: #FC7A47; }
span { border-color: rgb(252,122,71); }
td.TdClassName
{
border-color: #FC7A47;
}
.TagClassName
{
border-color: #FC7A47;
}
</style>