#FC7E56

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

Shades of Coral #FC7E56

Tints of Coral #FC7E56

Color information

#FC7E56 (or 0xFC7E56) is unknown color: approx Coral. HEX triplet: FC, 7E and 56. RGB value is (252,126,86). Sum of RGB (Red+Green+Blue) = 252+126+86=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E56 is #0381A9. Grayscale: #9F9F9F. Windows color (decimal): -229802 or 5668604. OLE color: 5668604.

HSL color Cylindrical-coordinate representation of color #FC7E56: hue angle of 14.46º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC7E56 is Cyan = 0, Magento = 0.5, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB25212686-
CMYK00.50.660.01
HSL14.46º96.51%66.27%-
HSV(B)14.46º65.87%98.82%-
XYZ49.2936.2913.21-
YUV159.1186.74194.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.31%
GREEN value IS 126 (49.61% from 255) = 27.16%
BLUE value IS 86 (33.98% from 255) = 18.53%
R=54.31%
G=27.16%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521268600.50.660.0114.4696.5166.27
HexFC7E56032421e6142
Octal374176126062102116141102
Binary1111110011111101010110011001010000101111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7E56; }

 p { color: rgb(252,126,86); }

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

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

 a { background-color: rgb(252,126,86); }

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

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

 span { border-color: rgb(252,126,86); }

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