#FA7E5E

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

Shades of Coral #FA7E5E

Tints of Coral #FA7E5E

Color information

#FA7E5E (or 0xFA7E5E) is unknown color: approx Coral. HEX triplet: FA, 7E and 5E. RGB value is (250,126,94). Sum of RGB (Red+Green+Blue) = 250+126+94=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7E5E is #0581A1. Grayscale: #9F9F9F. Windows color (decimal): -360866 or 6192890. OLE color: 6192890.

HSL color Cylindrical-coordinate representation of color #FA7E5E: hue angle of 12.31º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA7E5E is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25012694-
CMYK00.500.620.02
HSL12.31º93.98%67.45%-
HSV(B)12.31º62.4%98.04%-
XYZ48.9136.0514.97-
YUV159.4391.08192.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.19%
GREEN value IS 126 (49.61% from 255) = 26.81%
BLUE value IS 94 (37.11% from 255) = 20%
R=53.19%
G=26.81%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501269400.500.620.0212.3193.9867.45
HexFA7E5E0323E2c5e43
Octal37217613606276214136103
Binary1111101011111101011110011001011111010110010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7E5E; }

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

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

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

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

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

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

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

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