Shades of Coral #FC7D40
Tints of Coral #FC7D40
RGB
CMYK
RGB Variations
Color information
#FC7D40 (or 0xFC7D40) is known color: Coral. HEX triplet: FC, 7D and 40. RGB value is (252,125,64). Sum of RGB (Red+Green+Blue) = 252+125+64=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D40 is #0382BF. Grayscale: #9C9C9C. Windows color (decimal): -230080 or 4226556. OLE color: 4226556.
HSL color Cylindrical-coordinate representation of color #FC7D40: hue angle of 19.47º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC7D40 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 64 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.01 |
| HSL | 19.47º | 0.97% | 0.62% | - |
| HSV(B) | 19.47º | 0.75% | 0.99% | - |
| XYZ | 48.4 | 35.73 | 9.2 | - |
| YUV | 156.02 | 76.08 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 64 | 0 | 0.50 | 0.75 | 0.01 | 19.47 | 0.97 | 0.62 |
| Hex | FC | 7D | 40 | 0 | 32 | 4B | 1 | 13 | 61 | 3E |
| Octal | 374 | 175 | 100 | 0 | 62 | 113 | 1 | 23 | 141 | 76 |
| Binary | 11111100 | 1111101 | 1000000 | 0 | 110010 | 1001011 | 1 | 10011 | 1100001 | 111110 |
Color Harmonies of #FC7D40
Complementary color
Monochromatic Colors of #FC7D40
Black with #FC7D40
Text Example
Text Example
White with #FC7D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D40; }
p { color: rgb(252,125,64); }
H1.HeaderClassName
{
color: #FC7D40;
}
.AnyTagClassName
{
color: #FC7D40;
}
</style>
background-color css
<style>
a { background-color: #FC7D40; }
a { background-color: rgb(252,125,64); }
div.DivClassName
{
background-color: #FC7D40;
}
.BgClassName
{
background-color: #FC7D40;
}
</style>
border-color css
<style>
span { border-color: #FC7D40; }
span { border-color: rgb(252,125,64); }
td.TdClassName
{
border-color: #FC7D40;
}
.TagClassName
{
border-color: #FC7D40;
}
</style>