#FC7F56

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

Shades of Coral #FC7F56

Tints of Coral #FC7F56

Color information

#FC7F56 (or 0xFC7F56) is unknown color: approx Coral. HEX triplet: FC, 7F and 56. RGB value is (252,127,86). Sum of RGB (Red+Green+Blue) = 252+127+86=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F56 is #0380A9. Grayscale: #9F9F9F. Windows color (decimal): -229546 or 5668860. OLE color: 5668860.

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

Color convert

RGB25212786-
CMYK00.500.660.01
HSL14.82º96.51%66.27%-
HSV(B)14.82º65.87%98.82%-
XYZ49.4136.5513.25-
YUV159.786.41193.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.19%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 86 (33.98% from 255) = 18.49%
R=54.19%
G=27.31%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521278600.500.660.0114.8296.5166.27
HexFC7F56032421f6142
Octal374177126062102117141102
Binary1111110011111111010110011001010000101111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7F56; }

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

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

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

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

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

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

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

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