#F57C56

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

Shades of Coral #F57C56

Tints of Coral #F57C56

Color information

#F57C56 (or 0xF57C56) is unknown color: approx Coral. HEX triplet: F5, 7C and 56. RGB value is (245,124,86). Sum of RGB (Red+Green+Blue) = 245+124+86=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57C56 is #0A83A9. Grayscale: #9C9C9C. Windows color (decimal): -689066 or 5668085. OLE color: 5668085.

HSL color Cylindrical-coordinate representation of color #F57C56: hue angle of 14.34º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F57C56 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24512486-
CMYK00.490.650.04
HSL14.34º88.83%64.9%-
HSV(B)14.34º64.9%96.08%-
XYZ46.5434.513.01-
YUV155.8588.59191.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.85%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 86 (33.98% from 255) = 18.90%
R=53.85%
G=27.25%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451248600.490.650.0414.3488.8364.9
HexF57C56031414e5941
Octal365174126061101416131101
Binary111101011111100101011001100011000001100111010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57C56; }

 p { color: rgb(245,124,86); }

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

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

 a { background-color: rgb(245,124,86); }

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

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

 span { border-color: rgb(245,124,86); }

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