Shades of Coral #FC7D44
Tints of Coral #FC7D44
RGB
CMYK
RGB Variations
Color information
#FC7D44 (or 0xFC7D44) is known color: Coral. HEX triplet: FC, 7D and 44. RGB value is (252,125,68). Sum of RGB (Red+Green+Blue) = 252+125+68=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D44 is #0382BB. Grayscale: #9C9C9C. Windows color (decimal): -230076 or 4488700. OLE color: 4488700.
HSL color Cylindrical-coordinate representation of color #FC7D44: hue angle of 18.59º 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 #FC7D44 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 68 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.01 |
| HSL | 18.59º | 0.97% | 0.63% | - |
| HSV(B) | 18.59º | 0.73% | 0.99% | - |
| XYZ | 48.52 | 35.78 | 9.82 | - |
| YUV | 156.48 | 78.08 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 68 | 0 | 0.50 | 0.73 | 0.01 | 18.59 | 0.97 | 0.63 |
| Hex | FC | 7D | 44 | 0 | 32 | 49 | 1 | 13 | 61 | 3F |
| Octal | 374 | 175 | 104 | 0 | 62 | 111 | 1 | 23 | 141 | 77 |
| Binary | 11111100 | 1111101 | 1000100 | 0 | 110010 | 1001001 | 1 | 10011 | 1100001 | 111111 |
Color Harmonies of #FC7D44
Complementary color
Monochromatic Colors of #FC7D44
Black with #FC7D44
Text Example
Text Example
White with #FC7D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D44; }
p { color: rgb(252,125,68); }
H1.HeaderClassName
{
color: #FC7D44;
}
.AnyTagClassName
{
color: #FC7D44;
}
</style>
background-color css
<style>
a { background-color: #FC7D44; }
a { background-color: rgb(252,125,68); }
div.DivClassName
{
background-color: #FC7D44;
}
.BgClassName
{
background-color: #FC7D44;
}
</style>
border-color css
<style>
span { border-color: #FC7D44; }
span { border-color: rgb(252,125,68); }
td.TdClassName
{
border-color: #FC7D44;
}
.TagClassName
{
border-color: #FC7D44;
}
</style>