Shades of Coral #FC7A49
Tints of Coral #FC7A49
RGB
CMYK
RGB Variations
Color information
#FC7A49 (or 0xFC7A49) is known color: Coral. HEX triplet: FC, 7A and 49. RGB value is (252,122,73). Sum of RGB (Red+Green+Blue) = 252+122+73=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A49 is #0385B6. Grayscale: #9B9B9B. Windows color (decimal): -230839 or 4815612. OLE color: 4815612.
HSL color Cylindrical-coordinate representation of color #FC7A49: hue angle of 16.42º 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 #FC7A49 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 73 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.01 |
| HSL | 16.42º | 0.97% | 0.64% | - |
| HSV(B) | 16.42º | 0.71% | 0.99% | - |
| XYZ | 48.31 | 35.1 | 10.53 | - |
| YUV | 155.28 | 81.57 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 73 | 0 | 0.52 | 0.71 | 0.01 | 16.42 | 0.97 | 0.64 |
| Hex | FC | 7A | 49 | 0 | 34 | 47 | 1 | 10 | 61 | 40 |
| Octal | 374 | 172 | 111 | 0 | 64 | 107 | 1 | 20 | 141 | 100 |
| Binary | 11111100 | 1111010 | 1001001 | 0 | 110100 | 1000111 | 1 | 10000 | 1100001 | 1000000 |
Color Harmonies of #FC7A49
Complementary color
Monochromatic Colors of #FC7A49
Black with #FC7A49
Text Example
Text Example
White with #FC7A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A49; }
p { color: rgb(252,122,73); }
H1.HeaderClassName
{
color: #FC7A49;
}
.AnyTagClassName
{
color: #FC7A49;
}
</style>
background-color css
<style>
a { background-color: #FC7A49; }
a { background-color: rgb(252,122,73); }
div.DivClassName
{
background-color: #FC7A49;
}
.BgClassName
{
background-color: #FC7A49;
}
</style>
border-color css
<style>
span { border-color: #FC7A49; }
span { border-color: rgb(252,122,73); }
td.TdClassName
{
border-color: #FC7A49;
}
.TagClassName
{
border-color: #FC7A49;
}
</style>