Shades of Coral #FC7A44
Tints of Coral #FC7A44
RGB
CMYK
RGB Variations
Color information
#FC7A44 (or 0xFC7A44) is known color: Coral. HEX triplet: FC, 7A and 44. RGB value is (252,122,68). Sum of RGB (Red+Green+Blue) = 252+122+68=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A44 is #0385BB. Grayscale: #9B9B9B. Windows color (decimal): -230844 or 4487932. OLE color: 4487932.
HSL color Cylindrical-coordinate representation of color #FC7A44: hue angle of 17.61º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC7A44 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 68 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.01 |
| HSL | 17.61º | 0.97% | 0.63% | - |
| HSV(B) | 17.61º | 0.73% | 0.99% | - |
| XYZ | 48.15 | 35.03 | 9.69 | - |
| YUV | 154.71 | 79.07 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 68 | 0 | 0.52 | 0.73 | 0.01 | 17.61 | 0.97 | 0.63 |
| Hex | FC | 7A | 44 | 0 | 34 | 49 | 1 | 12 | 61 | 3F |
| Octal | 374 | 172 | 104 | 0 | 64 | 111 | 1 | 22 | 141 | 77 |
| Binary | 11111100 | 1111010 | 1000100 | 0 | 110100 | 1001001 | 1 | 10010 | 1100001 | 111111 |
Color Harmonies of #FC7A44
Complementary color
Monochromatic Colors of #FC7A44
Black with #FC7A44
Text Example
Text Example
White with #FC7A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A44; }
p { color: rgb(252,122,68); }
H1.HeaderClassName
{
color: #FC7A44;
}
.AnyTagClassName
{
color: #FC7A44;
}
</style>
background-color css
<style>
a { background-color: #FC7A44; }
a { background-color: rgb(252,122,68); }
div.DivClassName
{
background-color: #FC7A44;
}
.BgClassName
{
background-color: #FC7A44;
}
</style>
border-color css
<style>
span { border-color: #FC7A44; }
span { border-color: rgb(252,122,68); }
td.TdClassName
{
border-color: #FC7A44;
}
.TagClassName
{
border-color: #FC7A44;
}
</style>