#FA7646

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

Shades of Coral #FA7646

Tints of Coral #FA7646

Color information

#FA7646 (or 0xFA7646) is unknown color: approx Coral. HEX triplet: FA, 76 and 46. RGB value is (250,118,70). Sum of RGB (Red+Green+Blue) = 250+118+70=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7646 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7646 is #0589B9. Grayscale: #989898. Windows color (decimal): -362938 or 4617978. OLE color: 4617978.

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

Color convert

RGB25011870-
CMYK00.530.720.02
HSL16º94.74%62.75%-
HSV(B)16º72%98.04%-
XYZ47.0133.729.83-
YUV15281.73197.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.08%
GREEN value IS 118 (46.48% from 255) = 26.94%
BLUE value IS 70 (27.73% from 255) = 15.98%
R=57.08%
G=26.94%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501187000.530.720.021694.7462.75
HexFA7646035482105f3f
Octal37216610606511022013777
Binary11111010111011010001100110101100100010100001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7646; }

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

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

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

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

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

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

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

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