#FA7C45

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

Shades of Coral #FA7C45

Tints of Coral #FA7C45

Color information

#FA7C45 (or 0xFA7C45) is unknown color: approx Coral. HEX triplet: FA, 7C and 45. RGB value is (250,124,69). Sum of RGB (Red+Green+Blue) = 250+124+69=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7C45 is #0583BA. Grayscale: #9B9B9B. Windows color (decimal): -361403 or 4553978. OLE color: 4553978.

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

Color convert

RGB25012469-
CMYK00.500.720.02
HSL18.23º94.76%62.55%-
HSV(B)18.23º72.4%98.04%-
XYZ47.7135.179.9-
YUV155.479.24195.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.43%
GREEN value IS 124 (48.83% from 255) = 27.99%
BLUE value IS 69 (27.34% from 255) = 15.58%
R=56.43%
G=27.99%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501246900.500.720.0218.2394.7662.55
HexFA7C45032482125f3f
Octal37217410506211022213777
Binary11111010111110010001010110010100100010100101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7C45; }

 p { color: rgb(250,124,69); }

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

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

 a { background-color: rgb(250,124,69); }

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

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

 span { border-color: rgb(250,124,69); }

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