#FC7C49

Color #FC7C49 Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral #FC7C49

Tints of Coral #FC7C49

Color information

#FC7C49 (or 0xFC7C49) is unknown color: approx Coral. HEX triplet: FC, 7C and 49. RGB value is (252,124,73). Sum of RGB (Red+Green+Blue) = 252+124+73=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7C49 is #0383B6. Grayscale: #9C9C9C. Windows color (decimal): -230327 or 4816124. OLE color: 4816124.

HSL color Cylindrical-coordinate representation of color #FC7C49: hue angle of 17.09º 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 #FC7C49 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB25212473-
CMYK00.510.710.01
HSL17.09º96.76%63.73%-
HSV(B)17.09º71.03%98.82%-
XYZ48.5635.5910.61-
YUV156.4680.91196.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 56.12%
GREEN value IS 124 (48.83% from 255) = 27.62%
BLUE value IS 73 (28.91% from 255) = 16.26%
R=56.12%
G=27.62%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521247300.510.710.0117.0996.7663.73
HexFC7C49033471116140
Octal374174111063107121141100
Binary11111100111110010010010110011100011111000111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7C49; }

 p { color: rgb(252,124,73); }

 H1.HeaderClassName
 {
   color: #FC7C49;
 }
 .AnyTagClassName
 {
   color: #FC7C49;
 }
</style>
background-color css

<style>
 a { background-color: #FC7C49; }

 a { background-color: rgb(252,124,73); }

 div.DivClassName
 {
   background-color: #FC7C49;
 }
 .BgClassName
 {
   background-color: #FC7C49;
 }
</style>
border-color css

<style>
 span { border-color: #FC7C49; }

 span { border-color: rgb(252,124,73); }

 td.TdClassName
 {
   border-color: #FC7C49;
 }
 .TagClassName
 {
   border-color: #FC7C49;
 }
</style>