#FA7956

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

Shades of Coral #FA7956

Tints of Coral #FA7956

Color information

#FA7956 (or 0xFA7956) is unknown color: approx Coral. HEX triplet: FA, 79 and 56. RGB value is (250,121,86). Sum of RGB (Red+Green+Blue) = 250+121+86=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7956 is #0586A9. Grayscale: #9B9B9B. Windows color (decimal): -362154 or 5667322. OLE color: 5667322.

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

Color convert

RGB25012186-
CMYK00.520.660.02
HSL12.8º94.25%65.88%-
HSV(B)12.8º65.6%98.04%-
XYZ47.9434.6712.97-
YUV155.5888.74195.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.70%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 86 (33.98% from 255) = 18.82%
R=54.70%
G=26.48%
B=18.82%

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
Decimal2501218600.520.660.0212.894.2565.88
HexFA7956034422d5e42
Octal372171126064102215136102
Binary11111010111100110101100110100100001010110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7956; }

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

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

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

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

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

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

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

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