#FA7E48

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

Shades of Coral #FA7E48

Tints of Coral #FA7E48

Color information

#FA7E48 (or 0xFA7E48) is unknown color: approx Coral. HEX triplet: FA, 7E and 48. RGB value is (250,126,72). Sum of RGB (Red+Green+Blue) = 250+126+72=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7E48 is #0581B7. Grayscale: #9D9D9D. Windows color (decimal): -360888 or 4751098. OLE color: 4751098.

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

Color convert

RGB25012672-
CMYK00.500.710.02
HSL18.2º94.68%63.14%-
HSV(B)18.2º71.2%98.04%-
XYZ48.0535.7110.49-
YUV156.9280.08194.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.80%
GREEN value IS 126 (49.61% from 255) = 28.12%
BLUE value IS 72 (28.52% from 255) = 16.07%
R=55.80%
G=28.12%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501267200.500.710.0218.294.6863.14
HexFA7E48032472125f3f
Octal37217611006210722213777
Binary11111010111111010010000110010100011110100101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7E48; }

 p { color: rgb(250,126,72); }

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

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

 a { background-color: rgb(250,126,72); }

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

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

 span { border-color: rgb(250,126,72); }

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