#FA7B45

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

Shades of Coral #FA7B45

Tints of Coral #FA7B45

Color information

#FA7B45 (or 0xFA7B45) is unknown color: approx Coral. HEX triplet: FA, 7B and 45. RGB value is (250,123,69). Sum of RGB (Red+Green+Blue) = 250+123+69=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7B45 is #0584BA. Grayscale: #9B9B9B. Windows color (decimal): -361659 or 4553722. OLE color: 4553722.

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

Color convert

RGB25012369-
CMYK00.510.720.02
HSL17.9º94.76%62.55%-
HSV(B)17.9º72.4%98.04%-
XYZ47.5834.929.86-
YUV154.8279.58195.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.56%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 69 (27.34% from 255) = 15.61%
R=56.56%
G=27.83%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501236900.510.720.0217.994.7662.55
HexFA7B45033482125f3f
Octal37217310506311022213777
Binary11111010111101110001010110011100100010100101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7B45; }

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

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

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

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

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

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

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

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