#FA7656

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

Shades of Coral #FA7656

Tints of Coral #FA7656

Color information

#FA7656 (or 0xFA7656) is unknown color: approx Coral. HEX triplet: FA, 76 and 56. RGB value is (250,118,86). Sum of RGB (Red+Green+Blue) = 250+118+86=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7656 is #0589A9. Grayscale: #9A9A9A. Windows color (decimal): -362922 or 5666554. OLE color: 5666554.

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

Color convert

RGB25011886-
CMYK00.530.660.02
HSL11.71º94.25%65.88%-
HSV(B)11.71º65.6%98.04%-
XYZ47.5833.9512.85-
YUV153.8289.73196.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.07%
GREEN value IS 118 (46.48% from 255) = 25.99%
BLUE value IS 86 (33.98% from 255) = 18.94%
R=55.07%
G=25.99%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501188600.530.660.0211.7194.2565.88
HexFA7656035422c5e42
Octal372166126065102214136102
Binary11111010111011010101100110101100001010110010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7656; }

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

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

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

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

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

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

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

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