#FA7649

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

Shades of Coral #FA7649

Tints of Coral #FA7649

Color information

#FA7649 (or 0xFA7649) is unknown color: approx Coral. HEX triplet: FA, 76 and 49. RGB value is (250,118,73). Sum of RGB (Red+Green+Blue) = 250+118+73=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7649 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7649 is #0589B6. Grayscale: #989898. Windows color (decimal): -362935 or 4814586. OLE color: 4814586.

HSL color Cylindrical-coordinate representation of color #FA7649: hue angle of 15.25º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA7649 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB25011873-
CMYK00.530.710.02
HSL15.25º94.65%63.33%-
HSV(B)15.25º70.8%98.04%-
XYZ47.1133.7610.34-
YUV152.3483.23197.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.69%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 73 (28.91% from 255) = 16.55%
R=56.69%
G=26.76%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501187300.530.710.0215.2594.6563.33
HexFA7649035472f5f3f
Octal37216611106510721713777
Binary1111101011101101001001011010110001111011111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7649; }

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

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

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

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

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

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

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

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