#FA7856

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

Shades of Coral #FA7856

Tints of Coral #FA7856

Color information

#FA7856 (or 0xFA7856) is unknown color: approx Coral. HEX triplet: FA, 78 and 56. RGB value is (250,120,86). Sum of RGB (Red+Green+Blue) = 250+120+86=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7856 is #0587A9. Grayscale: #9B9B9B. Windows color (decimal): -362410 or 5667066. OLE color: 5667066.

HSL color Cylindrical-coordinate representation of color #FA7856: hue angle of 12.44º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA7856 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB25012086-
CMYK00.520.660.02
HSL12.44º94.25%65.88%-
HSV(B)12.44º65.6%98.04%-
XYZ47.8234.4312.93-
YUV154.9989.07195.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.82%
GREEN value IS 120 (47.27% from 255) = 26.32%
BLUE value IS 86 (33.98% from 255) = 18.86%
R=54.82%
G=26.32%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501208600.520.660.0212.4494.2565.88
HexFA7856034422c5e42
Octal372170126064102214136102
Binary11111010111100010101100110100100001010110010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7856; }

 p { color: rgb(250,120,86); }

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

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

 a { background-color: rgb(250,120,86); }

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

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

 span { border-color: rgb(250,120,86); }

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