Shades of Coral #FC7C40
Tints of Coral #FC7C40
RGB
CMYK
RGB Variations
Color information
#FC7C40 (or 0xFC7C40) is known color: Coral. HEX triplet: FC, 7C and 40. RGB value is (252,124,64). Sum of RGB (Red+Green+Blue) = 252+124+64=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7C40 is #0383BF. Grayscale: #9B9B9B. Windows color (decimal): -230336 or 4226300. OLE color: 4226300.
HSL color Cylindrical-coordinate representation of color #FC7C40: hue angle of 19.15º 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 #FC7C40 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 64 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.01 |
| HSL | 19.15º | 0.97% | 0.62% | - |
| HSV(B) | 19.15º | 0.75% | 0.99% | - |
| XYZ | 48.28 | 35.48 | 9.15 | - |
| YUV | 155.43 | 76.41 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 64 | 0 | 0.51 | 0.75 | 0.01 | 19.15 | 0.97 | 0.62 |
| Hex | FC | 7C | 40 | 0 | 33 | 4B | 1 | 13 | 61 | 3E |
| Octal | 374 | 174 | 100 | 0 | 63 | 113 | 1 | 23 | 141 | 76 |
| Binary | 11111100 | 1111100 | 1000000 | 0 | 110011 | 1001011 | 1 | 10011 | 1100001 | 111110 |
Color Harmonies of #FC7C40
Complementary color
Monochromatic Colors of #FC7C40
Black with #FC7C40
Text Example
Text Example
White with #FC7C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C40; }
p { color: rgb(252,124,64); }
H1.HeaderClassName
{
color: #FC7C40;
}
.AnyTagClassName
{
color: #FC7C40;
}
</style>
background-color css
<style>
a { background-color: #FC7C40; }
a { background-color: rgb(252,124,64); }
div.DivClassName
{
background-color: #FC7C40;
}
.BgClassName
{
background-color: #FC7C40;
}
</style>
border-color css
<style>
span { border-color: #FC7C40; }
span { border-color: rgb(252,124,64); }
td.TdClassName
{
border-color: #FC7C40;
}
.TagClassName
{
border-color: #FC7C40;
}
</style>